I'm working on a similar project. Instead of installing axis on WebSphere(referred as.. WS from now), I made axis jar files part of my web project by copying all the axis jar files (axis, commons etc) into my web application's ..web-inf/lib folder, and the deploy scripts, server-config.wsdd etc in the web-inf folder. Next I build a war file for the entire web app and deploy it to WS, and it works..
This method is briefly covered at http://ws.apache.org/axis/ under Installation guide, topic is Advanced Installation. I could not find any sample examples for this out there, if you find any do let me know. Ashish. > -----Original Message----- > From: SUNILK_CHAMARTI [SMTP:[EMAIL PROTECTED] > Sent: Friday, June 27, 2003 5:15 AM > To: [EMAIL PROTECTED] > Subject: Help reqd. in installing AXIS for WebShpere > > Hi, > > I am new to web services. In my current project, I am using IBM Websphere > Application Server and AXIS. I am facing difficutly in installing AXIS > correctly. If any of you have any documentation on installing AXIS on > websphere, please reply back. > > Regards, > Sunil
