Hi,
I've write a jsp page and able to move files between server map directories
upon user request. My code run ok on tomcat 3.2, to move a selected file
from a list of files, but tomcat 4.0 only allow me to move the first file
from the list order by file name. It will throw me error(from the
apache_log) if other than the first file been selected to be move.
 
the error:
==========
2002-10-22 08:48:52 [org.apache.catalina.connector.warp.WarpConnector] Error
accepting requests
java.net.SocketException: socket closed
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:463)
at java.net.ServerSocket.implAccept(ServerSocket.java:238)
at java.net.ServerSocket.accept(ServerSocket.java:217)
at
org.apache.catalina.connector.warp.WarpConnector.run(WarpConnector.java:590)
at java.lang.Thread.run(Thread.java:479)
 
thanks & regards,
Chet

::      Visit our website at http://www.keppellog.com. For email disclaimer,
please refer to http://www.keppellog.com/disclaimer     ::

Reply via email to