Author: simonetripodi
Date: Tue Jan 17 09:10:04 2012
New Revision: 1232350
URL: http://svn.apache.org/viewvc?rev=1232350&view=rev
Log:
fixed side effects of c'n'p...
Modified:
incubator/any23/trunk/service/src/main/assembly/README.txt
Modified: incubator/any23/trunk/service/src/main/assembly/README.txt
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/service/src/main/assembly/README.txt?rev=1232350&r1=1232349&r2=1232350&view=diff
==============================================================================
--- incubator/any23/trunk/service/src/main/assembly/README.txt (original)
+++ incubator/any23/trunk/service/src/main/assembly/README.txt Tue Jan 17
09:10:04 2012
@@ -71,7 +71,7 @@ Apache Any23 Service (${implementation.b
set to the location of your JDK, e.g. C:\Program
Files\Java\jdk1.5.0_02 and that %JAVA_HOME%\bin is in your Path
environment variable.
- 7) Open a new command prompt (Winkey + R then type cmd) and run any23
--version to verify that it is correctly installed.
+ 7) Open a new command prompt (Winkey + R then type cmd) and run any23server
to launch the service.
** Unix-based Operating Systems (Linux, Solaris and Mac OS X)
@@ -89,12 +89,12 @@ Apache Any23 Service (${implementation.b
export EXTRA_JVM_ARGUMENTS="-Xms256m -Xmx512m".
This environment variable can be used to supply extra options.
- 5) Add M2 environment variable to your path, e.g. export PATH=$ANY23:$PATH.
+ 5) Add ANY23 environment variable to your path, e.g. export
PATH=$ANY23:$PATH.
6) Make sure that JAVA_HOME is set to the location of your JDK, e.g.
export JAVA_HOME=/usr/java/jdk1.5.0_02 and that $JAVA_HOME/bin is in
your PATH environment variable.
- 7) Run any23server --version to verify that it is correctly installed.
+ 7) Run any23server to launch the service.
Licensing
---------