> From: Reuven Koblick [mailto:groovyro...@gmail.com] > Subject: Newbie: Tomcat Can't Find My App > > When trying to execute the first servlet > */sp00/servlet/LandingPageFront,
That looks like a usage of the old and never-to-be-used-again invoker servlet: http://wiki.apache.org/tomcat/FAQ/Miscellaneous#Q2 http://wiki.apache.org/tomcat/FAQ/Miscellaneous#Q3 Don't even think about enabling it. You should be using proper servlet mapping in the WEB-INF/web.xml file. > HTTP Status 404 - /sp00/servlet/LandingPageFront > <Context path="/application"> > <Logger className="org.apache.catalina.logger.FileLogger" > prefix="6.0_WebApp." suffix=".log" timestamp="true"/> > </Context> The path attribute is not allowed here, and the <Logger> element hasn't been used in many years. You need to read current Tomcat doc, not whatever you've been using. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org