These are the configurations that I have , Does this help in any way ..thank
you.


Below is the Files that Have something related to j2k ,tomcat and Apache

Server.xml
************

<Connector className="org.apache.coyote.tomcat4.CoyoteConnector" port="9009"
minProcessors="5" maxProcessors="75" enableLookups="true"
redirectPort="8443" acceptCount="10" debug="0" connectionTimeout="0"
useURIValidationHack="false"
protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler" /> 

Server.jk2.xml
******************


<!-- 
 Define a Coyote/JK2 AJP 1.3 Connector on port 8009 
  --> 
  <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
port="9009" minProcessors="5" maxProcessors="75" enableLookups="true"
redirectPort="8443" acceptCount="10" debug="0" connectionTimeout="0"
useURIValidationHack="false"
protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler" />


workers.properties
*************************

worker.list=worker1
worker.worker1.type=ajp13
worker.worker1.host=localhost
worker.worker1.port=9009
worker.worker1.lbfactor=50
worker.worker1.cachesize=10
worker.worker1.cache_timeout=600
worker.worker1.socket_keepalive=1
worker.worker1.recycle_timeout=120

workers2.properties

[logger.apache2]
level=ERROR

[shm]
file=/usr/local/apache-2.0.55/logs/jk2.shm
size=1048576

[channel.socket:localhost:9009]
info=Ajp13 forwarding over socket
tomcatId=localhost:9009


httpd.conf.jk 
################


[uri:/fmsuite/*]
info=Map the whole webapp###
#
# jk specific stuff
#
JkWorkersFile /usr/local/apache-2.0.55/conf/workers.properties
JkLogFile /usr/local/apache-2.0.55/logs/mod_jk.log
JkLogLevel error
JkLogStampFormat "[%a %b %d %H:%M:%S %Y]"
JkRequestLogFormat "%w %V %T"


Any Ideas?


-- 
View this message in context: 
http://www.nabble.com/TomCat--Catalina.out--%3A-Application-failing-with-java.net.SocketException-tp14658933p14681924.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to