Martin Kunz f8784aca30 non absolute urls for reverse proxy | hace 5 años | |
---|---|---|
.idea | hace 5 años | |
src | hace 5 años | |
.gitignore | hace 5 años | |
README.md | hace 5 años | |
pom.xml | hace 5 años | |
transceivr.iml | hace 5 años |
Transfer files from source to target http location.
Usage: <main class> -p=<port> [-w=<webroot>]
-p, --port=<port> HTTP Server port
-w, --webroot=<webroot> Use webroot from filesystem
./jdk-12+33-jre/bin/java -jar transceivr-1.0-SNAPSHOT-shaded.jar
[Unit]
Description=Transceivr
After=syslog.target
[Service]
Type=notify
NotifyAccess=all
WorkingDirectory=/opt/myserver/
ExecStart=/usr/bin/java -server -jar transceivr.jar -p=8080
# WatchdogSec=30
Restart=always
[Install]
WantedBy=multi-user.target