Apache Tomcat jk2... is it possible?

2003-12-11 Thread Federico Fernandez Cruz
Hi all! I am using tomcat 5 and I want to do some integration work with Apache and mod_jk2. Is there a direct way to map a whole web application in apache? It works but I have to write a lot of [uri:*] commands in mi workers2.properties file. I have tried WebXml2Jk but when I insert the

Re: Apache Tomcat jk2... is it possible?

2003-12-11 Thread Nikola Milutinovic
Federico Fernandez Cruz wrote: Hi all! I am using tomcat 5 and I want to do some integration work with Apache and mod_jk2. Is there a direct way to map a whole web application in apache? It works but I have to write a lot of [uri:*] commands in mi workers2.properties file. What do you

Re: Apache Tomcat jk2... is it possible?

2003-12-11 Thread Federico Fernandez Cruz
By whole web application I mean the entire application... well... I have a context inside Tomcat called UserMan. I want to map an Apache URL to this application... In my workers2.properties I put these lines... [uri:/UserMan] info=Example webapp in the default context. context=/UserMan debug=0

Re: Apache Tomcat jk2... is it possible?

2003-12-11 Thread Nikola Milutinovic
Federico Fernandez Cruz wrote: By whole web application I mean the entire application... well... I have a context inside Tomcat called UserMan. I want to map an Apache URL to this application... In my workers2.properties I put these lines... [uri:/UserMan] info=Example webapp in the default

Re: Apache Tomcat jk2... is it possible?

2003-12-11 Thread Jrg Werner
Hello! Please take a look at this thread http://www.mail-archive.com/[EMAIL PROTECTED]/msg110822.html In short, the solution is to build mod_jk2 from jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz and not from the sources bundled with tomcat. I had the same problem and it now works. Jörg --

Re: Apache Tomcat jk2... is it possible?

2003-12-11 Thread Federico Fernandez Cruz
Thanks! Now it works! :-) I can access my web application through SSL. How can I get all those SSL variables that apache has already set ? Should I tell something more to JK? Thanks! Jörg Werner wrote: Hello! Please take a look at this thread http://www.mail-archive.com/[EMAIL