You mention links like ../webapps/MCRCServlets/logs/MCRCServlets.log which implies these are presented in the browser, but then your talk about absolute paths like C:/www/.... implying a local read of the file system. These don't normally go together. Could you clarify how you are using these paths (from browser or servlet code)?

--David

Walter Thompson wrote:
I have run into an issue with Tomcat6. In Tomcat5 we were using links
like "../webapps/MCRCServlets/logs/MCRCServlet.log" in the Java Code.
I copied all of the folders over from Tomcat5 to Tomcat6 so that they
have the same directory structure:
webapps
                        root
                        MCRCServlets
                        Balancer
In all of the Java Code for the servlets and config files I have had to
put absolute paths in like
"C:/www/Tomcat6/MCRCSerlets/logs/MCRCServlet.log" for it to find the
files.
Is there a configuration file that I can change to make the relative
references work? What would the config code would I add?
I have searched everywhere for an answer to this quest and found no
answers.
Thanks for any help anyone can offer! Walter Thompson
Midland Certified Reagent Company
3112 W Cuthbert Avenue
Midland, Texas 79701
432-694-7950 Ph
432-694-2387 Fx


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to