I have an unpacked WAR at the "docBase" in the below ROOT.xml
ROOT.xml is in:
./conf/Catalina/localhost/ROOT.xml
** The issue is that "host" doesnt seem to be found... tomcat links
like http://localhost:8080/examples work fine.
== telnet to the server / by hand ==
telnet localhost 8080
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
GET /index.html HTTP/1.0
HTTP/1.1 400 No Host matches server name localhost
Server: Apache-Coyote/1.1
Date: Mon, 11 Jun 2007 17:34:30 GMT
Connection: close
Connection closed by foreign host.
== java version ==
java -version
java version "1.6.0"
Java(TM) SE Runtime Environment (build 1.6.0-b105)
Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing)
== ROOT.xml == <Context
cookies="true"
crossContext="false"
debug="0"
docBase="/project"
<!--
docBase="${catalina.home}/ROOT"
-->
path="/app1"
privileged="false"
reloadable="true"
>
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]