This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 175258

Summary: JBoss App server doesnt include javax.servlet.* package
Product: serverplugins Reporter: ifnu <ifnu>
Component: InfrastructureAssignee: Petr Hejl <phejl>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Macintosh   
OS: All   
URL: http://www.coderanch.com/t/463802/IDEs-Version-Control-other-tools/use-Servlets-using-Netbeans-JBoss
Issue Type: DEFECT Exception Reporter:

Description ifnu 2009-10-23 08:18:31 UTC
Today i tried JBoss 5.1GA but really surprised that javax.servlet.* package and classes are not available in JBoss Application library.

So i try to add servlet-api.jar in my project library, but it caused my war error when deployed to jboss. Then i tried to extract war, remove servlet-api.jar and 
then deploy extracted war to Jboss it run okay. So the problem is how to include servlet-api.jar in library but when build war servlet-api.jar not included in 
war.
Comment 1 Petr Hejl 2009-10-23 13:21:46 UTC

*** This issue has been marked as a duplicate of 167066 ***