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
