SMART
Space shortcuts
Space Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
Username: tomcat (or root)
Password: demouser

Restarting i2b2 (JBoss)

The VM is configured to start JBoss automatically when the VM first boots or is restarted.

You can stop JBoss by executing the following commands:

Code Block

[root@localhost ~]# cd /opt/jboss/bin/
[root@localhost bin]# ./shutdown.sh -S??

?You can start JBoss by executing the following commands:

Code Block

[root@localhost ~]# cd /opt/jboss/bin/
[root@localhost bin]# ./run.sh -b 0.0.0.0 > /dev/null &