Re: mod_jk help!

2008-08-28 Thread WillF
: > > WillF wrote: >> I am currently using mod_jk as the connector and I have Apache as a front >> for >> tomcat5 by adding something like >> >> JkMount /helloworld/* ajp13 to the httpd.conf >> >> So when I go to www.domain.com/helloworld/ >>

mod_jk help!

2008-08-28 Thread WillF
I am currently using mod_jk as the connector and I have Apache as a front for tomcat5 by adding something like JkMount /helloworld/* ajp13 to the httpd.conf So when I go to www.domain.com/helloworld/ it forwards the request to tomcat and looks for the webapp who's context path is helloworld. Th