RE: Apache Tomcat/4.0.1 - HTTP Status 404 - File: wa_request.c Line: 198

2002-03-15 Thread Chris Pheby

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]




Re: Apache Tomcat/4.0.1 - HTTP Status 404 - File: wa_request.c Line: 198

2002-03-15 Thread Yunce Gunawan


of course i restarting Apache with Tomcat running.


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

if i remove  the line WebAppDeploy tomcat conn / 
i have not any error, but i can just see apache server. not tomcat or cocoon 
on my browser ...

i heard that mod_webapp have bugs... it's true ..??



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




RE: Apache Tomcat/4.0.1 - HTTP Status 404 - File: wa_request.c Line: 198

2002-03-15 Thread Chris Pheby

Thats right. But try pointing to localhost/cocoon/ or wherever you mapped it
to. That should invoke Tomcat.

You can of course map Cocoon to the server root I think also.

Chris.

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



of course i restarting Apache with Tomcat running.


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

if i remove  the line WebAppDeploy tomcat conn /
i have not any error, but i can just see apache server. not tomcat or cocoon
on my browser ...

i heard that mod_webapp have bugs... it's true ..??



--
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]




Re: Apache Tomcat/4.0.1 - HTTP Status 404 - File: wa_request.c Line: 198

2002-03-15 Thread Yunce Gunawan

it's not worked...

and i still see apache on my browser..



On Friday 15 March 2002 12:18, you wrote:
 Thats right. But try pointing to localhost/cocoon/ or wherever you mapped
 it to. That should invoke Tomcat.

 You can of course map Cocoon to the server root I think also.

 Chris.

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