Unable to load html file stored outside of the context root.
Veena Grandhi
Greenhorn
Joined: Mar 13, 2008
Posts: 9
posted
0
Hi All,
Any one please help ASAP. We are having a servlet which will create dynamically html file based on the query and store it in the filesystem.Now i am not able to load that html file as it is not present under context root.How shall i specify the url or load that file? I tried loading that file directly like http://localhost:9080/CONTEXTROOT/html/atwRpt_12052008.html ,but it is not able to identify.Hope picture is clear..html is the folder which is present outside CONTEXTROOT and i need to load the html file
To give background OS: Solaris, WAS version 6.0.2.17. Please suggest me urgent..