Skip to content

Commit

Permalink
Merge pull request #175 from experdb/development
Browse files Browse the repository at this point in the history
[no issue]
  • Loading branch information
kayform authored Jan 10, 2022
2 parents c7b4c41 + 3dc42ec commit cc57a37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<transactionManager type="JDBC" />
<dataSource type="POOLED">
<property name="driver" value="org.postgresql.Driver" />
<property name="url" value="jdbc:postgresql://locahost:5432/experdb" />
<property name="url" value="jdbc:postgresql://localhost:5432/experdb" />
<property name="username" value="pgmon" />
<property name="password" value="pgmon" />
<property name="poolMaximumActiveConnections" value="100" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ boot()
PRINT_LOGO
echo " [`date`] eXperDBMA_Manager Server Starting..."
cd ${eXperDBMA_HOME}/bin
java -Djava.rmi.server.hostname=${SERVER_HOSTNAME} -Dcom.sun.management.jmxremote.port=${JMXREMOTE_PORT} -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -D${DNAME} -Xmx2048m -DeXperDBMA.config=eXperDBMA.config -DeXperDBMA_HOME=${eXperDBMA_HOME}/ -DAGENT_HOME=${AGENT_HOME}/ -DCONFIG_DIR=config -classpath ../:../lib/commons-collections-3.1.jar:../lib/commons-dbcp-1.2.1.jar:../lib/commons-pool-1.2.jar:../lib/log4j-api-2.17.1.jar:../lib/log4j-core-2.17.1.jar:../lib/mybatis-3.2.5.jar:../lib/postgresql-42.2.22.jar:../lib/commons-codec-1.9.jar:../lib/json-simple-1.1.1.jar:../lib/quartz-2.3.0-SNAPSHOT.jar:../lib/quartz-jobs-2.3.0-SNAPSHOT.jar:../lib/slf4j-log4j12-1.7.25.jar:../lib/slf4j-api-1.7.25.jar:../lib/slf4j-api-1.7.25.jar:../lib/log4j-slf4j-impl-2.17.0.jar experdb.mnt.Server &
java -Djava.rmi.server.hostname=${SERVER_HOSTNAME} -Dcom.sun.management.jmxremote.port=${JMXREMOTE_PORT} -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -D${DNAME} -Xmx2048m -DeXperDBMA.config=eXperDBMA.config -DeXperDBMA_HOME=${eXperDBMA_HOME}/ -DAGENT_HOME=${AGENT_HOME}/ -DCONFIG_DIR=config -classpath ../:../lib/commons-collections-3.1.jar:../lib/commons-dbcp-1.2.1.jar:../lib/commons-pool-1.2.jar:../lib/log4j-api-2.17.1.jar:../lib/log4j-core-2.17.1.jar:../lib/mybatis-3.2.5.jar:../lib/postgresql-42.2.22.jar:../lib/commons-codec-1.9.jar:../lib/json-simple-1.1.1.jar:../lib/quartz-2.3.0-SNAPSHOT.jar:../lib/quartz-jobs-2.3.0-SNAPSHOT.jar:../lib/slf4j-log4j12-1.7.25.jar:../lib/slf4j-api-1.7.25.jar:../lib/log4j-slf4j-impl-2.17.1.jar experdb.mnt.Server &
sleep 1
IS_eXperDBMA_PID
echo " [`date`] Booting SUCCESS!!! (PID : $PID)"
Expand Down

0 comments on commit cc57a37

Please sign in to comment.