dev@glassfish.java.net

Re: Compiling Glassfish in Eclipse

From: Markus KARG <markus.karg_at_gmx.net>
Date: Fri, 08 Sep 2006 20:30:40 +0200

Dinesh Patil wrote:
> Markus KARG wrote:
>> Thanks a lot for your kind help.
>> In fact I now was able to build Glassfish. :-)
>> So the next step is to install it and let it run, so I can check whether
>> my MaxDB modifications would work correctly.
>> Can you please give me instructions on that?
>>
> You can take a look at the maven goals supported in GlassFish:
> https://glassfish.dev.java.net/public/BuildGlassFish.html#maven_goals
>
> For testing your changes, you can run "maven configure-runtime" for
> configuring Single Instance Domain, or "maven configure-cluster" for
> clusterd Domain, and start the domain using
> "${glassfish.home}/publish/glassfish/bin/asadmin start-domain
> --adminuser admin domain1"
> You can see the Getting started guide for more details on Domain info.
>
> To get started with GlassFish, see the quick start guide
> <https://glassfish.dev.java.net/downloads/quickstart/index.html>.
>
> See Configuring the Cluster/Load Balancer with GlassFish V2
> <https://glassfish.dev.java.net/javaee5/build/GlassFish_LB_Cluster.html>
> for how to do the load balancing after creating Clusters on GlassFish V2.
>
> thanks
> Dinesh
>
Dinesh,

thank you for you kind help. But once more, please, I just want do add
MaxDB support. All that additional whens and thens (Domains, Cluster,
LoadBalancer)... Do I really need to learn about that just to put up a
Glassfish instance on my laptop and try out my changes?

Markus