Try:

1) Ensure Tomcat is running when you start Apache. On Windows you can do
this with Service+ (from www.activeplus.com) to establish a dependency. On
Linux maybe set Tomcat to start at an earlier runlevel (?) or restart Apache
from the end of Tomcat's start-up script. Of course before you do this,
first just try restarting Apache with Tomcat running.

2) Try removing the line WebAppDeploy tomcat conn / to see if this is
responsible for the error.

3) If using JDK 1.4 ensure you compile cocoon from source, rather than just
downloading the binary.

Hope some of this helps. Let me know.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
On Behalf Of Yunce Gunawan
Sent: 15 March 2002 09:20
To: Tomcat Users List
Subject: Apache Tomcat/4.0.1 - HTTP Status 404 - File: wa_request.c
Line: 198



 Hi there !

i installed tomcat 4.0.1 on apache_1.3.22 and my httpd.conf  like this

<IfModule mod_webapp.c>
  WebAppConnection conn      warp  :8080
   WebAppDeploy   tomcat      conn  /
    WebAppDeploy   cocoon      conn  /cocoon
   WebAppInfo /webapp-info
</IfModule>


but i have this error on my browser

WebApp: Error 404
(File: wa_request.c Line: 198)
Web-application not yet deployed

what is file wa_request.c ?

can anybody help me?

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to