Re: [Soaplab-users] new and improved applab
Brought to you by:
marsenger
From: Mahmut U. <ul...@eb...> - 2006-11-03 14:42:40
|
Hi, One issue we later noticed that there are number of scripts in the SOAPLAB_HOME/ws directory that also use Applab jar files. One should either update the CLASSPATH definitions in these scripts or should keep copies of the previous versions of the Applab jar files in the SOAPLAB_HOME/lib directory for the use of these scripts. As these scripts are not for starting the server, memory leaks are not important when using these scripts. Regards, Mahmut > > - with the improved Applab server - is it sufficient to simply > > kill my current server, replace the 4 jar files you mentioned in the > > previous post with the new "applab.jar" and then restart the > > server/redeploy my services? > > No need to redeploy the services, restarting should be enough. > > If you use the run-AppLab-server script please make sure you delete the > following 4 lines, > > CLASSPATH=SOAPLAB_HOME/lib/adaptors.jar:{CLASSPATH} > CLASSPATH=SOAPLAB_HOME/lib/AppLabClient.jar:${CLASSPATH} > CLASSPATH=SOAPLAB_HOME/lib/AppLabServer.jar:${CLASSPATH} > CLASSPATH=SOAPLAB_HOME/lib/AppLabShare.jar:${CLASSPATH} > > and add the following line instead. > > CLASSPATH=SOAPLAB_HOME/lib/applab.jar:${CLASSPATH} > > Developer version of the run-AppLab-server does have a generic mechanism > for building the CLASSPATH so it doesn't need to have the above change. > I think you are probably not using the developer version of the script. |