Hi All: I\'m trying to set up my build file to be run for deployment on JBossAS 5.0.1, and I need to find the servlet jar file that I should use for the build..
All of t
The file you are looking for is JBOSS_HOME/common/lib/servlet-api.jar
.
From the JBossAS 5.0.0 release notes: "Another notable change is that the majority of the libraries common to the different configurations have moved to a new shared location, JBOSS_HOME/common/lib/. This is so we avoid having multiple copies of the same libraries in the distribution."
Hope this helps!