accessing jboss from apache webserver
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2007 09:33 AM
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
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
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2007 09:47 AM
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:
Restart apache. Requests send to http://yourserver/alfresco will be proxied to your Alfresco setup.
ProxyPass /alfresco http://yourserver:8080/alfresco
Restart apache. Requests send to http://yourserver/alfresco will be proxied to your Alfresco setup.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2007 01:03 AM
Hi
Thanks alot.It worked well
kiran
Thanks alot.It worked well
kiran
