Danico Lee wrote:
i got tomcat5, apache1.3 and jk1.2.14. i'm very confused with JkMount. in my http.conf, i have:<VirtualHost our_server:80> ServerName our_server DocumentRoot "${tomcat_home}/webapps/test1" JkAutoAlias ${tomcat_home}/webapps JkMount /test1/* worker1 </VirtualHost>if i go to http://our_server/test1/, it works. but this is not what i want. i want it to be http://test1.our_server/ instead. i got this:
Mod_jk can not be used for URL rewriting. It can mount only Tomcat contexts, so you will need to use the mod_rewrite for that. It has been explained here couple of times, so dig the archive :) Regards, Mladen. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
