I don't know the ins-and-outs of creating a change request, but was
wondering if for the next rc of jboss3-tomcat4  the tomcat4-service.xml
file could be changed in this way:

 From this:

<Valve className = "org.apache.catalina.valves.AccessLogValve"
        prefix = "localhost_access" suffix = ".log"
        pattern = "common" directory = "../jboss/log" />

To this:

<Valve className = "org.apache.catalina.valves.AccessLogValve"
        prefix = "localhost_access" suffix = ".log"
        pattern = "common" directory = "../server/default/log" />


Currently it assumes the old JBoss-2.4.x-Tomcat-x.x.x dir structure
where jboss and tomcat/catalina were next to eachother as subdirs, which
isn't the case anymore.

Thanks,
David

As an aside, I like how the Ajp13 connector example is included in the
XML, but personally I think it would be cool to (leave it in there) but
comment it out by default.  Maybe also include (but leave commented out)
Warp - and maybe the new Coyote
(http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/coyote/)? -
Connector lines.

Thanks again.


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to