DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29780>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29780 Why we need a jkMain static attibute? ------- Additional Comments From [EMAIL PROTECTED] 2004-06-24 07:23 ------- Hey William, I can setup more then one jk2.properties and used different jk2 Configurations. <Service name="Customerfirst"> <Connector port="8009" jkHome="${catalina.base}/conf/first" protocol="AJP/1.3"/> ... </Service> <Service name="Customersecond"> <Connector port="8109" jkHome="${catalina.base}/conf/second" protocol="AJP/1.3"/> </Service> Directory layout $[catalina.base}/conf/first/conf/jk2.properties $[catalina.base}/conf/second/conf/jk2.properties It works for my hosting project. I can't see a dependency between the different connectors. I find it strange that the implementation search the jk2.properties at a subdirectory conf and etc! What is the UseCase for the JkMain.main method? == Yep, this thing is one of the simples problems and I have start a deep code review at the current code base. Now I am will start some smaller refactorings. But I hope a have time to change more. regards peter --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]