Rev 4504 |
Show entire file |
Ignore whitespace |
Details |
Blame |
Last modification |
View Log
| RSS feed
| Rev 4504 |
Rev 4575 |
| Line 1... |
Line 1... |
| 1 |
#!/bin/bash
|
1 |
#!/bin/bash
|
| 2 |
|
2 |
|
| 3 |
MAVEN_REPO="${HOME}/.m2/repository"
|
- |
|
| 4 |
LOGDIR="/var/log/services"
|
3 |
LOGDIR="/var/log/services"
|
| 5 |
|
4 |
|
| 6 |
/opt/apache-maven-3.0.3/bin/mvn -f /root/code/trunk/WarehouseService/pom.xml exec:java -Dexec.mainClass="in.shop2020.warehouse.service.WarehouseServer" >> ${LOGDIR}/warehouse-service.log 2>&1 &
|
5 |
java -jar /root/code/trunk/WarehouseService/target/WarehouseService-1.0-SNAPSHOT.one-jar.jar >> ${LOGDIR}/warehouse-service.log 2>&1 &
|