rewrite rule along with mod_jk

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I would like to redirect the request from apache to tomcat using the URL http://dev.market.bills.com/
   without mentioning any context root in this url ,the request should get directed using the above URL to /food-bils application 
which is deployed on Tomcat
  
  Kindly suggest what is the issue in the below redirection rule, as currently the  webpage is coming as blank
 
 
  <VirtualHost *:10215>
 RewriteEngine On
RewriteRule ^/(a*)$ /food-bils
ServerName dev.market.bills.com
JkMount /* myworker
JkMount /pages/overview myworker
JkMount /pages/overview/* myworker
 
</VirtualHost>

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux