Re: Tomcat user roles

2011-11-24 Thread Bill Wang
Hi Mark, Thanks, with your help, I find out this link: http://onjava.com/onjava/2001/07/24/tomcat.html, seems you need me setup MemoryRealm, then setup security constraint in webapps/manager/WEB-INF/web.xml There is an exist role "manager" , I try to understand it and add a new role "restart" in

RE: Re:Re: How to get the tomcat internal log out?

2011-11-24 Thread Caldarale, Charles R
> From: 飞翔鸟 [mailto:fxbird1...@163.com] > Subject: Re:Re: How to get the tomcat internal log out? > Why tomcat 7? Because 5.5 is near end-of-life, 6.0 gets only critical fixes, and 7.0 is the one under active development. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE

Re:Re: How to get the tomcat internal log out?

2011-11-24 Thread 飞翔鸟
Hello : Why tomcat 7? Are there some features which can make classes updated without restart tomcat? Thanks . At 2011-11-24 00:04:06,"Christopher Schultz" wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >Konstantin, > >On 11/21/11 7:00 AM, Konstantin Kolinko wrote: >> 20

Re: Babysitting ThreadLocals

2011-11-24 Thread Sylvain Laurent
On 23 nov. 2011, at 16:48, Christopher Schultz wrote: > Our servlet defines the ThreadLocal to be protected (because this is a > base class for several servlets that all do similar things) and > transient (because we just don't need it to be serialized) and > override the initialValue method, like

Re: Tomcat 7 not working with javax.net.ssl.keyStorePassword property

2011-11-24 Thread Satish Mittal
On Thu, Nov 24, 2011 at 3:07 AM, Mark Thomas wrote: > On 22/11/2011 20:42, Satish Mittal wrote: > > Hi All, > > > > I have observed a regression between tomcat 5 and tomcat 7. > > That is https://issues.apache.org/bugzilla/show_bug.cgi?id=38774 that > was fixed only in the 5.5.x branch. > > I'm n

FarmWarDeployer doesn't deploy updated war

2011-11-24 Thread Kirys
Hi all I've configured the FarmWarDeployer for a test cluster into my company infrastructure (all nodes are windows server 2003), the FarmWarDeployer seems to properly deploy new wars and it able to undeploy removed wars, but doesn't seems to properly update war files on replace. Is this a normal

Re: Spring MVC 3 application gives "Could not open JPA EntityManager" only on server

2011-11-24 Thread MiB
24 nov 2011 kl. 08.20 Will Glass-Husain suggested: I'd guess a firewall is blocking the database requests when you use the full domain name. That's quite likely. I used IPtable to reroute port 80 to another port that I run Tomcat standalone on and probably I blocked everything else and fo

Re: How to get the tomcat internal log out?

2011-11-24 Thread Konstantin Kolinko
2011/11/23 Kurt : >   I tried to invoke Bootstrap,but got an error saying  "Can't load > server.xml from I:\workspace\mye10\TOMCAT_5_5_30\conf\server.xml",server.xml > does exist At least that is some logging. Maybe that problem can be solved? The more usual configuration you are using, the more

Re: Tomcat user roles

2011-11-24 Thread markt
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 it is maybe possible to let them >restart tomcat throught "Tomcat Web Application Manager" (the admin