RaspberryPi3B: Difference between revisions
| Line 3: | Line 3: | ||
* 192.168.178.35 for LAN | * 192.168.178.35 for LAN | ||
* SSH credentials (e.g. for WinSCP or Putty) user=pi pwd=raspberry for both IP | * SSH credentials (e.g. for WinSCP or Putty) user=pi pwd=raspberry for both IP | ||
==Software== | |||
===Wildfly=== | |||
* create /wildfly directory and chmod 777 | |||
* copy wildfly-11.0.0.Final.zip to /wildfly | |||
* unzip | |||
* cd /wildfly/wildfly-11.0.0.Final/bin | |||
* start server by | |||
./standalone.sh & | |||
* stop server by | |||
./jboss-cli.sh --connect command=:shutdown | |||
* restart server by | |||
./jboss-cli.sh --connect command=:reload | |||
==Operation== | ==Operation== | ||
Shutdown: | Shutdown: | ||
sudo shutdown -h 0 | sudo shutdown -h 0 | ||
Revision as of 22:22, 8 November 2017
Configuration
- 192.168.178.34 for WLAN
- 192.168.178.35 for LAN
- SSH credentials (e.g. for WinSCP or Putty) user=pi pwd=raspberry for both IP
Software
Wildfly
- create /wildfly directory and chmod 777
- copy wildfly-11.0.0.Final.zip to /wildfly
- unzip
- cd /wildfly/wildfly-11.0.0.Final/bin
- start server by
./standalone.sh &
- stop server by
./jboss-cli.sh --connect command=:shutdown
- restart server by
./jboss-cli.sh --connect command=:reload
Operation
Shutdown:
sudo shutdown -h 0