This is a known bug of Tomcat.
|-----Original Message-----
|From: [EMAIL PROTECTED]
|[mailto:[EMAIL PROTECTED]]
|Sent: October 24, 2000 12:17 PM
|To: [EMAIL PROTECTED]
|Subject: WEB-INF/lib
|
|
|Hi All,
|
|I am trying to put my JDBC jar file in the application/WEB-INF/lib
|directory but Tomcat doesn't add the jar file to its classpath
|automatically. Is there a config parameter in one of the
|xml files to do
|this? Also the default "build" script for NT machines
|says to put the jars
|in application/lib instead of application/WEB-INF/lib. I
|tried it both
|ways and it doesn't work. I am restarting the server
|after ant copies the
|files to the appropriate directories.
|
|If I add the jar file to the CLASSPATH in the script to
|start the tomcat
|server it works, but I thought it was supposed to happen
|automatically.
|
|
|Thanks,
|Ted.
|