You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2006/11/19 23:48:10 UTC

svn commit: r476965 - in /incubator/tuscany/cpp/sca/samples/HttpdBigBank: README httpserver/conf/httpd.conf

Author: jsdelfino
Date: Sun Nov 19 14:48:10 2006
New Revision: 476965

URL: http://svn.apache.org/viewvc?view=rev&rev=476965
Log:
Added more instructions to README and placeholders for the AXIS2C home dir in httpd.conf

Modified:
    incubator/tuscany/cpp/sca/samples/HttpdBigBank/README
    incubator/tuscany/cpp/sca/samples/HttpdBigBank/httpserver/conf/httpd.conf

Modified: incubator/tuscany/cpp/sca/samples/HttpdBigBank/README
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/HttpdBigBank/README?view=diff&rev=476965&r1=476964&r2=476965
==============================================================================
--- incubator/tuscany/cpp/sca/samples/HttpdBigBank/README (original)
+++ incubator/tuscany/cpp/sca/samples/HttpdBigBank/README Sun Nov 19 14:48:10 2006
@@ -23,7 +23,18 @@
 The httpserver directory contains a minimal httpd configuration.
 Make sure that Apache apachectl and httpd 2.2.x are on the PATH.
 
+Before running the sample, edit httpserver/conf/httpd.conf and complete
+where it says <Your AXIS2C_HOME directory>.
+
 To start the server, cd to httpserver, and run ./startserver.sh.
+
+To verify that the server is working, point your Web browser to
+http://localhost:9090.
+
+To verify that Axis2C is working, point your Web browser to
+http://localhost:9090/axis2, you should see a list of deployed services.
+
 To stop the server, cd to httpserver, and run ./stopserver.sh.
+
 To run the sample go to bigbank.wsclient, and run ./runwsclient.sh.
 

Modified: incubator/tuscany/cpp/sca/samples/HttpdBigBank/httpserver/conf/httpd.conf
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/HttpdBigBank/httpserver/conf/httpd.conf?view=diff&rev=476965&r1=476964&r2=476965
==============================================================================
--- incubator/tuscany/cpp/sca/samples/HttpdBigBank/httpserver/conf/httpd.conf (original)
+++ incubator/tuscany/cpp/sca/samples/HttpdBigBank/httpserver/conf/httpd.conf Sun Nov 19 14:48:10 2006
@@ -24,8 +24,8 @@
 LoadModule axis2_module modules/mod_axis2.so
 <Location /axis2>
         SetHandler axis2_module
-        RepoPath /home/delfinoj/Tuscany/axis2c-0.93/axis2c-bin-0.93-linux
-        LogFile /home/delfinoj/Tuscany/axis2c-0.93/axis2c-bin-0.93-linux/logs/httpd.log
+        RepoPath <Your AXIS2C_HOME directory>
+        LogFile <Your AXIS2C_HOME directory>/logs/httpd.log
         Axis2LogLevel AXIS2_LOG_LEVEL_INFO
 </Location>
 



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