> I have mod_jk module properly loaded now, how would I duplicate this > function of jserv with mod_jk? > > <IfModule mod_jserv.c> > ApJServMount /servlets ajpv12://servername.com:8008/root > ApjServAction .html /servlets/gnujsp > </IfModule> > I should add that "servername.com" is localhost, so this could certainly be a local file path rather than a URL.