Hi,
I've got apache in front of Tomcat basically proxying content using mod_jk.so to 8080. Two workers setup for the apps so /app1 and /app2.
When users are going to the default page of 80 it hits the default tomcat page. However i want it to hit /app1. Can i setup some simple rule to do this. My traffic is coming through and ISA so can't do a simple html re-write rule or it wont work externally.
I have toyed with the possibility of moving app1 inside the root folder but we have some custom development that is hard coded and would need to be looked at.
Cheers, Ben
I've got apache in front of Tomcat basically proxying content using mod_jk.so to 8080. Two workers setup for the apps so /app1 and /app2.
When users are going to the default page of 80 it hits the default tomcat page. However i want it to hit /app1. Can i setup some simple rule to do this. My traffic is coming through and ISA so can't do a simple html re-write rule or it wont work externally.
I have toyed with the possibility of moving app1 inside the root folder but we have some custom development that is hard coded and would need to be looked at.
Cheers, Ben