Hi,
As part of a webapp, I'm abusing tomcat as as high-performance static
file download service over high bandwidth long latency network links.
Here, tuning TCP windows sizes can make a drastic difference.
Is there any support in tomcat-4.1 to configure the socket SO_SNDBUF, to
be set via
http
Starting TC 4.0 with
CATALINA_OPTS="$CATALINA_OPTS
-Djavax.net.ssl.trustStore=$CATALINA_BASE/conf/spitfire-cacerts.jks
-Djavax.net.ssl.trustStorePassword=changeit"
and using non-{Verisign,Thawte} cacerts, i am not seeing your problem with
the standard SSLServerSocketFactory. Why does your pat
Noticed that in the catalina.bat patch it should of course read REM instead
of # (gotcha).
Here the fixed patch. The other 2 patches are fine.
Wolfgang.
--- catalina.bat.orig Mon Aug 27 21:10:25 2001
+++ catalina.batTue Sep 11 10:45:13 2001
@@ -65,6 +65,11 @@
rem - Set Up The Run
It itched me a lot that to enable SSL in TC4 a standard JDK has to be modified
(copy JSSE libs into jdk/jre/lib/ext and add
security.provider.3=com.sun.net.ssl.internal.ssl.Provider).
This was not necessary in TC 3.2.x because of different class loading
semantics.
In our environment jdks cannot
It itches that a standard JDK needs to modified to get SSL working. I'm
trying to use bootclasspaths, etc. to pick up jsse from a dir outside the
JDK. So far no luck (worked fine with TC 3.2.x).
Can anyone tell me which classloader loads
org.apache.catalina.net.SSLServerSocketFactory
plus, wh
At 17:28 23/8/01 -0600, Christopher Cain wrote:
>Wolfgang Hoschek wrote:
> >
> > Sorry, I am posting to tomcat-dev although not subscribed...
> >
> > Two suggestions:
> >
> > - Perhaps it is a good idea to also describe in the SSL HOWTO ways to
> >
Sorry, I am posting to tomcat-dev although not subscribed...
Two suggestions:
- Perhaps it is a good idea to also describe in the SSL HOWTO ways to
configure SSL without stuffing libs into jre/lib/ext. Some sites run
multiple versions/vendors of jdks, TC, JSSE, et al from (secure) read-only
s