Bugs item #652717, was opened at 2002-12-12 16:10
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=652717&group_id=22866

Category: CatalinaBundle
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Halil-C. Gürsoy (che---)
Assigned to: Scott M Stark (starksm)
Summary: JB 3.0.4 / Cat 4.1.12: Coyote-Config ign

Initial Comment:
Hi Folks,

tried to configure an ajp13 connector (coyote) in the
tomcat41-service.xml and added to manage this task
these lines:

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

But this was without any success and IMO the config
entrys are ignored by the tomcat41-service (even a
misspelling in a classname causes exceptions). Nothere
in any server or boot log file i see anthing at port
8019. It loks like that Coyote takes the file
jk2.properties from tomcat-4.1.x/conf.

Done this job with th old Ajp13Connector it works fine.



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=652717&group_id=22866


-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to