I am using Jboss2.2.1 with embedded Tomcat 3.2.1.  Here is the question.  My
application is jarred up into a .war file and deployed under
jboss_home/tmp/deploy/Default/...   If I include the .jar files this app
needs explicitly in the CLASSPATH, then there is an error in another
pre-existing app due to a conflict between the servlet.jar and the
jasper.jar.  I am trying to include all the .jar files my application needs
in its own WEB-INF/lib directory to avoid this conflict.  However, it is not
finding these jars.  This fixes the problem for the existing app but not
mine.   Am I missing some config to allow Tomcat to find these jars?

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to