OK. Thanks for the help. I put servlet-api.jar and jsp-api.jar into the 
jboss-3.2.6/server/default/lib directory AND changed the content of the following tags 
in the jboss-build.xml file like so (I have removed the less than and greater than 
symbols from the XML):

property name="myservlet.jar" value="${jboss.server}/lib/servlet-api.jar"
property name="myjsp.jar"     value="${jboss.server}/lib/jsp-api.jar"

and this section like so.

path id="build.classpath"
    path refid="client.classpath"
    pathelement location="${myservlet.jar}"
    pathelement location="${myjsp.jar}"
path

And everything compiled fine. So is the file javax.servlet.jar kind of deprecated or 
something? It seems to have contained everything from the other two jars.

Thanks again.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853425#3853425

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853425


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to