TOMCAT MANAGER-APP and WARP CONNECTOR PROBLEM

2002-10-21 Thread Fabio Marsilio
Hello,

First my configuration: apache 1.3.26 , tomcat 4.0.5 and mod_webapp.

I' m trying to use the manager app of tomcat

1) connect to manager app : http://localhost:8080/manager

2) login as manager

3) try to list currently deployed applications :
http://localhost:8080/manager/list

the response is:

OK - Listed applications for virtual host localhost
/manager:running:0
/examples:running:0
/tomcat-docs:running:0
/webdav:running:0
/:running:0

The problem is that are listed only application of http/1.1 connector (port:
8080)
not the ones with warp connector (port 8008).

I tried to access manager app with port 8008

http://localhost:8008/manager

but there is no reply at all.


Is there a configuration of server.xml that gives me the possibility to

manage applications deployed under warp connector?

Thank you in advance

Fabio




RE: TOMCAT MANAGER-APP and WARP CONNECTOR PROBLEM

2002-10-21 Thread Cox, Charlie
you want to access them as http://localhost/manager. You need to make sure
you define the manager app under your warp connector.

Charlie

> -Original Message-
> From: Fabio Marsilio [mailto:fmarsilio@;veniceplaza.net]
> Sent: Monday, October 21, 2002 6:56 AM
> To: Tomcat Users List
> Subject: TOMCAT MANAGER-APP and WARP CONNECTOR PROBLEM
> 
> 
> Hello,
> 
> First my configuration: apache 1.3.26 , tomcat 4.0.5 and mod_webapp.
> 
> I' m trying to use the manager app of tomcat
> 
> 1) connect to manager app : http://localhost:8080/manager
> 
> 2) login as manager
> 
> 3) try to list currently deployed applications :
> http://localhost:8080/manager/list
> 
> the response is:
> 
> OK - Listed applications for virtual host localhost
> /manager:running:0
> /examples:running:0
> /tomcat-docs:running:0
> /webdav:running:0
> /:running:0
> 
> The problem is that are listed only application of http/1.1 
> connector (port:
> 8080)
> not the ones with warp connector (port 8008).
> 
> I tried to access manager app with port 8008
> 
> http://localhost:8008/manager
> 
> but there is no reply at all.
> 
> 
> Is there a configuration of server.xml that gives me the 
> possibility to
> 
> manage applications deployed under warp connector?
> 
> Thank you in advance
> 
> Fabio
> 
> 

--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>