RE: Restarting Tomcat remotely

2011-05-07 Thread Noah, Craig [USA]
The only solution I know is to be able to remotely log into the server to run the shutdown/startup scripts. Craig Noah Booz Allen Hamilton noah_cr...@bah.com From: Asha K S [a...@adobe.com] Sent: Monday, May 02, 2011 11:29 PM To:

RE: String index out of range when compilling a file

2010-11-17 Thread Noah, Craig [USA]
Specifically, are you sure that your String is not null? -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Wednesday, November 17, 2010 10:42 AM To: Tomcat Users List Subject: Re: String index out of range when compilling a file -BEGIN PGP

Configuring users

2010-11-15 Thread Noah, Craig [USA]
All, I'm trying to configure a user to use the manager web application. I have read the comments in the tomcat-users.xml file on my server and added the following two lines to the file: role rolename=manager/ user username=user password=pass roles=manager/ I have saved the file and

RE: Configuring users

2010-11-15 Thread Noah, Craig [USA]
: Configuring users On 15/11/2010 15:51, Noah, Craig [USA] wrote: All, I'm trying to configure a user to use the manager web application. I have read the comments in the tomcat-users.xml file on my server and added the following two lines to the file: role rolename=manager/ user username

RE: Configuring users

2010-11-15 Thread Noah, Craig [USA]
: Re: Configuring users On 15/11/2010 16:01, Noah, Craig [USA] wrote: Sorry. I'm using tomcat 6.0.26. OK, manager is the correct role. I made sure my changes are not within comments. The full file is: Looks good. Try: http://localhost:8084/manager/html Mark

RE: Configuring users

2010-11-15 Thread Noah, Craig [USA]
, November 15, 2010 10:13 AM To: Tomcat Users List Subject: Re: Configuring users On 15/11/2010 16:07, Noah, Craig [USA] wrote: Thanks, that's better. I get prompted for a username and password, but it won't accept the values I've configured. No, I don't have caps lock turned on. OK. Moving

RE: Configuring users

2010-11-15 Thread Noah, Craig [USA]
Thank you. That was it. I'm using NetBeans and was trying to start the server within the IDE. Why can't they just use the scripts themselves? Oh well. I'm up and running now. Thanks Mark and Charles for your help. Craig -Original Message- From: Caldarale, Charles R