JkMount is what I was talking about.

Looks like there is now a JkAutoAlias you can use to auto-map all applications, if you want them mapped in whole. To do them in part (have Tomcat serve dynamic content and Apache serve static content), it looks like you'll still want JkMount and JkUnmount. ... in addition to your module loading :-)

The docs on this look a *lot* better than they did back when I was mucking around with it. I bet you can get it working pretty painlessly.

Looks like you can now include your entire configuration in your httpd.conf file (ie. not use the workers.properties/workers2.properties), using the JkWorkerProperty command. It says it's new for mod_jk v.1.2.7, so your module might not support it. Have a look at it :-) It's a little extra typing, but it could remove the need for a file.

As always, if you have any problems, hit the user list up. The user list was what made it possible for me to get things working when I did it, and I imagine they'd be happy to help you make yours work too ;-)

Good Luck!

Eddie

----- Original Message ----- From: "David G. Friedman" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <user@struts.apache.org>
Sent: Sunday, January 23, 2005 11:37 PM
Subject: RE: support for *.do files



Actually guys, I think the main configuration file for mod_jk is called
either workers.properties or workers2.properties. What is in httpd.conf
should be one or two simple load module statements. The real configuration
is usually located in the Apache (not Tomcat) web server's conf or conf.d
directory. Further configuration information for mod_jk or mod_jk2 is
available at the URL:


http://jakarta.apache.org/tomcat/connectors-doc/index.html

See the configuration, howto, and FAQ sections.

Regards,
David


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to