I am new to tomcat, too, so I am will not give the best advice.

Anyways, I will give it a try:
1) I have another log file localhost.log in the same directory.

2) WEB-INF/web.xml has defines the page which tomcat/the servlet listens, too.
 You can check there if it really is /sp00/servlet/LandingPageFront
  (Alternatively, I use the manager that comes with tomcat and it
lists all installed servlets.)

best
maurice



On Tue, Mar 23, 2010 at 5:46 PM, Reuven Koblick <groovyro...@gmail.com> wrote:
>
> If anyone can give me a pointer, it would be much appreciated. This is very
> frustrating. I cannot get this app to run. No servlet in this app will run.
>
> Tomcat6 is installed at CATALINA_BASE and the app, sp00 is installed in
> CATALINA_BASE/webapps. A war file, sp00.war was placed into that directory
> and deployed.
>
> When trying to execute the first servlet */sp00/servlet/LandingPageFront,
> *an Http 404 page comes back with:
>
> HTTP Status 404 - /sp00/servlet/LandingPageFront
> ------------------------------
>
> *type* Status report
>
> *message* */sp00/servlet/LandingPageFront*
>
> *description* *The requested resource (/sp00/servlet/LandingPageFront) is
> not available.*
> ------------------------------
> Apache Tomcat/6.0.24
> The log file catalina.out doesn't show much:
> Mar 23, 2010 12:24:57 PM org.apache.catalina.core.StandardEngine start
> INFO: Starting Servlet Engine: Apache Tomcat/6.0.24
> Mar 23, 2010 12:24:57 PM org.apache.catalina.startup.HostConfig
> deployDescriptor
> INFO: Deploying configuration descriptor sp00.xml
>
> The descriptor file sp00.xml in
> CATALINA_BASE/apache-tomcat-6.0.24/conf/Catalina/localhost is:
> <?xml version="1.0" encoding="UTF-8"?>
> <Context path="/application">
>  <Logger className="org.apache.catalina.logger.FileLogger"
> prefix="6.0_WebApp." suffix=".log" timestamp="true"/>
> </Context>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to