Mike Haberman wrote:
> 
> There was a thread a while back about where to place
> application specific jar files.  I read the thread but
> the solution has not worked.
> 
> I have a jar file (myApp.jar)
> 
> I have tomcat 3.2 running
> 
> I place myApp.jar in $TOMCAT_HOME/lib  it works!
>    (but I don't want it to live there)
> 
> I place myApp.jar in webapps/myApp/WEB-INF/classes
>    (it does not work unjarred or jarred)
> 
> I place myApp.jar in webapps/myApp/WEB-INF/lib
>    (it does not work unjarred or jarred)

When you tried this, had you created a context named myApp
in the server.xml file?  It is that context that associates
jar files in webapps/myApp/WEB-INF/lib with the deployment
descriptor in webapps/myApp/WEB-INF/web.xml 

-- 
WBB - [EMAIL PROTECTED]  Chief Scientist, LANWrights, Inc.
Java Programmer Certification information and mock exam
at  http://www.lanw.com/java/javacert/

Reply via email to