Hello, 
 I have surfed the net thourouly, including 
 Tomcat NessGroups, and did not find 
 an answer to my problem ;
 May I ask :
  I am running  Tomcat4 + Apache + SSL + Mod _JK 
 on RH 8.0; I had configure Apache 
 to and Tomcat to use SSL (including 
 uncommenting the SSL "connector" lines 
 in server.xml of tomcat , and creating a "changeit"
 with alias tomcat with -keytool .
 
 
 I am using the (default) 8543. 
 
 
 I am creating an SLLSocket on this port from the client
 side ; when I am sending a post request. 
 I see (while debugging) that there is a "SocketTimeOut" 
 exception. (This happens when HttpProcessor 
 calls parseRequest() and we reach the readRequestLine()
 in the SocketInputStream. 
 
 When I set "connectionTimeout" to -1 , to disable 
 timeout , I do not have this Exception , but 
 I see that the data in the input stream 
 does not exist.
 
 When I run the same code and 
 just cretae a Non-SSL socket (on a 
 different port, 8180) everyhting is OK. 
 
 Do you have any idea what the problen can be ?
 
 rr





_______________________________
Sent by TalkM@il WEBMail Server 
MailVision Inc.
http://www.mailvision.net



--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to