0 Replies Latest reply on Feb 25, 2012 5:14 AM by lemmedoit

    Issues while integrating apache mod_proxy with jbeap 5.1

    lemmedoit

      Hello

       

      I'm new to Jboss,all our applications are being migrated to Jboss from websphere

       

      The issue I'm facing is after loading the modules(below) in apache.conf and accessing the application url I'm getting 404 error

       

      These are the steps I did (jboss version is 5.1)

       

      1)Installed apache 2.2 and loaded the following modules in conf file

       

           LoadModule proxy_module modules/mod_proxy.so
           LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
           LoadModule proxy_http_module modules/mod_proxy_connect.so

       

      2)added the below line

       

      ProxyPassReverse /context-root  http://host1:8080/context-root

       

      the host1  specified in proxy pass reverse is the server name where jboss is installed

       

      then i accesed the application deployed in jboss application server ,it is giving 404 error.Im not sure what is missing,is there anything else to be done?

      Anyhelp  highly appreciated

       

       

      -lemme