Raising Context Manager from the dead

2002-07-31 Thread Rick Reumann
Me, being the idiot I am I accidentally deleted the manager directory under webapps on Tomcat4.0.4 on winNT running Tomcat as a service. I had another version of Tomcat4.0.4 running with the same directory structure so I copied that manager over into this directory on the machine where I deleted

Re: Raising Context Manager from the dead

2002-07-31 Thread Nikolas A. Rathert
Did you reload it? What happens if you try to access http://yourhost/manager/list ? Rick Reumann wrote: Me, being the idiot I am I accidentally deleted the manager directory under webapps on Tomcat4.0.4 on winNT running Tomcat as a service. I had another version of Tomcat4.0.4 running with

Re[2]: Raising Context Manager from the dead

2002-07-31 Thread Rick Reumann
On Wednesday, July 31, 2002, 10:19:13 AM, Nikolas wrote: NAR Did you reload it? What happens if you try to access NAR http://yourhost/manager/list ? When you say 'reload it' what exactly do you mean? When I go to http://localhost:8080/manger/list I get the nice page can not be

RE: Re[2]: Raising Context Manager from the dead

2002-07-31 Thread Shapira, Yoav
Millennium ChemInformatics -Original Message- From: Rick Reumann [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 10:29 AM To: Tomcat Users List Subject: Re[2]: Raising Context Manager from the dead On Wednesday, July 31, 2002, 10:19:13 AM, Nikolas wrote: NAR Did you reload

Re: Raising Context Manager from the dead

2002-07-31 Thread Nikolas A. Rathert
So, your copied your manager folder. There is just a WEB-INF with a web.xml in it, right? And you did not delete any of the entries in server.xml concerning /manager (context path for manager). Your server is running and you are able to see the port 8080 examples, right? So as there does not

Re[2]: Raising Context Manager from the dead

2002-07-31 Thread Rick Reumann
On Wednesday, July 31, 2002, 10:35:52 AM, Nikolas wrote: NAR So, your copied your manager folder. There is just a WEB-INF with NAR a web.xml in it, right? Yes that's all that is in the manager folder. NAR And you did not delete any of the entries NAR in server.xml concerning

Re: Raising Context Manager from the dead

2002-07-31 Thread Nikolas A. Rathert
You also restarted your server and put something like that: user name=root password=root roles=manager/ in tomcat-users.xml? I don't know what else could be. :) Rick Reumann wrote: On Wednesday, July 31, 2002, 10:35:52 AM, Nikolas wrote: NAR So, your copied your manager folder.

Re[2]: Raising Context Manager from the dead

2002-07-31 Thread Rick Reumann
It's fixed. Thanks for the help. {blushing} I found the problem AFTER I removed all the webapps and did an uninstall and then a reinstall. On this dev box I noticed the tomcat-users.xml had user username=xxx password=xxx .../ Obviously that was messed up and needed to be user name=. Sadly I