You're right it's for mod_jk. But the httpd.conf would mostly be the same, which is where your problem is.
You must only mount (no global include mod_jk2.conf") the webapp in "ssl.conf", and additionally you can redirect http to https in "httpd.conf" so that ppl automatically get moved to https. Oscar http://www.linuxjava.net/howto/webapp/ On Mon, 2 Feb 2004, Ralf Schneider wrote: > Am Montag, 2. Februar 2004 21:21 schrieb Oscar Carrillo: > > Please try what I describe in my earlier post, and check my web page for > > a better description: > > > > http://www.linuxjava.net/howto/webapp/ > > I took a look at it, but it seems to be a howto for mod_jk with Tomcat 4.1.x. > But I have used mod_jk2 with Tomcat 5.0.16. Does the Howto also work with > these newer versions? > > Ralf. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
