Tomcat win32 installer source scripts

2005-07-21 Thread Robert Oschwald
Hi all,

I'm looking for the win32 installer script files for tomcat 5.0.28 but had no
luck so far.

As CVS browsing is disabled on the jakarta homepage, I downloaded a lot of
projects using rsync but didn't have luck.
Can you please give me a hint?

Thanks,
Robert








___ 
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: 
http://mail.yahoo.de

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



TOMCAT 3.2.1 STANDALONE AND SSL: Error reading request

2000-12-18 Thread Robert Oschwald




Hi,
 
sorry for my mail into this group, but the user group seems to be dead 
since the 19th of November and we got an urgent SSL problem:
 
I'm currently stuck with my SSL enabling of tomcat 
3.2 with a weird error message.
As soon as I try to access SSL secured content, the 
following error occurs:
 
2000-12-15 05:23:51 - ContextManager: Error reading 
request R( /) 4002000-12-15 05:23:51 - Ctx(  ): 400 R( /) 
null2000-12-15 05:23:51 - Ctx(  ): Handler null null2000-12-15 
05:23:51 - Ctx(  ): IOException in: R( /) Socket closed
2000-12-15 05:10:57 - Ctx(  ): IOException in: 
R( /) Socket closed
 
After a while, the following exception is 
thrown:
    at 
java.io.IOException.(IOException.java:49)    
at 
javax.net.ssl.SSLException.([DashoPro-V1.2-120198])    
at 
java.io.BufferedInputStream.fill(BufferedInputStream.java:192)    
at 
javax.servlet.ServletInputStream.readLine(ServletInputStream.java:138)    
at 
org.apache.tomcat.service.http.HttpRequestAdapter.readNextRequest(HttpRequestAdapter.java:129)    
at 
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:195)    
at 
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)    
at 
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)    
at java.lang.Thread.run(Thread.java:498)
 
I've compiled tomcat 3.2 with SSL support 
(SSLSocketFactory was compiled successfully)
as described in the Tomcal-SSL-Howto 
document.
 
Also, I've changed my jdk-1.3 (IBM) jre 
java.security file as described.
 
I had a problem adding my CERT to the keystore, 
where keytool always complained that the 
public keys are different between the stored and 
given key.
I worked that around by deleting the keystore and 
let keytool create it during the CERT import.
That worked (But I'm not sure that RSA is enabled 
when using that way).
The system is SuSE Linux 7.0, jdk: SUN 1.2.2, JSSE 1.0
 
Has anyone an idea what the problem is? Is this 
caused by a keystore problem reading my CERT
or is there any hint you can give me?
 
 
 
Thanks in advance!
 
 
Robert