Author: mmao
Date: Mon Apr 23 01:25:23 2007
New Revision: 531374
URL: http://svn.apache.org/viewvc?view=rev&rev=531374
Log:
* README updates for all servlet demos.
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_RPCLit/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_xml_bare/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_xml_wrapped/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/soap12/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/soap_header/README.txt
Modified: incubator/cxf/trunk/distribution/src/main/release/samples/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/README.txt?view=diff&rev=531374&r1=531373&r2=531374
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/README.txt
(original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/README.txt Mon
Apr 23 01:25:23 2007
@@ -66,10 +66,10 @@
Preparing deploy to APACHE TOMCAT
* set CATALINA_HOME environment to your TOMCAT home directory
-* Copied all jars (EXCEPT cxf-integration-jbi* jars) from
- CXF_HOME/lib to <CATALINA_HOME>/shared/lib
Deploy the application into APACHE TOMCAT with the commond:
+[NOTE] This step will check if the cxf jars present in Tomcat,
+ if not, it will automatically copy all the jars into
CATALINA_HOME/shared/lib
ant deploy -Dtomcat=true
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/README.txt?view=diff&rev=531374&r1=531373&r2=531374
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/README.txt
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/README.txt
Mon Apr 23 01:25:23 2007
@@ -120,10 +120,10 @@
Preparing deploy to APACHE TOMCAT
* set CATALINA_HOME environment to your TOMCAT home directory
-* Copied all jars (EXCEPT cxf-integration-jbi* jars) from
- CXF_HOME/lib to <CATALINA_HOME>/shared/lib
Deploy the application into APACHE TOMCAT with the commond:
+[NOTE] This step will check if the cxf jars present in Tomcat,
+ if not, it will automatically copy all the jars into
CATALINA_HOME/shared/lib
ant deploy -Dtomcat=true
@@ -136,6 +136,11 @@
Where # is the TCP/IP port used by the servlet container,
e.g., 8080.
+
+Or
+ ant client-servlet -Dhost=localhost -Dport=8080
+
+You can ignore the -Dhost and -Dport if your tomcat setup is same, i.e ant
client-servlet
Using java, run the client application with the command:
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_RPCLit/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_RPCLit/README.txt?view=diff&rev=531374&r1=531373&r2=531374
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_RPCLit/README.txt
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_RPCLit/README.txt
Mon Apr 23 01:25:23 2007
@@ -123,10 +123,10 @@
Preparing deploy to APACHE TOMCAT
* set CATALINA_HOME environment to your TOMCAT home directory
-* Copied all jars (EXCEPT cxf-integration-jbi* jars) from
- CXF_HOME/lib to <CATALINA_HOME>/shared/lib
Deploy the application into APACHE TOMCAT with the commond:
+[NOTE] This step will check if the cxf jars present in Tomcat,
+ if not, it will automatically copy all the jars into
CATALINA_HOME/shared/lib
ant deploy -Dtomcat=true
@@ -139,6 +139,11 @@
Where # is the TCP/IP port used by the servlet container,
e.g., 8080.
+
+Or
+ ant client-servlet -Dhost=localhost -Dport=8080
+
+You can ignore the -Dhost and -Dport if your tomcat setup is same, i.e ant
client-servlet
Using java, run the client application with the command:
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_xml_bare/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_xml_bare/README.txt?view=diff&rev=531374&r1=531373&r2=531374
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_xml_bare/README.txt
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_xml_bare/README.txt
Mon Apr 23 01:25:23 2007
@@ -123,10 +123,10 @@
Preparing deploy to APACHE TOMCAT
* set CATALINA_HOME environment to your TOMCAT home directory
-* Copied all jars (EXCEPT cxf-integration-jbi* jars) from
- CXF_HOME/lib to <CATALINA_HOME>/shared/lib
Deploy the application into APACHE TOMCAT with the commond:
+[NOTE] This step will check if the cxf jars present in Tomcat,
+ if not, it will automatically copy all the jars into
CATALINA_HOME/shared/lib
ant deploy -Dtomcat=true
@@ -139,6 +139,11 @@
Where # is the TCP/IP port used by the servlet container,
e.g., 8080.
+
+Or
+ ant client-servlet -Dhost=localhost -Dport=8080
+
+You can ignore the -Dhost and -Dport if your tomcat setup is same, i.e ant
client-servlet
Using java, run the client application with the command:
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_xml_wrapped/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_xml_wrapped/README.txt?view=diff&rev=531374&r1=531373&r2=531374
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_xml_wrapped/README.txt
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_xml_wrapped/README.txt
Mon Apr 23 01:25:23 2007
@@ -123,10 +123,10 @@
Preparing deploy to APACHE TOMCAT
* set CATALINA_HOME environment to your TOMCAT home directory
-* Copied all jars (EXCEPT cxf-integration-jbi* jars) from
- CXF_HOME/lib to <CATALINA_HOME>/shared/lib
Deploy the application into APACHE TOMCAT with the commond:
+[NOTE] This step will check if the cxf jars present in Tomcat,
+ if not, it will automatically copy all the jars into
CATALINA_HOME/shared/lib
ant deploy -Dtomcat=true
@@ -139,6 +139,9 @@
Where # is the TCP/IP port used by the servlet container,
e.g., 8080.
+
+Or
+ ant client-servlet -Dhost=localhost -Dport=8080
Using java, run the client application with the command:
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/soap12/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/soap12/README.txt?view=diff&rev=531374&r1=531373&r2=531374
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/soap12/README.txt
(original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/soap12/README.txt
Mon Apr 23 01:25:23 2007
@@ -122,10 +122,10 @@
Preparing deploy to APACHE TOMCAT
* set CATALINA_HOME environment to your TOMCAT home directory
-* Copied all jars (EXCEPT cxf-integration-jbi* jars) from
- CXF_HOME/lib to <CATALINA_HOME>/shared/lib
Deploy the application into APACHE TOMCAT with the commond:
+[NOTE] This step will check if the cxf jars present in Tomcat,
+ if not, it will automatically copy all the jars into
CATALINA_HOME/shared/lib
ant deploy -Dtomcat=true
@@ -138,6 +138,11 @@
Where # is the TCP/IP port used by the servlet container,
e.g., 8080.
+
+Or
+ ant client-servlet -Dhost=localhost -Dport=8080
+
+You can ignore the -Dhost and -Dport if your tomcat setup is same, i.e ant
client-servlet
Using java, run the client application with the command:
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/soap_header/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/soap_header/README.txt?view=diff&rev=531374&r1=531373&r2=531374
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/soap_header/README.txt
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/soap_header/README.txt
Mon Apr 23 01:25:23 2007
@@ -130,10 +130,10 @@
Preparing deploy to APACHE TOMCAT
* set CATALINA_HOME environment to your TOMCAT home directory
-* Copied all jars (EXCEPT cxf-integration-jbi* jars) from
- CXF_HOME/lib to <CATALINA_HOME>/shared/lib
Deploy the war file into APACHE TOMCAT with the commond:
+[NOTE] This step will check if the cxf jars present in Tomcat,
+ if not, it will automatically copy all the jars into
CATALINA_HOME/shared/lib
ant deploy -Dtomcat=true
@@ -146,6 +146,11 @@
Where # is the TCP/IP port used by the servlet container,
e.g., 8080.
+
+Or
+ ant client-servlet -Dhost=localhost -Dport=8080
+
+You can ignore the -Dhost and -Dport if your tomcat setup is same, i.e ant
client-servlet
Using java, run the client application with the command: