TAO Linux (Redhat clone)
Tomcat 5.0.19
JDK 1.4.2

I have a problem that bugging me to death. I have 4 applications that are loaded along 
with some static files in ROOT. In each of my applications I use a globalresource to 
do database connections. The jar is in common/lib. I also use iText in several of the 
apps and the jar for it is also in common/lib . Now for the weird part. I wanted to 
use the file upload to push some files to the server. I looked into the code for the 
manager to get some ideas as well as the api. After writing the class I found that the 
upload.jar was in server/lib. So I moved it to common/lib and made sure there were no 
other copies. Really strange is that the manager app still works fine but none of my 
apps can find the classes from the upload jar.(Yes, many many restarts) For now I have 
a copy of the jar in the app and all is working fine but why would my app not be able 
to find the classes when the manager app can?

Just another question for the twilight zone.

Doug

Reply via email to