Angel- Assuming you took the path execute WSDL2Java Clean Compiled all generated java stub files Jar all class files into 'Whatever.jar' Ensure AxisServlet is deployed to Tomcat and 'is happy' which can be verified by visiting the AXIS happiness page located at http://localhost:8080/axis/happyaxis.jsp
then deploy the jar (containing all of the service code) into $CATALINA_HOME/webapps/axis/WEB-INF/lib Goto manager (http://localhost:8080/manager/html) and Reload axis webapp ????????? Martin -- *************************************************** This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. ----- Original Message ----- From: "Angel Cholchev" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, June 30, 2006 1:05 PM Subject: AXIS2: Dymamic deployment for modules > Hello, > I'm looking for a way to deploy the rampart-1.0 module from a .jar file. > I've renamed the rampart-1.0.mar to .jar and putted it into my classpath. > Then I tried to make the ConfigurationContextFactory use the classpath > as a repository location. However these things have not let to the > desired result. > In the Axis2 User's guide it is mensioned , that trough the fallowing method > > public void init(ConfigurationContext configContext, AxisModule module) > throws AxisFault;//Initialize the module > public void shutdown(AxisConfiguration axisSystem) throws AxisFault;//End of > module processing > public void engageNotify(AxisDescription axisDescription) throws AxisFault; > > we can control the method initialization. There a little documentation > and google stands silent, > so I would be very thankful if someone can help me. > Angel Cholchev > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
