RE: [Soaplab-users] Classloaders in Soaplab
Brought to you by:
marsenger
From: Marc L. <Mar...@de...> - 2005-07-05 20:05:04
|
> I have written a shell script for a custom soaplab ws that=20 > calls a number of command line tools in sequence, creating=20 > and reading temporary files as it goes. Some of the calls are=20 > to java classes available in my classpath. However, these do=20 > not seem to work (NoClassDefFoundError). It does work when I=20 > call it directly rather than as a WS. >=20 > Is this because the system classpath is not used even from=20 > the shell? =20 > How can I fix it? Hi Anders, Hope it makes sense, but I guess you can set the classpath variable in = the profile for the user that runs the applab server. Another option would be to set it in the run-AppLab-server script = directly. HTH, Marc |