I would like to display a jsp file in a browser, similar to what Marty Hall
does at
http://archive.coreservlets.com/JSP-Code/Greetings.jsp
Using apache/tomcat. I tried moving the file to the apache html directory, but
I still get a 404 error from Tomcat. Obviously, apache will forward all jsp
files to tomcat. If the file is not found by Tomcat, I get a 404. If it is
registered, then the page executes the jsp code. Either way, the browser
doesn't view the jsp code.
I thought there was a thread on this last month, but I couldn't turn it up in
a search.
Thanks.