I' m begginer, so my question is very fundamental.
jsp_xml\
src\ FistPage.jsp
If your .jsp file is in jsp_xml/src, then your URL should be:
http://localhost:8080/jsp_xml/src/FirstPage.jsp
It looks like you are following the recommended directory structure for using 'ant', which is intended to build to a separate directory for deployment. Your .jsp files should probably go in your "web" directory, and ant should copy them to the place where your server.xml points as the "docbase" for your web application.
Hope that helps, -chris
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
