Help with apache virtualhosts

Discussion in 'Server Operation' started by pmminov, Jul 9, 2010.

  1. pmminov

    pmminov New Member

    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
     
  2. topdog

    topdog Active Member

    Yes search my posts i have answered that question already.
     

Share This Page