user102964
user102964

Reputation: 21

Integrating IIS 7 and Glassfish server

I'm trying to integrate IIS 7 and glassfish server. So that the webpages from my web app are pulled up from the glassfish server over the internet.

Upvotes: 0

Views: 2266

Answers (1)

jstoup111
jstoup111

Reputation: 108

I just wrote a blog post about this. It's pretty simple to do. All you need to do is install a server farm to route your requests to Glassfish instead. Check this post out for more detailed instructions.

http://jstoup.wordpress.com/2012/04/25/how-to-integrate-glassfish-with-iis/

Upvotes: 2

Related Questions