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 - JBoss App server doesnt include javax.servlet.* package
Summary: JBoss App server doesnt include javax.servlet.* package
Status: RESOLVED DUPLICATE of bug 167066
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: Petr Hejl
URL: http://www.coderanch.com/t/463802/IDE...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-23 08:18 UTC by ifnu
Modified: 2009-10-23 13:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***