Re: How can JSP use the .jar file out of Tomcat's Home ?

2009-03-12 Thread
Thanks for your reminding:) On Thu, Mar 12, 2009 at 10:59 PM, David Smith d...@cornell.edu wrote: The problem is your other running application is in a separate jvm instance. Even if you did get it to run inside tomcat, it wouldn't be able to bridge tomcat to the other running app by jar

Re: How can JSP use the .jar file out of Tomcat's Home ?

2009-03-12 Thread
Thanks :) On Thu, Mar 12, 2009 at 10:43 PM, Mikolaj Rydzewski m...@ceti.pl wrote: lrvb...@gmail.com wrote: I have to make a JSP invoke a Class which is in a .jar file out of Tomcat Home, You need to create new instance of ClassLoader (e.g. URLClassLoader) and load 'external' jar using