problem with JSP page running in browser.
843836Feb 3 2004 — edited Feb 5 2004Hello,
I have created a simple JSP page. I have put it on my apache tomcat server. I have made changes in server.xml file i.e. context path="path that is displayed on my browser" and docBase="absolute path of the folder contains all jsp files". Now the problem is, when I start my tomcat server and open browser than I can see the folder in browser that is put on tomcat server but when I click that particular folder, I can not see the jsp page. "Page not found" eror is displayed. I have set path for apache tomcat i.e. set java_jome=foo\tomcat. the same page is run in JRun server.
Why I can not see my JSP page with tomcat ? pls slove my problem.