I'm using eclipse with sun jdk.
When I changed the Constants.java file, i went to my local classes folder and uploaded every class with the most recent timestamp.
No avail. So, I took a local copy of all .class files from the server.
I renamed them all to .txt and did a search in homesite (really good text search facilities)
Homesite could easily find the one instance of the correct classpath. I couldn't find ANY instances of the bad one.
I searched for "uploadedmedia" wich is ALWAYS the last part of that path.
It found 3 files, the Constants.java file and one other .class (now .txt) file that had as you said, in-line referenced the full string, not the variable.
Both were correct, and neither had the windows path. I'm stumped.
There are three installations of the system under different folders in tomcat/webapps.
I looked at all three Constants.java files and all are correct.
David
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]