Dear Sir/Madam,
I am test SSL connection with Tomcat5.0.28 and j2sdk1.4.1_06.
Below is the setting of my Tomcat for SSL:
It works ok with the valid client cert. But when I test with expired client
cert, the
client side will receive fatal alert: certificate_unknown but not the expected
re
I have 80 servlets on tomcat and each of them can have 5 five concurrent
requests to be processed as per design.
Tomcat Connectors specification says
maxSpareThreads
The maximum number of unused request processing threads that will be
allowed to exist until the thread pool starts stopping
> From: ypomonh [mailto:[EMAIL PROTECTED]
> Subject: Override BOOTSTRAP classloader with endorsed directory
>
> This is a newer version of the API than the one shipped
> with JDK 6, so in order to avoid loading the older library
> from the bootstrap loader, I put the new JAX-WS JARs in
> /lib/end
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jacob,
Jacob Rhoden wrote:
> 1) After setting up a connection to a database in the context.xml file
> using the tag, do you need the in the web.xml
> file. I have tried with and without and it doesn't seem to make a
> difference.
I have had the sam
Tomcat ignores classpath from JVM and creates it's own one, including
endorsed libraries. If you want to inject specific library at the
endorsed level there is an endorsed/lib folder part of tomcat distribution.
ypomonh a écrit :
> I'm trying to write a servlet that use the latest version of JAX-WS
I'm trying to write a servlet that use the latest version of JAX-WS API.
This is a newer version of the API than the one shipped with JDK 6, so
in order to avoid loading the older library from the bootstrap loader, I
put the new JAX-WS JARs in /lib/endorsed.
Still when the servlet runs I get
Hi,
I am having trouble with something google and the docs cant seem to help.
1) After setting up a connection to a database in the context.xml file
using the tag, do you need the in the web.xml
file. I have tried with and without and it doesn't seem to make a
difference.
2) I want to be