dev@glassfish.java.net

wsit on glassfish script

From: Sameer Tyagi <Sameer.Tyagi_at_Sun.COM>
Date: Fri, 18 Aug 2006 22:32:27 -0400

I tried the wsit on glassfish script from WSIT today a few times on windows.
It copies the files into the lib directory but fails to add the
classpath-prefix element.

This is because it searches for the token classpath-prefix but in the
Glassfish I just downloaded
this element is not there by default.
Here is what the domain.xml contains by default
 <java-config java-home="${com.sun.aas.javaRoot}" debug-enabled="false"
debug-options="-Xdebug
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9009"
rmic-options="-iiop -poa -alwaysgenerate -keepgenerated -g"
javac-options="-g"
                
system-classpath="${com.sun.aas.installRoot}/lib/appserv-launch.jar"
classpath-suffix="" env-classpath-ignored="true">
    <!-- various required jvm-options -->

There is no classpath-prefix, the script needs to be modifed or the
attribute needs to be added to Glassfish

/s