Sun Java System webserver 6.1 SP2 with JBOss 4.0.4.GA

Hi,

Can anyone pls help me in configuring Sun Java System webserver 6.1 SP2 to forward all the requests to JBOSS 4.0.4.GA Application server.

Basically i have some static conents in Web Server but the majoritiy of

the code is on App server. I need to forward all dynamic requests to JBOss

Rgds

darshan

[338 byte] By [Lakkur] at [2007-11-26 11:40:24]
# 1

You should use webserver's Reverse Proxy Plug-in for that: http://www.sun.com/download/products.xml?id=3f567f91

Docs for configuring it are here:

http://docs.sun.com/app/docs/doc/819-6510/6n8h5jos2?q=passthrough&a=view

P.S. I hope you'll use Sun appserver for your next project.

Sultal at 2007-7-7 11:41:45 > top of Java-index,Web & Directory Servers,Web Servers...
# 2

welll, it is easily done with web server 's reverse proxy plugin. with web server 6.1, you do not have reverse proxy plugin bundled by default. you will need to download the reverse proxy plugin separate from the below url

- click on the download link from the below url and then choose reverse proxy for your platform

http://www.sun.com/download/products.xml?id=3f567f91

- now, you can check out web server reverse proxy documentation to do this

http://docs.sfbay.sun.com/app/docs/doc/819-0902

now, if you would like to try the same with Sun's latest web server - Web Server 7.0, things are lot simpler

- download web server 7.0 technology preview bundle

http://www.sun.com/download/products.xml?id=446518d5

also, u can check out web server 7's reverse proxy docs' from here

http://docs.sun.com/app/docs/doc/819-2629/6n4tgd1va?q=create-selfsigned-cert 8;a=view

chilideveloper at 2007-7-7 11:41:45 > top of Java-index,Web & Directory Servers,Web Servers...