Thanks Charles, Your's was the advice that worked. I've been trying to get an app written by others to work. Their web.xml file was hopelessly out of date. BTW, I tried enabling the invoker and even that wouldn't run because it was "priviledged".
Reuven Koblick On Tue, Mar 23, 2010 at 12:55 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > 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 > >