Hi, all
I am experiencing two problems ,
first,
I'm trying to deploy a webapp using a WAR file, when I try /manager/install ... I
have put the .war file in $CATALINA_HOME/webapps
Why doesn't this unpack automatically?
I get a file not found exception, any Ideas, if I create the directory
$CATALINA_HOME/webapps/ispadmin/ and change the ownership to tomcat4 manager say its
installed but nothing is actually installed.
<Engine name="Standalone" defaulthost="b2b-1.opaltelecom.net" debug="0" >
<Logger className="org.apache.catalina.logger.FileLogger" prefix="catalina_"
suffix=".log" timestamp="true"/>
<Realm className="org.apache.catalina.realm.MemoryRealm" />
<Host name="b2b-1.opaltelecom.net" debug="0" appBase="webapps"
unpackWARs="true"> <-- Surely this should work.
<Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"
prefix="access_" suffix=".log" pattern="common"/>
<Logger className="org.apache.catalina.logger.FileLogger" directory="logs"
prefix="localhost_" suffix="log." timestamp="true"/>
<Context path="" docBase="ROOT" debug="0"/>
<Context path="/manager" docBase="manager" debug="0" privileged="true"/>
<Context path="/logserver" docBase="logserver" debug="0" reloadable="true">
<Logger className="org.apache.catalina.logger.FileLogger"
prefix="logserver_" suffix=".log" timestamp="true"/>
</Context>
</Host>
</Engine
The second problem concerns the webapp module.
The webapp works OK if I access its as
b2b-1.opaltelecom.net:8180/logserver/process?x=status
However if I try
b2b-1.opaltelecom.net/logserver/process?x=status I get webapp not deployed (404 )
in Http.conf...
WebAppConnection conn warp b2b-1.opaltelecom.net:8008
WebAppDeploy logserver conn /logserver
What am I doing wrong??
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>