On Thu, Sep 20, 2001 at 10:32:00PM -0400, teddiebear johnson wrote: [..] > I loaded tomcat successfully, but when i put a JSP file in the webapps > directory, I come up with this error Well it's called "webapps" because it's where you put webapps, not JSPs :) To get started, put your JSP in webapps/ROOT. Eg webapps/ROOT/foo.jsp will be accessible at http://localhost:8080/foo.jsp. Have a read of the "App Developers Guide", linked to from the main documentation. --Jeff
- Started Tomcat, why don't JSPs run... teddiebear johnson
- RE: Started Tomcat, why don't JSPs run... Jeff Turner
- RE: Started Tomcat, why don't JSPs run... Tia Haenni
