I have IIS running on my server on 80 i want if request with /webapplication comes then the request should be redirected to my glassfish from IIS it self glassfish is running on 8080

how to configure this., i want both of them running any how

link|improve this question
without changing url.. i mean if user enters localhost.com/abc then it should be localhost.com/abc but the page should come from glassfish from port 8080 – abc May 27 '10 at 13:37
this question is more appropriate to our sister site, Server Fault. it will be migrated shortly. you will need to register an account there and associate your accounts together in order to regain ownership of the question. – quack quixote May 27 '10 at 22:52
feedback

1 Answer

I presume you set up a virtual directory called web application and then configure a filter to direct all requests on to Glassfish. You'd use iis bindings to specify specific host headers/ports etc. The exact steps vary depending on what version of IIS you're running.

Does this link help?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.