encrypt the database password

2012-05-23 Thread Bill Wang
Hi All, There is a tomcat server with some database setup. cd apache-tomcat-6.0.29/conf cat server.xml So which the plain password, end user may get the password directly. How can create encrypted password within server.xml

Re: Tomcat user roles

2011-12-08 Thread Bill Wang
ote: > > Mark, > > > > On 11/29/11 11:15 AM, ma...@apache.org wrote: > >> Christopher Schultz wrote: > > > >>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > >>> > >>> Bill, > >>> > >>> On 11/28/11 7:08 PM,

Re: Tomcat user roles

2011-11-28 Thread Bill Wang
Thanks for everyone who replied me. I successfully did it. Now on-call team can stop/start the tomcat instances by themselves, but with other action,such as deploy, undeploy, check server status, they will get "access denied ". * * That's perfect. Here I have the last question, what's the reload

Re: Tomcat user roles

2011-11-24 Thread Bill Wang
n Thu, Nov 24, 2011 at 7:06 PM, wrote: > Bill Wang wrote: > > >Hi Tomcat guru, > > > >I have questions for the tomcat user roles setup. > > > >On-call team (24*7 support) need permission to restart one tomcat > >services, if they get call. I think

Tomcat user roles

2011-11-23 Thread Bill Wang
Hi Tomcat guru, I have questions for the tomcat user roles setup. On-call team (24*7 support) need permission to restart one tomcat services, if they get call. I think it is maybe possible to let them restart tomcat throught "Tomcat Web Application Manager" (the admin url http://server:port/man

Re: two questions about the session timeout in tomcat

2011-10-09 Thread Bill Wang
JDBC connections or result sets? *** Regards Bill On Sat, Oct 8, 2011 at 1:23 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Bill, >

two questions about the session timeout in tomcat

2011-10-06 Thread Bill Wang
Hi Tomcat Guru, Recently one of Tomcat application has performance issue, which get slow respond with high sessions. One team member recommend me to adjust the session timeout from 60 minutes to 30 minutes. I will do that, but before change it, I'd like to understand how the performance related

tomcat code in version control

2011-03-24 Thread Bill Wang
Hi Tomcat expert, We have one tomcat application install in our tomcat server (apache-tomcat-6.0.29 + jre1.6.0_22) it is successfully deployed. Now we are thinking to source version control on it. Do I need import all below folders and files to version control, or some of them? bash-3.00$ ls ME

Re: Accident: After app in one tomcat is deleted, the same app in another tomcat is disappeared.

2010-12-04 Thread Bill Wang
under it. There are some folders with same app name under webapp. As you recommend, I will check the log file, if I found anything, will let you know. Regards, Bill On Fri, Dec 3, 2010 at 9:38 PM, Pid wrote: > On 12/3/10 5:23 AM, Konstantin Kolinko wrote: > > 2010/12/3 Bill Wang : &

Accident: After app in one tomcat is deleted, the same app in another tomcat is disappeared.

2010-12-02 Thread Bill Wang
Hi All, Let me explain the situation. We got running tomcat with application ABC in /export/home/xyz/apache-tomcat/webapp/ABC, applicaiton ABC is deployed by ABC.war, and owner is xyz We plan to migrate to /opt/tomcat/apache-tomcat/webapp/ABC, so I install the second tomcat under /opt/tomcat, ow

Re: Any tools to detect tomcat services failure, and start it again automatically?

2010-11-15 Thread Bill Wang
Thanks everyone, I simplify the problem with my own request. In our real env, only one application deployed in one apache-tomcat server. And application will always have its name under opt folder as: /opt/tomcat/APP_NAME/tomcat-VERSION/webapp/APP_NAME tomcat version: 5.5, 6.0.18, 6.0.29 Unix e

Re: Any tools to detect tomcat services failure, and start it again automatically?

2010-11-07 Thread Bill Wang
at develop team to write a general script or tool to detect tomcat status directly? Regards, Bill Christopher Schultz -BEGIN PGP SIGNE On Sat, Nov 6, 2010 at 6:59 AM, Rainer Jung wrote: > On 05.11.2010 16:17, Rainer Frey wrote: > >> On Friday 05 November 2010 12:51:25 Bil

Any tools to detect tomcat services failure, and start it again automatically?

2010-11-05 Thread Bill Wang
Hi All, I am searching the tool (or script) to be used for my tomcat env, that it can keep running as daemon in background, detect the tomcat services (several versions of tomcat). If it found the services don't run, or have failure, it will start it again automatically. I think I can put the scr

How to stop tomcat to be run more than two times.

2010-11-02 Thread Bill Wang
Hi all, I have installed apache-tomcat-6.0.29 on my solaris box, then i start the tomcat services succsfully. But my question is, when the tomcat services is running, I try to start it again, the script (startup.sh) don't stop me, and start the second tomcat services. So how can I let tomcat to