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 tomcat to server our /admin directory
from out / webapp?
Thanks,
Ian.


--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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 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 tomcat to server our /admin 
 directory from out / webapp?

 Thanks,
 Ian.




-- 
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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

2003-06-16 Thread Dominic Parry
Hi There, 

You need to make sure that Tomcat does not Deploy the Admin App. You can do this by 
removing the Deployment descriptor admin.xml from the webapps folder, also move/rename 
the admin folder in the TOMCAT_HOME\server\webapps folder. Check in server.xml that 
you have removed 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 (), 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 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 this by 
removing the Deployment descriptor admin.xml from the webapps folder, also move/rename 
the admin folder in the TOMCAT_HOME\server\webapps folder. Check in server.xml that 
you have removed 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 (), 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
...and clean out its work directories.

John

On Mon, 16 Jun 2003 20:54:16 +0200, Dominic Parry [EMAIL PROTECTED] 
wrote:

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 this by removing the Deployment descriptor admin.xml from the webapps 
folder, also move/rename the admin folder in the 
TOMCAT_HOME\server\webapps folder. Check in server.xml that you have 
removed 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 (), 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.


--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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

2003-06-16 Thread John Turner
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 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 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 tomcat to server our /admin directory 
from out / webapp?

Thanks,
Ian.





--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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

2003-06-16 Thread Zabel, Ian
I mean that I renamed the $CATALINA_HOME/server/webapps/admin directory.

I will now try removing the admin.xml context file from the webapps base, as
Dominic suggested.

Ian.

-Original Message-
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 -0400, Zabel, Ian [EMAIL PROTECTED] wrote:

 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 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 tomcat to server our /admin directory 
 from out / webapp?

 Thanks,
 Ian.







-- 
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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

2003-06-16 Thread John Turner
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 context file from the webapps base, 
as
Dominic suggested.

Ian.

-Original Message-
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 -0400, Zabel, Ian [EMAIL PROTECTED] wrote:

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 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 tomcat to server our /admin 
directory from out / webapp?

Thanks,
Ian.








--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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

2003-06-16 Thread Zabel, Ian
Thanks guys, this worked!

I removed the $CATALINA_HOME/server/webapps/admin directory and also the
$CATALINA_HOME/webapps/admin.xml file and now /admin loads from our webapp.

Thanks again,
Ian.

-Original Message-
From: John Turner [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 16, 2003 3: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 context file from the webapps 
 base,
 as
 Dominic suggested.

 Ian.

 -Original Message-
 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 -0400, Zabel, Ian [EMAIL PROTECTED] 
 wrote:

 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 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 tomcat to server our /admin 
 directory from out / webapp?

 Thanks,
 Ian.










-- 
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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

 [EMAIL PROTECTED] 6/16/03 1:16:23 PM 
Thanks guys, this worked!

I removed the $CATALINA_HOME/server/webapps/admin directory and also
the
$CATALINA_HOME/webapps/admin.xml file and now /admin loads from our
webapp.

Thanks again,
Ian.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2003-06-16 Thread Phillip Qin
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.

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

 [EMAIL PROTECTED] 6/16/03 1:16:23 PM 
Thanks guys, this worked!

I removed the $CATALINA_HOME/server/webapps/admin directory and also
the
$CATALINA_HOME/webapps/admin.xml file and now /admin loads from our
webapp.

Thanks again,
Ian.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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.

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.

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

 [EMAIL PROTECTED] 6/16/03 1:16:23 PM 
Thanks guys, this worked!

I removed the $CATALINA_HOME/server/webapps/admin directory and also the
$CATALINA_HOME/webapps/admin.xml file and now /admin loads from our webapp.

Thanks again,
Ian.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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

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

   [EMAIL PROTECTED] 6/16/03 1:16:23 PM 
  Thanks guys, this worked!

  I removed the $CATALINA_HOME/server/webapps/admin directory and also
  the
  $CATALINA_HOME/webapps/admin.xml file and now /admin loads from our
  webapp.

  Thanks again,
  Ian.


  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]


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

2003-06-16 Thread John Turner
Well, the original question wasn't is removing the admin webapp a good 
idea? but how do I prevent Tomcat from serving its own admin webapp 
instead of ours? ;)

John

On Mon, 16 Jun 2003 15:26:33 -0400, Phillip Qin [EMAIL PROTECTED] 
wrote:

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.
Why 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 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
[EMAIL PROTECTED] 6/16/03 1:16:23 PM 
Thanks guys, this worked!

I removed the $CATALINA_HOME/server/webapps/admin directory and also
the
$CATALINA_HOME/webapps/admin.xml file and now /admin loads from our
webapp.
Thanks again,
Ian.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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

2003-06-16 Thread Tim Shaw
I called my admin app 'administration' ... because I wanted to be able 
to update tomcat and not have to mess about too much with the standard 
config.

tim

John Turner wrote:
Well, the original question wasn't is removing the admin webapp a good 
idea? but how do I prevent Tomcat from serving its own admin webapp 
instead of ours? ;)

John

On Mon, 16 Jun 2003 15:26:33 -0400, Phillip Qin [EMAIL PROTECTED] 
wrote:

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.
Why 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 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
[EMAIL PROTECTED] 6/16/03 1:16:23 PM 

Thanks guys, this worked!

I removed the $CATALINA_HOME/server/webapps/admin directory and also
the
$CATALINA_HOME/webapps/admin.xml file and now /admin loads from our
webapp.
Thanks again,
Ian.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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

2003-06-16 Thread Jeff Tulley
Tomcat ought to do the same, IMO.  You never know who else wants to own
http://url/admin;, and you do not always have the luxury of renaming
it.

/tomcat/admin and /tomcat/manager are more specific, and can easily be
changed on Tomcat's side.  

Maybe something to bring up on the developer list.

Jeff Tulley  ([EMAIL PROTECTED])
(801)861-5322
Novell, Inc., The Leading Provider of Net Business Solutions
http://www.novell.com

 [EMAIL PROTECTED] 6/16/03 1:29:52 PM 
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 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.

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

   [EMAIL PROTECTED] 6/16/03 1:16:23 PM 
  Thanks guys, this worked!

  I removed the $CATALINA_HOME/server/webapps/admin directory and also
  the
  $CATALINA_HOME/webapps/admin.xml file and now /admin loads from our
  webapp.

  Thanks again,
  Ian.


 
-
  To unsubscribe, e-mail: [EMAIL PROTECTED] 
  For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]