Hello i am trying to cofiguring one new context using tomcat for this
pourpose i make this:

<Host name="localhost" debug="0" appBase="webapps/ROOT" unpackWARs="true"
autoDeploy="true">
<Logger className="org.apache.catalina.logger.FileLogger" directory="logs"
prefix="localhost_log." suffix=".txt" timestamp="true"/>
<Context path="" docBase="" reloadable="true" crossContext="true">
</Context>
<Context path="/webos" docBase="webapps/elmio" debug="0" reloadable="true"
crossContext="true">
<Logger className="org.apache.catalina.logger.FileLogger"
prefix="localhost_webos_log." suffix=".txt" timestamp="true"/>
</Context>
</Host>

but when in my browser i put the url: http://localhost:8080/webos the
tomcat says me:
HTTP Status 404 - /webos

--------------------------------------------------------------------------------

type Status report

message /webos

description The requested resource (/webos) is not available.


--------------------------------------------------------------------------------

Apache Tomcat/4.1.29

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to