Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery
/
devops
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
902e055d
authored
Mar 21, 2016
by
Gil Sade
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
script for starting resin in debug mode
parent
6ab5a9fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
0 deletions
servers/resin/start-resin-debug.sh
servers/resin/start-resin-debug.sh
0 → 100755
View file @
902e055d
#!/bin/sh
RESIN_HOME
=
/home/gil/sdks/resin-4.0.38
RESIN_CONF
=
/home/gil/git/Servers/Resin4/resin.xml
echo
$RESIN_CONF
export
RESIN_HOME
export
RESIN_CONF
java
-jar
\
-Dresesin
.home
=
$RESIN_HOME
\
-Djava
.util.logginmanager
=
com.caucho.log.LogManagerImpl
\
-Djava
.system.class.loader
=
com.caucho.loader.SystemClassLoader
\
-Djavax
.management.builder.initial
=
com.caucho.jmx.MBeanServerBuilderImpl
\
-Djava
.awt.headless
=
true
\
-Dserver
.address
=
localhost
\
-Dserver
.port
=
8080
\
-Xss1m
-Xmx512m
-server
\
-Dmongodb
.port
=
27017
\
-Dds
.ip.address
=
172.16.1.97
\
-Dds
.ip
=
172.16.1.97:8080
\
-Dmclogic
.sip.ip
=
172.16.1.97:5076
\
-Dmclogic
.ip
=
172.16.1.97:8080
\
-Dmcweb
.sip.ip
=
172.16.1.99:9999
\
-Dmcweb
.ip
=
172.16.1.97:9998
\
-Dmcpresence
.ip
=
1.1.1.1:9999
\
-Dmcpresence
.sip.ip
=
1.1.1.1:9999
\
-Dredis
.port
=
6379
\
-DconfigFile
.location
=
/opt/mcx/config
\
-Dmcz
.files.location
=
/opt/mcz
\
-Dfile
.encoding
=
UTF-8
\
$RESIN_HOME
/lib/resin.jar
\
-Xdebug
-Xrunjdwp
:transport
=
dt_socket,address
=
9080,server
=
y,suspend
=
n
\
-root-directory
$RESIN_HOME
\
-conf
$RESIN_CONF
\
-server
app-0
\
console
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment