0 Replies Latest reply on Oct 7, 2015 12:35 PM by adibak20

    JBoss 7.1.1 - configuration domain URL

    adibak20

      Hello,

       

      I have ask.

      I use proxy in Apache:

       

      <VirtualHost *:80>

          ServerAdmin admin@site.com

          ServerName mydomain.pl

          ProxyRequests Off

          <Proxy *>

        Order deny,allow

        Allow from all

          </Proxy>

          ProxyPreserveHost on

          ProxyPass / http://localhost:8080/myProject

      </VirtualHost>

       

      When I dyploying my project it is ok. When open http://mydomain.pl is ok.

      When I click link or login in this my page the url show link http://mydomain.pl/maProject/other_url (of curse this link not found ). instead http://mydomain.pl/other_url

      Where do I make mistake ?

       

      Help me