|
|
||
Bhakti Mehta's BlogMay 2008 ArchivesWorking with Metro on Glassfish v3 TP2Posted by bhaktimehta on May 12, 2008 at 12:56 PM | Permalink | Comments (5)Glassfish v3 will be the next major release of the GlassFish application server. The focus of the release is modularization, enablement of non Java EE containers and embedability. GlassFish v3 builds on the strength of GlassFish v2 but takes a completely new approach, providing a highly modular, lightweight, extensible architecture. GlassFish v3 Technology Preview 2 (TP2) is a milestone release of the GlassFish v3 Application Server. You can find the TP2 glassfish preview bundle here. This page provides a brief description of TP2, and points to the information you need to get started. Here is the information on what is part of TP2 Metro will be available as an Update Center module in V3 as part of the TP2 This is a preliminary guide on how to work with Metro in the current development v3 builds. Note: This can be subjected to change in future. Steps to install and run v3. 1. Unzip gfv3-preview2.zip downloaded from here.This is the web distribution for v3 and does not have support for EJBs. For TP2 we will only support JAXWS deployment ie.webservices with webapps whose versions are 2.3 or 2.4. Support for JSR 109 based services is in progress and will be available after TP2. 2. Run glassfish-v3tp2/bin/updatetool.batYou get a prompt like this The software needed for this command (updatetool.bat) is not installed.It downloads the necessary files Platform: windows-i386 This installs the UpdateCenter 3.Run glassfish-v3tp2/bin/updatetool.bat again 4. Select Metro Web Services Stack and click installThis will copy webservices-rt.jar, webservices-tools.jar,webservices-api.jar and jsr109-impl.jar to glassfishv3-tp2/glassfish/modules folder. Next you can start the GF using glassfishv3-tp2/glassfish/bin/asadmin start-domain domain1 5. Deploy your war like thisYou can try metro samples from https://metro.dev.java.net/ Please give us feedback if this works for you . You can file your bugs under https://glassfish.dev.java.net/issues/ category webservices and version v3. Additional Information Project Metro V3 Engineers Guide V3 Build Instructions | ||
|
|