Skip to content

Instantly share code, notes, and snippets.

@FlorianHeigl
Created May 1, 2023 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FlorianHeigl/3f6570b4d55c2d497e3a1fcde415fb45 to your computer and use it in GitHub Desktop.
Save FlorianHeigl/3f6570b4d55c2d497e3a1fcde415fb45 to your computer and use it in GitHub Desktop.
something for fixing the java env of verinice or starting the server
-startup
plugins/org.eclipse.equinox.launcher_1.6.200.v20210416-2027.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.200.v20210429-1609
-data
@user.home/verinice/workspace
-vmargs
-Xms512m
-Xmx4g
-Dorg.osgi.service.http.port=8800
-Dorg.ops4j.pax.web.listening.addresses=localhost
-Dosgi.parentClassloader=ext
-Djavax.xml.soap.SOAPFactory=org.apache.axis.soap.SOAPFactoryImpl
-Djavax.xml.soap.MessageFactory=org.apache.axis.soap.MessageFactoryImpl
-Djavax.xml.soap.SOAPConnectionFactory=org.apache.axis.soap.SOAPConnectionFactoryImpl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment