Using Web Server with Application Server

Hi,Can some please clarify this. I know Sun Java Application Server 9 comes with an in-biult Web Server. If I need to use Sun Java Web Server instead of the web server that is in-built in Application Server, what are the steps that I should follow. Thankx.
[277 byte] By [s2810] at [2007-11-26 7:20:59]
# 1
What you need is a reverse proxy plugin for your webserver(I assume it is 6.1), see: http://docs.sun.com/source/819-0902-05/rpp61.htmlBy using this plugin you would use ws6.1 to serve your static content and direct all dynamic content requests to your appserver 9.
Sultal at 2007-7-6 19:03:14 > top of Java-index,Application & Integration Servers,Application Servers...