Change <Context path="/application"> in <Context path="/sp00">

On 23 March 2010 17:46, 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>
>

Reply via email to