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
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
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
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
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
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
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
Hi,
If I have not set the CATALINA_OPTS whats the default jvm size that would be
used by Tomcat.
Thanks,
Praveen
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
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
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
-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
12 matches
Mail list logo