I have just added a new custom-tubes
sample to the Metro/WSIT sample collection. It is based on one of my previous posts on intercepting web service calls in Metro using custom tubes. I have tested the sample with GlassFish 3.1-b40 and latest Metro 2.1 standalone bundle used on the client side.
To run the sample you need to follow these steps:
- Download and install most recent build of GlassFish 3.1 from the following location: http://dlc.sun.com.edgesuite.net/glassfish/3.1/promoted/
- Don’t forget to set the
AS_HOME
environment variable to point to your GlassFish installation directory
- Don’t forget to set the
- Start GlassFish, e.g.
$AS_HOME
/bin/asadmin start-domain
- Download most recent Metro 2.1 standalone bundle from the Metro maven repository: http://download.java.net/maven/2/org/glassfish/metro/metro-standalone/
- Unzip the downloaded Metro 2.1 standalone bundle and set
METRO_HOME
environment variable to point to the unzippedmetro
/ directory - Change to the
custom-tubes
sample directory, e.g.cd $METRO_HOME/samples/custom-tubes
- Follow the
Readme.txt
file located in thecustom-tubes
sample directory to build and run the sample
Pingback: GlassFish Tips and Links #21
Hi I usig a Sun Java System Application Server Platform Edition 9.0_01 (build b02-p01) I deploy custom_tubes example Its running so better in client side but in server side dosent write anything.
Could you help me?
Thanks David
Hi David,
please send your question to users@metro.java.net .