Can't get to /admin dir of our webapp

2003-06-16 Thread Zabel, Ian
Hello All, We have deployed our webapp to the / context (), and we're trying to access the admin directory (/admin) but Tomcat wants to server up it's little admin webapp. How can I get tomcat to server our /admin directory from out / webapp? Thanks, Ian.

Re: Can't get to /admin dir of our webapp

2003-06-16 Thread John Turner
Remove the /admin webapp. John On Mon, 16 Jun 2003 14:47:07 -0400, Zabel, Ian [EMAIL PROTECTED] wrote: Hello All, We have deployed our webapp to the / context (), and we're trying to access the admin directory (/admin) but Tomcat wants to server up it's little admin webapp. How can I get

RE: Can't get to /admin dir of our webapp

2003-06-16 Thread Zabel, Ian
John, I've done that, and now I simply get a 404 from Tomcat. -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Monday, June 16, 2003 2:51 PM To: Tomcat Users List Subject: Re: Can't get to /admin dir of our webapp Remove the /admin webapp. John On Mon, 16 Jun

Re: Can't get to /admin dir of our webapp

2003-06-16 Thread Dominic Parry
context entry that points to tomcat's admin app. Good luck! -Dom - Original Message - From: Zabel, Ian To: 'Tomcat Users List' Sent: Monday, June 16, 2003 8:47 PM Subject: Can't get to /admin dir of our webapp Hello All, We have deployed our webapp to the / context

Re: Can't get to /admin dir of our webapp

2003-06-16 Thread Dominic Parry
And then Restart Tomcat :) - Original Message - From: Dominic Parry To: Tomcat Users List Sent: Monday, June 16, 2003 8:53 PM Subject: Re: Can't get to /admin dir of our webapp Hi There, You need to make sure that Tomcat does not Deploy the Admin App. You can do

Re: Can't get to /admin dir of our webapp

2003-06-16 Thread John Turner
the /admin context entry that points to tomcat's admin app. Good luck! -Dom - Original Message - From: Zabel, Ian To: 'Tomcat Users List' Sent: Monday, June 16, 2003 8:47 PM Subject: Can't get to /admin dir of our webapp Hello All, We have deployed our webapp to the / context

Re: Can't get to /admin dir of our webapp

2003-06-16 Thread John Turner
:[EMAIL PROTECTED] Sent: Monday, June 16, 2003 2:51 PM To: Tomcat Users List Subject: Re: Can't get to /admin dir of our webapp Remove the /admin webapp. John On Mon, 16 Jun 2003 14:47:07 -0400, Zabel, Ian [EMAIL PROTECTED] wrote: Hello All, We have deployed our webapp to the / context

RE: Can't get to /admin dir of our webapp

2003-06-16 Thread Zabel, Ian
Users List Subject: Re: Can't get to /admin dir of our webapp OK, please define I did that. What did you do? Is Tomcat still trying to deploy the admin webapp? John On Mon, 16 Jun 2003 14:49:55 -0400, Zabel, Ian [EMAIL PROTECTED] wrote: John, I've done that, and now I simply get a 404 from

Re: Can't get to /admin dir of our webapp

2003-06-16 Thread John Turner
- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Monday, June 16, 2003 3:00 PM To: Tomcat Users List Subject: Re: Can't get to /admin dir of our webapp OK, please define I did that. What did you do? Is Tomcat still trying to deploy the admin webapp? John On Mon, 16 Jun 2003 14:49:55

RE: Can't get to /admin dir of our webapp

2003-06-16 Thread Zabel, Ian
:07 PM To: Tomcat Users List Subject: Re: Can't get to /admin dir of our webapp That should do it. John On Mon, 16 Jun 2003 15:04:10 -0400, Zabel, Ian [EMAIL PROTECTED] wrote: I mean that I renamed the $CATALINA_HOME/server/webapps/admin directory. I will now try removing the admin.xml

RE: Can't get to /admin dir of our webapp

2003-06-16 Thread Jeff Tulley
I've moved ours to be /tomcat/admin, so the we still have the admin functionality, but in a less generic name. It is just a simple change in webapps/admin.xml Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc., The Leading Provider of Net Business Solutions http://www.novell.com

RE: Can't get to /admin dir of our webapp

2003-06-16 Thread Phillip Qin
: Jeff Tulley [mailto:[EMAIL PROTECTED] Sent: June 16, 2003 3:20 PM To: [EMAIL PROTECTED] Subject: RE: Can't get to /admin dir of our webapp I've moved ours to be /tomcat/admin, so the we still have the admin functionality, but in a less generic name. It is just a simple change in webapps/admin.xml

RE: Can't get to /admin dir of our webapp

2003-06-16 Thread Zabel, Ian
Phillip, This is a good point, and I will discuss with my coworkers. Ian. -Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: Monday, June 16, 2003 3:27 PM To: 'Tomcat Users List' Subject: RE: Can't get to /admin dir of our webapp I strongly disagree with all of you

Re: Can't get to /admin dir of our webapp

2003-06-16 Thread Dominic Parry
That's a good point. There I go again. Always thinking of the Quick fix! - Original Message - From: Phillip Qin To: 'Tomcat Users List' Sent: Monday, June 16, 2003 9:26 PM Subject: RE: Can't get to /admin dir of our webapp I strongly disagree with all of you. Suppose

Re: Can't get to /admin dir of our webapp

2003-06-16 Thread John Turner
PM To: [EMAIL PROTECTED] Subject: RE: Can't get to /admin dir of our webapp I've moved ours to be /tomcat/admin, so the we still have the admin functionality, but in a less generic name. It is just a simple change in webapps/admin.xml Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc

Re: Can't get to /admin dir of our webapp

2003-06-16 Thread Tim Shaw
don't you guys think of renaming your own admin app to something like myappadmin? -Original Message- From: Jeff Tulley [mailto:[EMAIL PROTECTED] Sent: June 16, 2003 3:20 PM To: [EMAIL PROTECTED] Subject: RE: Can't get to /admin dir of our webapp I've moved ours to be /tomcat/admin, so the we

Re: Can't get to /admin dir of our webapp

2003-06-16 Thread Jeff Tulley
To: 'Tomcat Users List' Sent: Monday, June 16, 2003 9:26 PM Subject: RE: Can't get to /admin dir of our webapp I strongly disagree with all of you. Suppose you are upgrading from 4.1.18 to 4.1.24. The unpacked tar will override all of the contents re admin and install its admin app