emergency - need to get into admin app

2004-04-19 Thread Stephen Charles Huey
We reloaded the drives on our web server yesterday, but Tomcat keeps choking, and we think it's because not enough memory is allocated, and we're trying to get into the admin web application, but it keeps saying our password isn't correct. Even though I set a password during the install, there

Re: emergency - need to get into admin app

2004-04-19 Thread Rob Cash
I believe that tomcat-users.xml is only read when Tomcat is started. So if you modified the file after you started Tomcat, it won't help. You'd need to restart Tomcat after modifying the file. This is just my best guess, not a definitive fact. Good luck. Cheers, Rob Stephen Charles Huey [EMAIL

RE: emergency - need to get into admin app

2004-04-19 Thread Mike Curwen
. -Original Message- From: Stephen Charles Huey [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 12:48 PM To: Tomcat Users List Subject: emergency - need to get into admin app We reloaded the drives on our web server yesterday, but Tomcat keeps choking, and we think it's because

Re: emergency - need to get into admin app

2004-04-19 Thread Parsons Technical Services
PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, April 19, 2004 1:48 PM Subject: emergency - need to get into admin app We reloaded the drives on our web server yesterday, but Tomcat keeps choking, and we think it's because not enough memory is allocated, and we're trying to get

Re: emergency - need to get into admin app

2004-04-19 Thread Stephen Charles Huey
] To: [EMAIL PROTECTED] Date: Mon, 19 Apr 2004 13:55:09 -0400 Subject: Re: emergency - need to get into admin app I believe that tomcat-users.xml is only read when Tomcat is started. So if you modified the file after you started Tomcat, it won't help. You'd need to restart Tomcat after modifying the file

Re: emergency - need to get into admin app

2004-04-19 Thread Stephen Charles Huey
... - Original message - From: Parsons Technical Services [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Date: Mon, 19 Apr 2004 14:01:14 -0400 Subject: Re: emergency - need to get into admin app NOTE: This is an emergency fix only and will leave you wide open. Edit the admin

Re: emergency - need to get into admin app

2004-04-19 Thread Parsons Technical Services
How are you starting tomcat? What OS are you running? - Original Message - From: Stephen Charles Huey [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, April 19, 2004 2:28 PM Subject: Re: emergency - need to get into admin app Ok, I took out the security tags

Re: emergency - need to get into admin app

2004-04-19 Thread Stephen Charles Huey
? - Original message - From: Stephen Charles Huey [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Date: Mon, 19 Apr 2004 13:06:46 -0500 Subject: Re: emergency - need to get into admin app Thanks, but we are restarting after every modification. And this is Tomcat 4, by the way. Our

Re: emergency - need to get into admin app

2004-04-19 Thread Peter Davison
... - Original message - From: Parsons Technical Services [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Date: Mon, 19 Apr 2004 14:01:14 -0400 Subject: Re: emergency - need to get into admin app NOTE: This is an emergency fix only and will leave you wide open. Edit the admin

Re: emergency - need to get into admin app

2004-04-19 Thread Stephen Bacon
In general, you only use it to pass options that you might need. For example the X flag controls memory, so if your app requires it you can instruct tomcat to launch JVMs with a higher max (i.e. if it seems to be running out of memory). As an example I use: -Xmx128m to set the max at 128MB (i

Re: emergency - need to get into admin app

2004-04-19 Thread Stephen Charles Huey
[EMAIL PROTECTED] Date: Mon, 19 Apr 2004 14:41:52 -0400 Subject: Re: emergency - need to get into admin app Hi Stephen. You need to modify the CATALINA_OPTS environment variable: To give yourself a Gig of memory, try: export CATALINA_OPTS=-Xmx1024m How you set this variable will depend on your

RE: emergency - need to get into admin app

2004-04-19 Thread Trieu, Jason T - CNF
Subject: Re: emergency - need to get into admin app Thanks to everyone who wrote back with suggestions. We had a rough time, and right now we're up because we slapped the old drives back in. After doing that, I found CATALINA_OPTS in the Environment Variables, and it had the -Xms and -Xmx flags

Re: emergency - need to get into admin app

2004-04-19 Thread Stephen Charles Huey
the way to pass both of them at once... - Original message - From: Stephen Bacon [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Date: Mon, 19 Apr 2004 15:14:32 -0400 Subject: Re: emergency - need to get into admin app In general, you only use it to pass options that you might