Bistro!
Alexis Moussine-Pouchkine's Weblog
public enum Topic { Java, GlassFish, Tools, Sun, InFrenchInZeText, SDPY }

20070112 vendredi janvier 12, 2007

GlassFish tip: verbose glassfish
I love the GlassFish log viewer (and more generally the Web Console) as well as the NetBeans integration, but in development mode, looking for application System.out's can be challenging.
So I often use this :

asadmin start-domain --verbose

Documentation for this supported feature is here.
Btw, it seems like this is the only way to have certain JVM options such as -verbose:gc (although using JConsole may be a better choice) defined in domain.xml to show up at all.

( janv. 12 2007, 07:11:16 PM CET ) Permalink

Use NetBeans 5.5.1 when working with GlassFish v2

If you're working with bleeding edge recent GlassFish v2 builds (latest is b31), you should really be using recents builds of NetBeans 5.5.1 (go to the general download section and choose "5.5.1".)

Vince has more on the NetBeans/GlassFish integration.

If you're on the GlassFish 1 branch (Sun AS 9.0), stick to NetBeans 5.5 for now. GlassFish v2 should be in beta by February and final before JavaOne (probably an indication for the NetBeans 5.5.1 schedule).

update : Note there's an Enterprise Pack to go with it in the same download section.
update 2 : You can also use NetBeans 6.0 starting with Milestone 6.

( janv. 12 2007, 05:17:51 PM CET ) Permalink Comments [2]


Join us at CommunityOne
ALT DESCR
Tags
Links