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 Resource auth=Container driverClassName=oracle.jdbc.driver.OracleDriver factory=oracle.jdbc.pool.OracleDataSourceFactory maxActive=20 maxIdle=10 maxWait=-1

Re: Tomcat user roles

2011-12-08 Thread Bill Wang
, Christopher Schultz wrote: Mark, On 11/29/11 11:15 AM, ma...@apache.org wrote: Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill, On 11/28/11 7:08 PM, Bill Wang wrote: Here I have the last question, what's the reload

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
...@apache.org wrote: Bill Wang bw57...@gmail.com 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 it is maybe possible to let them restart tomcat throught Tomcat Web

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

Re: two questions about the session timeout in tomcat

2011-10-09 Thread Bill Wang
? *** Regards Bill On Sat, Oct 8, 2011 at 1:23 AM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill, On 10/6/2011 7:20 PM, Bill Wang wrote: Recently one of Tomcat

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

tomcat code in version control

2011-03-25 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

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

2010-12-04 Thread Bill Wang
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 p...@pidster.com wrote: On 12/3/10 5:23 AM, Konstantin Kolinko wrote: 2010/12/3 Bill Wang bw57

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,

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

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

2010-11-07 Thread Bill Wang
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 rainer.j...@kippdata.de wrote: On 05.11.2010 16:17, Rainer Frey wrote: On Friday 05 November 2010 12:51:25 Bill Wang wrote

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

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