Hi!

I got application deployed in tomcat. This application generates html log
files. I would like to access these files from my webapplication but i got
problems. When i put these files in for ex: c:/logs i cant access them
because created link: file:///c:/logs/file.html is not working (i read that
this is a browser security issue).
Then i tried to create link using relative path, because the application is
often redeployed i have to put this folder outside application folder in
webapp. When i put the folder in webapps/logs i still cant access the file
because there is no project logs so the resource is not found.

How to workaround this issue? I tried to google with no help. How to read
plain html file from my webapplication? 
-- 
View this message in context: 
http://old.nabble.com/Problem-with-reading-plain-html-tp26418721p26418721.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to