fullPath=getServletContext().getRealPath("/")+APP_FILE_PROP_KEY;
On the dev. and prod. systems the getRealPath method returns the expected string. On the testing environment it returns null.
There are more than one applications running on these systems but they all behave in the same way. Testing never gets a non null value for getRealPath.
I've compared the server.xml files and see no differences I could attribute to this problem, but it is a large file and I don't know for sure what all is in it or where to look exactly. THe web.xml file is essentially identical. The startup scripts all all unmodified from the original distros. Since it affects all applications, it has to be something in the configuration. I printed out all the system properties and they look equivalent. For instance, both have the same:
catalina.home=/usr/local/jakarta-tomcat-4.1.24
line.
The only differences in the system properties is that the testing system is running 4.1_05 and development is running 4.1_02. I had upgraded the testing system from 4.0_03 to see if would make a difference.
Any suggestions?
THanks, Jim.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
