0 Replies Latest reply on Aug 6, 2013 5:03 AM by areyna

    apache 2.x jboss 4.x seam 2.x ajp

    areyna

      ajp seems to work and i can get to my seam app home page by visiting the domain, www.domain.com.

       

      however, when i click on a link, it tries to go to www.domain.com/seamwebappcontext/link.seam instead of www.domain.com/link.seam.

       

      what am I doing wrong?

       

      thanks.

       

      <VirtualHost *:80>

       

           ServerName www.abc.org

           ServerAlias abc.org

       

           ProxyPass / ajp://localhost:8009/abc/

           ProxyPassReverse / ajp://localhost:8009/abc/

       

      </VirtualHost>