Bugs item #652717, was opened at 2002-12-12 07:10
Message generated for change (Comment added) made by starksm
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: Closed
>Resolution: Out of Date
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 ignored

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.



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

>Comment By: Scott M Stark (starksm)
Date: 2003-07-22 16:21

Message:
Logged In: YES 
user_id=175228

This works with the 4.1.24 bundle of tomcat

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

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: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to