I am not that familiar with tomcat, but I am launching an app that works in Resin on tomcat. I am trying to figure out why CLASSPATH does not seem to be working. I know tomcat default startup scripts are set up to overwrite environment CLASSPATH variable, so I edited the startup scripts to have my CLASSPATH in it (I would prefer not to have to do this). I can see the "-classpath" in the process listing and my classpath directory is the first one on the list. However tomcat is finding the files it needs in a different place (my files supposed to come first). Same exact CLASSPATH and files work fine with Resin, so it has to be something specific to how Tomcat handles classpath.
Is the a better (or "right") way to add classpath search directories to Tomcat? Any ideas? Thanks.
BTW, if it matters, I am running Tomcat 5.0.19 on Solaris9
Thanks
Is the a better (or "right") way to add classpath search directories to Tomcat? Any ideas? Thanks.
BTW, if it matters, I am running Tomcat 5.0.19 on Solaris9
Thanks