You are currently browsing the monthly archive for April 2009.
I had gone through lost of taturial about how to configure axis1 or axis2 then add your projetcs to Axisp.but there is no taturial that tells about “how to add Axis1 into running projetc” instead of adding projetc to Axis..so i have made this short taturial for it..its v simple
Simply follow these smal steps..
1-Downlaod Axis1.* and put somewhere in your computer.
2-copy all jar files from Axis lib folder to your application lib folder(fir example in my case its HOMEPATH/axis-1_4\lib, the real Path is D:\axis-1_4\lib)
3-copy All servcila mappings from web.xml of Axis1.4(D:\axis-1_4\webapps\axis\WEB-INF\web.xl) to your projetc web.xml
4-set Folwing path in your seysetn Enviorment Veriables.
AXIS_HOME=D:\axis-1_4
AXIS_LIB=%AXIS_HOME%\lib
AXISCLASSPATH=%AXIS_LIB%\axis.jar;%AXIS_LIB%\commons-discovery-0.2.jar;%AXIS_LIB%\commons-logging-1.0.4.jar;%AXIS_LIB%\jaxrpc.jar;%AXIS_LIB%\saaj.jar;%AXIS_LIB%\log4j-1.2.8.jar;%AXIS_LIB%\xml-apis.jar;%AXIS_LIB%\xercesImpl.jar
5-Then Simple open command prompt and us any of follwing command to depoly the web servcie
java -cp %AXISCLASSPATH% org.apache.axis.client.AdminClient -1http://localhost:8081/HyperCupSample/servlet/AxisServlet deploy.wsdd
or
D:\axis-1_4\lib>java -cp activation.jar:axis-ant.jar:axis.jar:axis-schema.jar:commons-discovery-0.2.jar:commons-logging-1.0.4.jar:jaxrpc.jar:log4j-1.2.8.jar:saaj.jar:wsdl4j-1.5.1.jar:. org.apache.axis.client.AdminClient -1http://localhost:8080/HyperCupSample/servlet/AxisServlet deploy.wsdd
Enjoyyyyyyyyyyyyyy!!!!
if you find some problem then simply email me and if your like this short taturail then please comment something.thanks

