Re: basic auth required on https but not required on http

2013-02-19 Thread Andrew Winter
Thanks. A lot of file IO goes on with this app. There are a couple of files in particular that are held open for the life of the app and written to sporadically. I am thinking that having the same code as two web apps would lead to those files getting clobbered. Is there a way to make the 'same app

Re: basic auth required on https but not required on http

2013-02-19 Thread André Warnier
Andrew Winter wrote: I work on an intranet type application. While on the local network calls are made to regular http and authentication is not allowed due to a large number of established services that call the server without providing authentication. However, the server accepts calls from th

Where to put resources required by library class

2013-02-19 Thread Ian Pilcher
I am writing a custom SSLSocketFactory for use with the PostgreSQL JDBC driver. This custom factory will allow the administrator to specify the CA certificate used to validate the PostgreSQL server's SSL certificate, on a per-datasource basis. Assuming that my SSLSocketFactory will be installed a

Re: Problem with nsapi_redirect.so (1.2.37) on iPlanet 7.0.15 and Solaris 11

2013-02-19 Thread André Warnier
Andy Wang wrote: On 02/19/2013 12:11 AM, Mladen Turk wrote: Did you tried to check the ulimit. Seems like webservd once when switched to non privileged user cannot create threads either because of some security settings or lack of resources. I'm not so sure that this sequence is what's oc

Re: Problem with nsapi_redirect.so (1.2.37) on iPlanet 7.0.15 and Solaris 11

2013-02-19 Thread Rainer Jung
On 19.02.2013 16:36, Andy Wang wrote: > On 02/19/2013 12:11 AM, Mladen Turk wrote: >> On 02/18/2013 10:47 PM, Andy Wang wrote: >>> >>> If I execute startserv as the non-privileged user rather than root or >>> do this on Solaris 10, no problems. >>> Any ideas why systhread_start (this is an iPlanet

Re: Problem with nsapi_redirect.so (1.2.37) on iPlanet 7.0.15 and Solaris 11

2013-02-19 Thread Andy Wang
On 02/19/2013 12:11 AM, Mladen Turk wrote: Did you tried to check the ulimit. Seems like webservd once when switched to non privileged user cannot create threads either because of some security settings or lack of resources. I'm not so sure that this sequence is what's occurring. When the

Re: Default jvm size

2013-02-19 Thread Daniel Mikusa
On Feb 19, 2013, at 11:26 AM, Galagali, Praveen wrote: > Hi, > If I have not set the CATALINA_OPTS whats the default jvm size that would be > used by Tomcat. If you do not specify it then the JVM default will be used. See your JVM docs for the defaults. Alternatively, you could just set a v

Default jvm size

2013-02-19 Thread Galagali, Praveen
Hi, If I have not set the CATALINA_OPTS whats the default jvm size that would be used by Tomcat. Thanks, Praveen

Re: Problem with nsapi_redirect.so (1.2.37) on iPlanet 7.0.15 and Solaris 11

2013-02-19 Thread Andy Wang
On 02/19/2013 12:11 AM, Mladen Turk wrote: On 02/18/2013 10:47 PM, Andy Wang wrote: If I execute startserv as the non-privileged user rather than root or do this on Solaris 10, no problems. Any ideas why systhread_start (this is an iPlanet NSAPI function) would fail here as root? Did you

Question regarding JNDIRealm - tomcat 6.0.35

2013-02-19 Thread Tanmoy Chatterjee
Hello, Technical Stack: Apache Tomcat v 6.0.35 OS : RHEL 5.3 64 bits java version "1.6.0_18" 32 bits I am using Realm className="org.apache.catalina.realm.JNDIRealm" for connecting to LDAP. Is there any configuration to prevent the default connection to LDAP happening on Tomcat-Start. If I have

RE: tomcat 7.0.22 - allowTrace="false" not working

2013-02-19 Thread Sachin
Further to my investigation, I tried sending TRACE method with telnet telnet localhost 8080 TRACE / HTTP/1.1 A: b C: d Host: localhost With tomcat 7.0.22, it always returned 'HTTP/1.1 404 Not Found' response, even with allowTrace="true". But when I tried t

RE: Tomcat upgrade ->SSL handshake failure?

2013-02-19 Thread Thomas, Steve
-Original Message- From: Thomas, Steve [mailto:stho...@vocollect.com] Sent: Thursday, February 14, 2013 4:38 PM To: Tomcat Users List Subject: RE: Tomcat upgrade ->SSL handshake failure? -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thurs