cancel
Showing results for 
Search instead for 
Did you mean: 

accessing jboss from apache webserver

kiran1
Champ in-the-making
Champ in-the-making
Hi ,

Currently im using alfresco community1.4 with jboss server. I would like to install apache webserver and need to do mapping with jboss server. Through webserver i need to access the alfresco. Is that possible?

How can i do the mapping between apache webserver and jboss server. Please let me know how to configure.

Thanks.
Kiran
2 REPLIES 2

andries
Champ in-the-making
Champ in-the-making
Use Apache mod_proxy module to "proxy" requests to Alfresco. Please refer to your apache manuals for more details about this module. Enter in your apache config-file (which one depends on your apache setup) the following line:

ProxyPass /alfresco http://yourserver:8080/alfresco

Restart apache. Requests send to http://yourserver/alfresco will be proxied to your Alfresco setup.

kiran1
Champ in-the-making
Champ in-the-making
Hi

Thanks alot.It worked well

kiran