I need to setup IIS 6 and 7 to pass all request to Glassfish v2.x. Is there a simple tutorial that will get this interaction between IIS and Glassfish working?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
GlassFish supports ajp, so you could use the isapi_redirect.dll from the apache tomcat connectors project to forward all requests. I wrote a starter HOWTO but being new to ServerFault, I don't know if it is tacky to link to one's own sites. Google "howto isapi_redirect.dll" and mine is the fourth result. |
||||
|
|