how can i set up the admin page to my own path?

V

Venkatesh

You can comment out whatever is there in webapps\admin.xml .... because
that is where tomcat is picking up the admin context.

But I guess u need to be careful: U r doing two things, don't know how
good they are

(1) Meddling with the admin context of tomcat
(2) Changing stuff in ROOT context

If u want to have a web service of ur own, then try deploying that with
a separate name other than ROOT

-Venkatesh
 
V

Venkatesh

You can find a file admin.xml under "webapps" directory of ur "tomcat
installation dir". i.e. The file path is <TOMCAT INSTALL
DIR>\webapps\admin.xml

It is an XML file, so just comment all the contents inside that file.
That should do for you

-Venkatesh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,444
Messages
2,571,709
Members
48,796
Latest member
Greg L.
Top