OCSP and Tomcat

2010-06-04 Thread Amit Agarwal
Hi -- Is it possible to implement OCSP with Tomcat? We are doing away with Apache_OpenSSL and hence looking for an alternative. Amit -- Be Happy. Always.

Re: Tomcat startup error

2010-04-11 Thread Amit Agarwal
Thanks all -- I could resolve this after compiling with the latest jars. On Sun, Apr 11, 2010 at 3:03 AM, Bill Barker wrote: > > > "Christopher Schultz" wrote in message > news:4bbf945e.4050...@christopherschultz.net... > > -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Harry, >> >> On

Re: Tomcat startup error

2010-04-09 Thread Amit Agarwal
> type void => boolean) in revision 467222 (24-10-2006) > > It should be recompiled with the current version. > > regards, > Harry > > > 2010/4/9 Amit Agarwal > > > After upgrading to the latest 6.0.26 ver from 6.0.13, I see the > following > >

Tomcat startup error

2010-04-09 Thread Amit Agarwal
After upgrading to the latest 6.0.26 ver from 6.0.13, I see the following error while starting embedded Tomcat. Any ideas how to get around this? WrapperSimpleApp: Encountered an error running main: java.lang.NoSuchMethodError: org.apache.tomcat.util.IntrospectionUtils.setProperty(Ljava/lang/Obje

Re: How to change effective user id on Windows

2010-01-07 Thread Amit Agarwal
HOw do we start TOmcat programatically using Bootstrap.start() API if we need to pass the user ? On Thu, Jan 7, 2010 at 8:30 PM, Peter Crowther wrote: > 2010/1/7 Looijmans, Mike : > > The current configuration is correct in terms of security - the 'SYSTEM' > > user is a limited account that has n

How to change effective user id on Windows

2010-01-07 Thread Amit Agarwal
Tomat on Linux starts as root to bind to port 80, and then switches effective user id to nobody. Windows does not appear to have concept of changing effective user. Tomcat service runs as a local system on Windows. Need to change the user for Tomcat after binding to port 80. How can this be achiev