Re: [Soaplab-users] new and improved applab
Brought to you by:
marsenger
From: Mahmut U. <ul...@eb...> - 2006-11-03 13:02:46
|
Hi Sirisha, > - 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. Regards, Mahmut |