Dear all,
I have set the JSSE_HOME already and used catalina run to startup the
tomcat. There are no error message to startup , but when I try to access the
servlet and execute them, they show the following errors:
java.lang.NoSuchMethodError
at
org.apache.catalina.connector.ResponseStream.flush(ResponseStream.java:244)
at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:245)
at java.io.PrintWriter.flush(PrintWriter.java:120)
at
org.apache.catalina.connector.ResponseWriter.flush(ResponseWriter.java:125)
at
org.apache.catalina.connector.ResponseBase.finishResponse(ResponseBase.java:
481)
at
org.apache.catalina.connector.HttpResponseBase.finishResponse(HttpResponseBa
se.java:229)
at
org.apache.catalina.connector.http.HttpResponseImpl.finishResponse(HttpRespo
nseImpl.java:288)
at
org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:
1038)
at
org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1106
)
at java.lang.Thread.run(Thread.java:484)
When I use the startup from the Startup menu of window, it simply
jump out and cannot start the tomcat. Please help!!!
Thank you very much
Ann Lee
----- Original Message -----
From: "Heather Samsel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, April 13, 2002 4:34 AM
Subject: Please Help!! SSL problem
> Ann,
>
> I just saw your email on Tomcat list serve. Two things to tell you (I just
> solved the same problem).
>
> 1. set the environment variable JSEE_HOME this will solve your problem.
> example:
> set JSSE_HOME=D:\jsse1.0.2
>
> 2. Instead of "startup" try "catalina run" so that you can see any errors
> that occur in the start up.
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>