Hi jean....
Should work...

You made something like this...
<Connector port="8888" maxHttpHeaderSize="8192" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" redirectPort="8443" acceptCount="100" connectionTimeout="20000" disableUploadTimeout="true" />

And

<Host name="localhost" appBase="webapps_new"

unpackWARs="true" autoDeploy="true"

xmlValidation="false" xmlNamespaceAware="false">



http://localhost:8888/

will work just the same??? I'm probably missing what you asking

Remember the manager thing is not standard, so maybe you havnt installed it in the new setup.... maybe?



----- Original Message ----- From: <[EMAIL PROTECTED]>
To: <users@tomcat.apache.org>
Sent: Tuesday, March 27, 2007 8:59 AM
Subject: A second administration port


Tomcat : 5.5.20
Java  : BEA JRockit 1.5.0_08


Hello,

I have configured a second address administration (9000): I have defined
within the server.xml a second service as:
<Connector port="9000" ...>, with an entry "Host" on which i've defined an
AppBase attribute different from <webapps>. All work fine.
Now I would like to administrate my web applications from the new port:
deploy, undeploy, start or stop
How can I do this ?

Thanks

Best Regards



Jean-Louis Matéo



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to