Re: how to load a new jar file while server is running

2008-02-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 kr1, kr1 wrote: | I need to place a new jar file into lib while server is running. | How can we load this jar(entirely a new file) into tomcat's current | classpath without restarting the server. | | Could you please suggest me how to do it? If you

Re: how to load a new jar file while server is running

2008-02-01 Thread kr1
e, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/how-to-load-a-new-jar-file-while-server-is-running-tp15224707p15225609.html Sent from the Tomcat - User mailing list archive at Nabble.com. --

Re: how to load a new jar file while server is running

2008-02-01 Thread David Delbecq
For webapp's WEB-INF/lib folder, just restart the webapp part, a new webappClassLoader will be used that include your .jar For other locations, you will need to restart tomcat. En l'instant précis du 01/02/08 12:17, kr1 s'exprimait en ces termes: Hi, I need to place a new jar file into lib wh

how to load a new jar file while server is running

2008-02-01 Thread kr1
a-new-jar-file-while-server-is-running-tp15224707p15224707.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED