Re: [SourceJammer-users] deploying SOAP service
Brought to you by:
robertmacgrogan
From: Michael C. <me...@in...> - 2001-11-20 23:57:45
|
> 2. Verify that xerces.jar is in the expected location. AHA! This was the problem. tomcat_sj.sh assumed that the jar files were in /usr/local/sourcejammer/webapps/sourcejammer/WEB-INF/lib when they were actually in /usr/local/sourcejammer/server/webapps/sourcejammer/WEB-INF/lib ^^^^^^^ The omission of the "/server" occurs throughout the scripts provided with the lastest full server release (sourcejammer-server-1.0.0.2-full.tar.gz). I thought I had tracked it down everywhere, but I had obviously missed one. :) Once I changed tomcat_sj.sh, the SOAP service deployed correctly. If I go to http://localhost:8080/sourcejammer/soap/admin with my web browser, I can verify this. Onward with the setup process. Woohoo! _________________ mike |