sun-web.xml configuration error (extra-class-path attribute)
I am running sunone server version 6.1 on Linux (Fedora Core 4). I am having a problem where the Class Loader is unable to find a number of jar files in the CLASSPATH when it loads up the WAR file. The jar files are external to the web app because they are required by numerous other web applications. The war file that i am attempting to load has the following classloader settings in the sun-web.xml file:
<class-loader extra-class-path="/./content/lib/pbs/points-common.jar;/./content/lib/pbs/Point sCoreCommon.jar;/./content/lib/pbs/PointsCoreClient.jar;/./content/lib/pbs/Point sCoreWeb.jar;/./content/lib/pbs/PointsLanding.jar;/./content/lib/pbs/PointsPurch ase.jar;/./content/lib/pbs/PointsTransfer.jar;/./content/lib/pbs/PointsAwards.ja r;/./content/lib/pbs/PointsControl.jar"/>
The paths are correct, and I have spoken with other people at my work who run the same environment and they don't see the same problem (I have also tried replacing the semicolons with colons, removing the ., to no avail).
Has anyone else experienced this problem with sunone server or know of anything that would prevent a Classloader from locating these jar files (beyond the obvious explanation that the .jar is not readable or the path is incorrect)? Is there some other setting in sunone that is required?
Thanks,
Caleb

