dev@glassfish.java.net

Re: How to run GF quicklook/dev tests with a domain using custom ports configuration?

From: Jane Young <jane.young_at_oracle.com>
Date: Tue, 16 Nov 2010 17:08:36 -0800

Hi Marek,

In the Hudson job, you can do the following:
1. unzip glassfish.zip built with the latest Metro artifacts
2. remove the default domain1 (asadmin delete-domain domain1)
3. create a new domain 1 with the custom ports
4. update build.properties in v3/tests/quicklook with the custom ports
(to automate this, you can use "sed").
5. run QL

Let me know if this works.
Jane

On 11/16/10 6:29 AM, Marek Potociar wrote:
> Hi Jane,
> I'd like to set up a hudson job that runs GF quicklook tests against
> GF build with latest Metro build, but to avoid conflict I need to be
> able to configure GF to use a domain with custom ports and tell GF QL
> to run against those ports. How can I do that? I was browsing through
> the available docs but was not able to find any hints.
>
> Thanks,
> Marek
>
>
>