Obvisouly my comments below may be of no use to you whatsoever if you don't have or have no intention of having an Apache front-end.

Pontius Malmberg wrote:

Hi everyone:
I've been working on this issue for over a week, and can't seem to figure out how or if it's possible at all. I would like to change the default path /admin/ for Tomcat Server Administration for Tomcat 5.5 to be /tomcat-admin/ instead.
Anyone have idea how to do this?

If it's really taking that much time to find a solution and you have an Apache front-end I would use mod_rewrite to achieve this it would be much quicker.

A few web sites on my server are using http://www.domain.com/admin/ as their admin backroom, however, after installing Tomcat on the server, now it goes to Tomcat Server Administration instead. Even though the web sites have an admin folder located inside their web directory. I did some research and it seems that there is file somewhere on the server that is associated with Tomcat which tells Tomcat that by default if someone types in http://www.domain.com/admin/index.jsp it goes to Tomcat Server Administration login page.

If you had an Apache front-end you could add a JkUnmount statement for that virtual host to stop /admin* requests being forwarded to Tomcat.

Now, my question is does anyone know if it's possible to change that default path? If so, which file?
I have tried to make changes to:
workers2.properties.minimal
uriworkermap.properties
tomcat-users.xml
logging.properties
Then rebooted Tomcat, but no luck!!!
I hope this is possible? If so, I'd like it to be /tomcat-admin/
Thanks in advance.
Sincerely,
Ponch

*_____________________________
WIDEWORKS, INC.*
/"Leadership in Quality Internet Solutions!"

/Pontius T.T. Malmberg
WIDEWORKS, INC.
1380 Garnet Avenue, Suite E-276
San Diego, CA 92109 US
Office:   858-273-3244
Fax:       860-371-3244
Mobile: 858-204-6456
http://www.wideworks.net/
mailto:[EMAIL PROTECTED]

------------------------------------------------------------------------



No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.12.2/442 - Release Date: 9/8/2006

------------------------------------------------------------------------

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