WebAppConnection warpConnection

2002-04-11 Thread Yunce Gunawan

hi all

i have new problem now...

i have this configuration on my httpd.conf
IfModule mod_webapp.c
 WebAppConnection warpConnection warp localhost:8008
 WebAppDeploy examples warpConnection /examples
 WebAppDeploy cocoon warpConnection /cocoon
 WebAppInfo /webapp-info
/IfModule

if i open http://localhost:8080/examples/ or  http://localhost:8080/cocoon/  
, it's run very good..
and if i open  http://localhost/examples/ , it's run very good too.. but 
if open this address http://localhost/cocoon/  it's the same like 
http://localhost/examples/

can any body help me??

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




error 404

2002-04-03 Thread Yunce Gunawan


hi all,

i have added this charakters to my configuration on httpd.conf
IfModule mod_webapp.c
 WebAppConnection conn warp picard:8080
 WebAppDeploy tomcat conn /
 WebAppDeploy cocoon conn /cocoon
 WebAppInfo /webapp-info
/IfModule

and than on my browser i always see this error.

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

can anybody help me ?




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




Re: error 404

2002-04-03 Thread Yunce Gunawan

i'm not sure ...
where can i check this warp connector ?

-- if i use 8008, i see the same error


On Wednesday 03 April 2002 14:29, you wrote:
 If 8080 is what you actually put in httpd.conf, are you sure that is the
 port the warp connector is on. 8008 is more usual, with 8080 being the http
 port for standalone tomcat.

 Best Wishes
 John Burgess
 [EMAIL PROTECTED]
 Tel: 01865 718666
 Fax: 01865 718600


 -Original Message-
 From: Yunce Gunawan [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, April 03, 2002 1:22 PM
 To: Tomcat Users List
 Subject: error 404



 hi all,

 i have added this charakters to my configuration on httpd.conf
 IfModule mod_webapp.c
  WebAppConnection conn warp picard:8080
  WebAppDeploy tomcat conn /
  WebAppDeploy cocoon conn /cocoon
  WebAppInfo /webapp-info
 /IfModule

 and than on my browser i always see this error.

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

 can anybody help me ?

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




Re: error 404

2002-04-03 Thread Yunce Gunawan

of course


On Wednesday 03 April 2002 14:30, you wrote:
 Hi,

 Did you restart Apache after you started Tomcat?

 Regards,

 Chris

  -Original Message-
  From: Yunce Gunawan [mailto:[EMAIL PROTECTED]]
  Sent: 03 April 2002 13:22
  To: Tomcat Users List
  Subject: error 404
 
 
 
  hi all,
 
  i have added this charakters to my configuration on httpd.conf
  IfModule mod_webapp.c
   WebAppConnection conn warp picard:8080
   WebAppDeploy tomcat conn /
   WebAppDeploy cocoon conn /cocoon
   WebAppInfo /webapp-info
  /IfModule
 
  and than on my browser i always see this error.
 
  WebApp: Error 404
  (File: wa_request.c Line: 205)
  Web-application not yet deployed
 
  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: error 404

2002-04-03 Thread Yunce Gunawan

On Wednesday 03 April 2002 15:23, you wrote:
 1) What's the URL you are using?

i use picard.rz.hu-berlin.de

 2) check the tomcat logs to see if there were any errors when deploying the
 cocoon and tomcat web applications.

i don't see any errors 
just this .

..
2002-04-03 15:46:33 DEBUG   (2002-04-03) 15:46.33:597   [] 
(Unknown-URI) Unknown-thread/LogKitLogge
r: Logger for category sitemap.serializer.html not defined in configuration. 
New Logger created and returne
d

2002-04-03 15:46:33 DEBUG   (2002-04-03) 15:46.33:604   [] 
(Unknown-URI) Unknown-thread/LogKitLogge
r: Logger for category sitemap.serializer.html not defined in configuration. 
New Logger created and returne
d

2002-04-03 15:46:33 DEBUG   (2002-04-03) 15:46.33:608   [] 
(Unknown-URI) Unknown-thread/LogKitLogge
r: Logger for category sitemap.serializer.html not defined in configuration. 
New Logger created and returne
d

2002-04-03 15:46:33 DEBUG   (2002-04-03) 15:46.33:621   [] 
(Unknown-URI) Unknown-thread/LogKitLogge
r: Logger for category core.xscript not defined in configuration. New Logger 
created and returned

2002-04-03 15:46:33 StandardWrapper[/cocoon:default]: Loading container 
servlet default
2002-04-03 15:46:33 default: init
2002-04-03 15:46:33 StandardWrapper[/cocoon:invoker]: Loading container 
servlet invoker
2002-04-03 15:46:33 invoker: init
2002-04-03 15:46:33 jsp: init

i don't understand, whats mean  Unknown-URI) Unknown-thread/LogKitLogger  , 
may u can help me...

 3) The port in your WebAppConnection line should match port defined in
 server.xml. By default the WarpConnector listens on port 8008. See
 server.xml
 snip
 Connector className=org.apache.catalina.connector.warp.WarpConnector
  port=8008/
 /snip

i have done


 4) And again as others have already said, start Tomcat first and once you
 know that Tomcat has started, start Apache.

i have done too...
but  this error always come :(

i don't know now, what must i do  
thanks anyway...

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




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

2002-03-15 Thread Yunce Gunawan


 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]




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