Versions Compared

Key

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

...

Code Block
languagebash
#!/bin/sh
 
while true; do
	java -Xmx500M -Xms500M -Declipse.p2.mirrors=false -jar /opt/odysseus/plugins/org.eclipse.equinox.launcher_1.25.0500.v20110502v20190715-1310.jar -console -debug -data @noDefault
	if [ "$?" != "23" ]; then
		break
	fi 
done

...

Code Block
languagebash
/etc/init.rc/odysseus start
/etc/init.rc/odysseus stop
/etc/init.rc/odysseus restart
 
# On most systems also:
service odysseus start
service odysseus stop
service odysseus restart

...


You can get the OSGI console by joining the screen instance:

...

To leave the OSGI console, you have to press Ctrl+A followed by the key d.

 


To deploy odysseus to a bunch of servers, you can use a deploy script.