We are running a tomcat server 5.5.12 under Fedora Core 3 with Java
1.5..0update 5 and we have enabled CGI. We noticed that the number of
file
descriptors over time was increasing to the point where the VM runs out of
file descriptors. We think we have found a file descriptor leak in the CGI
code
Hi,
Given the discussion on missing JSSE15SocketFactory because tomcat
5.5.12was build using JAVA
1.4, I am trying to determine if I need to rebuild the whole source tree
under JSDK 5.0 or just the missing JSSE15SocketFactory. In order to make
that judgement call, I need to understand if there is
; But perhaps it's time we just start building with J2SE 5.0 by default,
> instead
> of 1.4?
>
> Yoav
>
> --- Bruce Keats <[EMAIL PROTECTED]> wrote:
>
> > Is is possible to put 5.0 JSK version up on the downloads site? I can
> > certainly build the missing JSSE
t; > I believe that Yoav creates the binary distro with a 1.4 JVM, so the
> > 15SocketFactory is excluded.
> >
> > You need to compile at least JSSE15*.java. However it's probably easier
> to
> > just build all of j-t-c/util.
> >
> > - Original Messag
Hi,
I am trying to track down an issue with the lack of CRL support in tomcat
5.5.12. I turned on logging in
org.apache.tomcat.util.net.jsee.JSSEImplementation and low and behold, the
debug log on line 57 generated a ClassNotFoundException when trying to load
JSSE15SocketFactory. However, it was a