|
Replies:
3
-
Last Post:
Nov 10, 2006 4:02 AM
by: dharrigan
|
|
|
|
|
|
|
Apache + glassfish?
Posted:
Feb 11, 2006 11:40 PM
|
|
|
Can I use apache with glassfish? (like tomcat + mod_jk)
|
|
|
|
|
|
|
Re: Apache + glassfish?
Posted:
Nov 7, 2006 7:20 AM
in response to: kennux
|
|
|
I understand that it's possible to use Apache+Glassfish. My question is if it's possible to run Glassfish without it's own webserver (and use an external webserver, eg. Tomcat)
Thanks,
Mircea
|
|
|
|
|
|
|
|
Re: Apache + glassfish?
Posted:
Nov 10, 2006 4:02 AM
in response to: mvlazar
|
|
|
Hi,
Well, not too sure what you mean, since I wouldn't consider Tomcat to be a web server, I would say Apache is more that way. Anyway, what I have is something like this:
Apache -> mod_jk -> Glassfish
Apache is serving up the static content, such as html, gifs, js, css. Any servlets or JSPS are redirected to Glassfish where my web application is deployed. So, if that is your question, then yes, you can.
if you google for glassfish mod_jk you'll see this link at the top:
http://weblogs.java.net/blog/jfarcand/archive/2006/03/running_glassfi_1.html
That should help you.
-=david=-
|
|
|
|
|