On Fri, 7 Oct 2005, Christian Huegel wrote: > Hi everyone, > > > does anybody have Lenya working with the JK2 connector? What configuration > issues are to consider? If someone can point me to an HOWTO or give me a hint > i´ll be happy. >
I did not use it for lenya but for other web applications. As far as i remember it was a bit tricky to setup ;-) But in principle you have to load the mod_jk module into apache: and add the ajp connector to your tomcats configuration File (server.xml) <!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 --> <Connector className=" .............. Finally define your JkMount(s) in the apache configuration File. You may try something like: JkMount /lenya/* ajp13 HTH Jann --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]