users@glassfish.java.net

Re: how to set glassfish classpath suffix

From: Bobby Bissett - Javasoft <Robert.Bissett_at_Sun.COM>
Date: Thu, 16 Aug 2007 09:32:55 -0400

>
> 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