atom feed30 messages in net.java.dev.glassfish.devRe: We need an externally visible mac...
FromSent OnAttachments
Eduardo Pelegri-LlopartJun 10, 2006 10:21 am 
Craig McClanahanJun 10, 2006 11:11 am 
Eduardo Pelegri-LlopartJun 10, 2006 1:25 pm 
Eduardo Pelegri-LlopartJun 10, 2006 10:40 pm 
Wonseok KimJun 12, 2006 5:31 am 
Jongjin ChoiJun 12, 2006 6:29 am 
Eduardo Pelegri-LlopartJun 12, 2006 6:46 am 
Jan LueheJun 12, 2006 9:38 am 
Craig McClanahanJun 12, 2006 9:40 am 
Jan LueheJun 12, 2006 9:52 am 
Kin-man ChungJun 12, 2006 10:14 am 
Eduardo Pelegri-LlopartJun 12, 2006 10:20 am 
Eduardo Pelegri-LlopartJun 12, 2006 10:35 am 
Jan LueheJun 12, 2006 10:39 am 
jac...@hookom.netJun 12, 2006 10:42 am 
Rajiv MordaniJun 12, 2006 10:44 am 
Kohsuke KawaguchiJun 12, 2006 5:08 pm 
Amy RohJun 12, 2006 6:10 pm 
Kohsuke KawaguchiJun 14, 2006 11:29 am 
Amy RohJun 14, 2006 1:09 pm 
Eduardo Pelegri-LlopartJun 14, 2006 1:16 pm 
Snjezana Sevo-ZenzerovicJun 14, 2006 1:39 pm 
Rajiv MordaniJun 14, 2006 1:50 pm 
Eduardo Pelegri-LlopartJun 14, 2006 2:30 pm 
Eduardo Pelegri-LlopartJun 14, 2006 2:33 pm 
Jeanfrancois ArcandJun 14, 2006 2:54 pm 
Dinesh PatilJun 14, 2006 3:29 pm 
Craig L RussellJun 14, 2006 9:21 pm 
Eduardo Pelegri-LlopartJun 14, 2006 11:17 pm 
Craig L RussellJun 15, 2006 2:37 pm 
Subject:Re: We need an externally visible machine that we own
From:Jeanfrancois Arcand (Jean@Sun.COM)
Date:Jun 14, 2006 2:54:13 pm
List:net.java.dev.glassfish.dev

Eduardo Pelegri-Llopart wrote:

Sounds like a very useful tidbit / blog / FAQ...

Anybody can give me a pointer to the doc?

I don't think it is documented for 9.0. From here:

http://www.sun.com/software/products/appsrvr_pe/index.xml

You get redirected to 8.1 docs (hum..look like a doc bug ;-)):

http://docs.sun.com/app/docs/coll/ApplicationServer8_pe_04q4

What you are looking at is:

http://docs.sun.com/source/817-6088/httpservice.html#wp1034196

The major difference in GlassFish/9.0 is the fact that the WebContainer & Grizzly are dynamically reconfigurable, so can add virtual-server and http-listener on the fly, without having to restart GlassFish. That wasn't the case for 8.x PE before.

If not, what about writing a

blog-let for TA?

I can blog about it this week. Note that you can do it using the CLI as well (I suspect GlassFish's admin will prefer that solution).

-- Jeanfrancois

- eduard/o

You can setup virtual hosts in glassfish. The easiest way to do it from the admin console is to go under configuration -> HTTP Service -> Virtaul Servers. Then click on new and add vritual servers just like apache and set the docroot etc. You need to have the fcs version of glassfish to be able to use it though. There was a bug in the earlier versions of glassfish for virtual servers.

- Rajiv

What OS is running on there? IIRC, Solaris 10 has a recipe to acquire the right to run on port 80 for it.

There was a question on the admin mailing list (see attachement) about setting virtual hosts for GlassFish. I have not seen a reply yet.

- eduard/o

Kohsuke Kawaguchi wrote:

Amy Roh wrote:

We have an external machine that hosts hudson - http://glassfishbuildtools.sun.com:8000.

I think we should set up an Apache front end so that:

1. we can run Glassfish in a non-privileged port (as us users, instead of as root)

2. we can set up virtual host so that multiple services can be run under different users.

Who owns this machine? Can I login to this machine?

------------------------------------------------------------------------

Subject: GlassFish Virtual Domains From: Dyego Souza Dantas Leal <dyeg@gmail.com> Date: Wed, 14 Jun 2006 08:38:57 -0300 To: adm@glassfish.dev.java.net

To: adm@glassfish.dev.java.net

The glassfish has embedded virtual domains like apache ?

ex: www.jose.org on 200.200.200.200 (example ip ) redirects to jose.war www.maria.org on 200.200.200.200 (SAME ip ) redirects to maria.war

?

Tnks in advance !

------------------------------------------------------------------------