>
> You could specify classpath-suffix with its parts separated by ";" for a
> glassfish instance running in Windows and ":" for an instanace running
> in linux/solaris.
I just came across this recently in some installation instructions. You
can use ${path.separator} for either one and not worry about the OS:
classpath-suffix="/somepath/jar1.jar${path.separator}/somepath/jar2.jar"
Cheers,
Bobby