Tomcat dead but subsys locked

2007-07-27 Thread Jeffrey C. Baldwin
Has anyone ran into this problem before? I found a few items via Google... they most/all reference removing the /var/lock/subsys/tomcat then restarting Tomcat and everything being fine. Well, I've tried that, restart Tomcat, and run 'service status tomcat' and receive the same error tomcat

Re: Tomcat 5.0.28 - SSL Setup

2007-07-27 Thread Jeffrey C. Baldwin
clientAuth=false keystoreFile=... sslProtocol=TLS / I think you probably need this because (at the very least) you have 'redirectPort=8443' in your non ssl Connector config Rgds Duncan On 7/26/07, Jeffrey C. Baldwin [EMAIL PROTECTED] wrote: Hello All, I'm in a bit of a pinch here. Just

Tomcat 5.0.28 - SSL Setup

2007-07-26 Thread Jeffrey C. Baldwin
Hello All, I'm in a bit of a pinch here. Just had an old Solaris server fail that housed our TomCat environment and now I'm trying to put the pieces back together on a new server. I have a few of the applications up and running.. but now I've run into an app that wants to run over ssl and

Data Sources Overwritten

2007-06-14 Thread Jeffrey C. Baldwin
(Tomcat 5.0.28 running on CentOS 4.4 using Java 1.4.2_14-b05) Hello All, I have a problem with my understanding of data sources within Tomcat. I have an application (MRS). I deploy MRS using the Tomcat Manager. I then open up Tomcat Administration and I see MRS under: Tomcat Server - Service

Re: Data Sources Overwritten

2007-06-14 Thread Jeffrey C. Baldwin
more likely the admin webapp is changing the running state of tomcat but not persisting those changes to disk. When you restart, it's as if you never made any changes at all. --David Jeffrey C. Baldwin wrote: (Tomcat 5.0.28 running on CentOS 4.4 using Java 1.4.2_14-b05) Hello All, I

Re: Data Sources Overwritten

2007-06-14 Thread Jeffrey C. Baldwin
probably why it kills the pool every time its started. good luck... - Original Message - From: Jeffrey C. Baldwin [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Thursday, June 14, 2007 4:46 PM Subject: Data Sources Overwritten (Tomcat 5.0.28 running on CentOS 4.4 using

Re: Data Sources Overwritten

2007-06-14 Thread Jeffrey C. Baldwin
valuenet.sourceforge.jtds.jdbc.Driver/value /parameter parameter namemaxIdle/name value1/value /parameter parameter nameusername/name valuerreddy/value /parameter /ResourceParams /Context Christopher Schultz wrote: Jeffrey, Jeffrey C. Baldwin wrote: I appreciate all

Re: Data Sources Overwritten

2007-06-14 Thread Jeffrey C. Baldwin
/Context /Host Logger className=org.apache.catalina.logger.FileLogger prefix=catalina_log. suffix=.txt timestamp=true/ Realm className=org.apache.catalina.realm.UserDatabaseRealm/ /Engine /Service /Server Jeffrey C. Baldwin wrote: Chris, Thank you

Re: Data Sources Overwritten

2007-06-14 Thread Jeffrey C. Baldwin
/Context /Host Logger className=org.apache.catalina.logger.FileLogger prefix=catalina_log. suffix=.txt timestamp=true/ Realm className=org.apache.catalina.realm.UserDatabaseRealm/ /Engine /Service /Server Pid wrote: Jeffrey C. Baldwin wrote: Chris

Re: Data Sources Overwritten

2007-06-14 Thread Jeffrey C. Baldwin
- From: Christopher Schultz [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, June 14, 2007 7:06 PM Subject: Re: Data Sources Overwritten Jeffrey, Jeffrey C. Baldwin wrote: I appreciate all the input guys. I put everything into server.xml

Re: Data Sources Overwritten

2007-06-14 Thread Jeffrey C. Baldwin
7:06 PM Subject: Re: Data Sources Overwritten Jeffrey, Jeffrey C. Baldwin wrote: I appreciate all the input guys. I put everything into server.xml and the application is working great. You should put that setup into META-INF/context.xml in your webapp directory (or your WAR file