in this file :
/tmp/jakarta/connectors/util/java/org/apache/tomcat/util/buf/HexUtils.java

changed byte[] to char[]

in this file: 
/tmp/jakarta/connectors/jk/java/org/apache/ajp/tomcat4/Ajp13Connector.java
 
// <commented it out since it is jdk1.3 based>        
       socket.setKeepAlive(true);
<using this instead>      socket.setSoTimeout(0);
 
and that was in order to build tomcat-ajp.jar for
4.0.1 snapshot of jan-22.

Is that some bug that I sumbled on? Is it fixed in the
newer releases? I am not sure if either will cause a
problem in my instance of the server.




__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to