Hi, I got an application that runs on ROOT folder of tomcat and I got it linked to apache using mod_jk I'm trying to do this: URL inserted -> http://mycomp/app1 Apache should redirect to -> http://localhost:8080/ But what really happens is -> http://localhost:8080/app1 Is it possible to do what I want? I don't know what to write on httpd.conf to get that