chg: removed spaces before commented-out code
This commit is contained in:
parent
c50fec4abb
commit
43cc3ca243
1 changed files with 6 additions and 6 deletions
12
start.sh
12
start.sh
|
@ -5,20 +5,20 @@
|
||||||
# lib/ext directory.
|
# lib/ext directory.
|
||||||
|
|
||||||
# uncomment to set JAVA_HOME variable
|
# uncomment to set JAVA_HOME variable
|
||||||
# JAVA_HOME=/usr/lib/java
|
#JAVA_HOME=/usr/lib/java
|
||||||
|
|
||||||
# uncomment to set HOP_HOME, otherwise we get it from the script path
|
# uncomment to set HOP_HOME, otherwise we get it from the script path
|
||||||
# HOP_HOME=/usr/local/helma
|
#HOP_HOME=/usr/local/helma
|
||||||
|
|
||||||
# options to pass to the Java virtual machine
|
# options to pass to the Java virtual machine
|
||||||
# JAVA_OPTIONS="-server -Xmx128m"
|
#JAVA_OPTIONS="-server -Xmx128m"
|
||||||
|
|
||||||
# Set TCP ports for Helma servers
|
# Set TCP ports for Helma servers
|
||||||
# (comment/uncomment to de/activate)
|
# (comment/uncomment to de/activate)
|
||||||
HTTP_PORT=8080
|
HTTP_PORT=8080
|
||||||
# XMLRPC_PORT=8081
|
#XMLRPC_PORT=8081
|
||||||
# AJP13_PORT=8009
|
#AJP13_PORT=8009
|
||||||
# RMI_PORT=5050
|
#RMI_PORT=5050
|
||||||
|
|
||||||
###########################################################
|
###########################################################
|
||||||
###### No user configuration needed below this line #######
|
###### No user configuration needed below this line #######
|
||||||
|
|
Loading…
Add table
Reference in a new issue