Re: Tomcat process on windows

2007-03-08 Thread Stefan Baramov
tly not working on web app so I can try it myself. But give it a try and see what happens Cheers, Stefan Baramov - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat launch problem

2007-02-05 Thread Stefan Baramov
Steve Vanspall wrote: > Hi, > > I know this probably doesn't belong here, but a lack of other forums > is causing an issue. > > I have tomcat 5.5.20 set up and it runs without a hitch in standalone > mode. > > I use the sydeo tomcat plugin for eclipse, and it doesn't run claiming > a 'The markup de

Re: Tomcat randomly hangs

2007-01-25 Thread Stefan Baramov
Since you all are using Java 5 why do you try to enable JMX. JConsole could give you a good insight on threads. It could even provide thread dump or possibly detect deadlock. - Stefan - To start a new topic, e-mail: users@tomcat.

Re: System requirements

2006-09-21 Thread Stefan Baramov
DEMESY Nicolas wrote: > Hi, > > I would like to know what are the system requirements for using Tomcat > in a production server, with 50-100 users, on a Red Hat Advanced > Server 3. > Where can I find benchmarks ? > > Thank you for your advices, > Nicolas DEMESY > > > --

APR extensinos for Tocmat 5.5.17 cause a JVM crash on Windows OS

2006-06-02 Thread Stefan Baramov
Hi everyone: Tomcat 5.5.17 for Windows (distribution apache-tomcat-5.5.17.exe) comes with a DLL file called tcnative-1.dll. According to the Tomcat documentation this is a native extension based on the APR and Open SSL projects. However, the extension causes the JVM to crashes qutie often.

JAASRealm and LoginContext reuse

2006-02-14 Thread Stefan Baramov
ode in JDK 1.4 and it appears to be written to cache the LoginModule instances. So I would assume it is correct to write a custom version of the JAASRealm to operate on a single instance of the LoginContext. Am I right? I would appreciate any thoughts. Thanks Stefan Baramov Software

RE: Custom Authenticator

2006-02-03 Thread Stefan Baramov
You can also implement custom LoginModule according to the JAAS specification. JAAS tutorial and LoginModule example is included in the JDK documentation. | -Original Message- | From: Arash Bijanzadeh [mailto:[EMAIL PROTECTED] | Sent: Thursday, February 02, 2006 7:21 AM | To: users@tomcat

Callback (JAAS)

2006-02-03 Thread Stefan Baramov
hoping to use CMA and JAAS with my own custom LoginModule. Can I configure Tomcat to support a thrid callback and still use CMA? Stefan Baramov Software Developer TRX - To unsubscribe, e-mail: [EMAIL PROTECTED] For

JAAS and Realms configuration

2006-02-01 Thread Stefan Baramov
application will use the second JAAS Realm and it seems that tag is completely ignored. Finally, I have to say I tried this configuration on Tomcat 5.5.9 and 5.0.30 with no success. What am I missing? Is there another tag in the web.xml that will connect me to the right JAAS Realm ? Stefan