diff options
author | lizi00164331 <li.zi30@zte.com.cn> | 2017-09-13 21:18:25 +0800 |
---|---|---|
committer | lizi00164331 <li.zi30@zte.com.cn> | 2017-09-13 21:18:25 +0800 |
commit | 0fc3e68fe98646d2e814b0e7597ffae7f731b586 (patch) | |
tree | 3723d27256c686b4b56084913d16097a9d853e92 /standalone/src/main/assembly/bin/run.sh | |
parent | bc65f229b176269aaf9fe0cee5cf5f9e42a5d455 (diff) |
Add the data transaction of sdnc.
Realize the data transaction thirdparty sdnc.
Fix the data structure about A&AI in esr.
Change the debug port of esr-server.
Change-Id: I5267c6ad7a249119a97354308f3efde0891a78e4
Issue-ID: AAI-294
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
Diffstat (limited to 'standalone/src/main/assembly/bin/run.sh')
-rw-r--r-- | standalone/src/main/assembly/bin/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/src/main/assembly/bin/run.sh b/standalone/src/main/assembly/bin/run.sh index 6678624..9c25410 100644 --- a/standalone/src/main/assembly/bin/run.sh +++ b/standalone/src/main/assembly/bin/run.sh @@ -25,7 +25,7 @@ echo @JAVA@ $JAVA main_path=$RUNHOME/../ cd $main_path JAVA_OPTS="-Xms50m -Xmx128m" -port=9518 +port=9500 #JAVA_OPTS="$JAVA_OPTS -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=$port,server=y,suspend=n" echo @JAVA_OPTS@ $JAVA_OPTS |