Rahul,
My first suggestion will be
stop apache
stop tomcat
wait 60 seconds
start tomcat
wait 60 secs then verify that application works using port 8080
start apache
try it through apache
If that does not work I enclose an example on how I configure mod_webapp
make sure that your path in the WebAppDeploy matched the path in the Context
Tag
in http.conf
WebAppConnection conn warp 11.22.33.44:12345
WebAppDeploy corona conn /corona
in server.xml
<!-- Define an WARP Connector on port 12345 --
<Connector className="org.apache.catalina.connector.warp.WarpConnector"
address="11.22.33.44"
port="12345" minProcessors="5" maxProcessors="75"
enableLookups="false"
acceptCount="10" debug="0" connectionTimeout="60000"/>
<Context path="/corona" docBase="corona" debug="0" reloadable="true">
<Logger className="org.apache.catalina.logger.FileLogger"
directory="logs/corona"
prefix="corona." suffix=".log"
verbosity="4"
timestamp="true"/>
</Context>
Jeff
-----Original Message-----
From: Rahul Torvi [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 24, 2002 10:00 AM
To: Tomcat Users List
Subject: Help Apache 1.3.26 + tomcat 4.0.6
Hi All,
I configured apache with tomcat using mod_webapp, The problem is I m now
able to access all the example context without giving port 8080. Then I
deployed my context on tomcat and tried to access it. I made and entry in
apache-tomcat.conf file and included it in apache as per the documentation.
But when I check apache error logs I get an error Cannot deploy application
project001. But when I try to access the same using port 8080 I can see
everything working properly. But the same thing when I try to access it
using apache it gives me the above error.
Can some body help me out...
Thanks and Regards
Rahul
--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>