Two Laptop Bag
The moose likes Tomcat and the fly likes Sharing problems Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Sharing problems" Watch "Sharing problems" New topic
Author

Sharing problems

Naresh Rajan
Ranch Hand

Joined: Sep 08, 2005
Posts: 45
Hi all,

There is a jar file which is being used by two separate modules in my project. These two modules constitute 2 separate folders in my tomcat webapps folder. The jar is placed in the lib folder of one of the modules. The classpath has been set appropriately in the .bash_profile of tomcat. If i restart my tomcat and try to access the classes (in the two modules) that uses the same jar, the one that has been accessed first works and the other says unsatisfied link error.

Please help in this regard.


Am not a pro and thats why am here!!!
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35224
    
    7
Tomcat does not use the system CLASSPATH. What it does exactly is described in the documentation. It's best not to try to work around these mechanisms. You'll probably end up putting the jar in the "shared" directory.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Sharing problems
 
Similar Threads
Using Multiple DynaActionForms in same JSP
JSTL with Tomcat 6?
Ant building error
Common Libraries for two tomcat instance
problem in developing jasper report in BEA workspace studio version 1.1 with weblogic server 10.0