I've got Activiti deployed in Tomcat and can access /activiti-explorer fine directly through Tomcat (port 8080), but can't access it through an Apache httpd instance reverse-proxying in front of Tomcat. Mod_jk passes the requests through correctly, and I can get to the login page… but when I put in the kermit/kermit credentials in the login form, it doesn't submit. Looking at the HTTP traffic show that that some requests are going to port 8080. Is there a config file in the activiti-explorer webapp that is putting the app server's URL in the Javascript somewhere?