You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2008/03/29 20:31:09 UTC

svn commit: r642590 - /webservices/axis2/trunk/java/modules/samples/java_first_jaxws/README

Author: dims
Date: Sat Mar 29 12:31:07 2008
New Revision: 642590

URL: http://svn.apache.org/viewvc?rev=642590&view=rev
Log:
Fix for AXIS2-3664 - java_first_jaxws sample does not run per README instructions

Modified:
    webservices/axis2/trunk/java/modules/samples/java_first_jaxws/README

Modified: webservices/axis2/trunk/java/modules/samples/java_first_jaxws/README
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/samples/java_first_jaxws/README?rev=642590&r1=642589&r2=642590&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/java_first_jaxws/README (original)
+++ webservices/axis2/trunk/java/modules/samples/java_first_jaxws/README Sat Mar 29 12:31:07 2008
@@ -3,7 +3,18 @@
 
 $ mvn install war:war
 
-Rename the resultant war as your_web_app.war and drop it into any servlet engine. 
+To run the sample using a Servlet Engine: 
+
+Please install a servlet engine say tomcat. Rename the resultant war as your_web_app.war and drop it into webapps directory under tomcat.
+The WSDL file for the service should be viewable at:
+
+http://yourhost:port/your_web_app/services/HelloWorld.HelloWorldImplPort?wsdl
+
+To run the sample under axis2server:
+
+Please copy the java_first_jaxws jar into <AXIS2_HOME>/repository/servicejars (Please create the directory if it does not exist). Then start the axis2 server.
 The WSDL file for the service should be viewable at:
 
-http://yourhost:port/your_web_app/services/HelloWorld.HelloWorldImplPort?wsdl
\ No newline at end of file
+http://localhost:8080/axis2/services/HelloWorld.HelloWorldImplPort?wsdl
+
+NOTE: If you are using JDK1.5, please copy jaxws-rt.jar and jaxws-tools.jar from the JAXWS RI into <AXIS2_HOME>/lib before you run axis2 server. In JDK 1.6, you don't need these 2 jars.



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org