Thomas J.S.: JSP/ Tomcat auf Win XP

Beitrag lesen

Hallo,

Hi Forum,

I hope that I can ask an absolute beginner question here.

Just installed the latest version of Tomcat. The examples work, so it must be installed correctly.
Going through a tutorial I just created this file under webapps/manning/
When I try to access this page with: http://localhost:8080/manning/index.jsp

I get:

HTTP Status 404 - /manning/index.jsp

Du kannst ein
  <Context path="/manning" docBase="manning" debug="0" privileged="true">
     <Logger className="org.apache.catalina.logger.FileLogger" prefix="manning_log." suffix=".txt" timestamp="true"/>
  </Context>

in deinem server.xml einfügen.
Alternativ, stelle deine JSPs in das Verzeichnis /jsp-examples/manning/

Grüße
Thomas