On 8/7/09 17:45, SarcasmMonster wrote:
In Tomcat 6.0, when I add a new jar to the CATALINA_HOME/lib/ do I have to
restart Tomcat before it's picked up? I added an MySQL jars so I can use the
JNDI datasource but it is getting a class not found when I deploy my app.
When I restarted my test Tomcat, it found it. I thought that class loading
was dynamic, it will look when needed. So I thought when I deployed my app,
it would look and find it.
The server lib directory is not dynamic.
Only WEB-INF/lib are, if configured to do so.
You can configure quite of lot of things to use the mysql.jar file you
need from the web app folder tho.
p
I don't want restart the company's production server just to deploy my
simple app.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org