Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.
Kommentar: Migrated to Confluence 5.3

Schnelleinstieg Entwicklung

Eclipse

Nuclos Server

Tomcat

Zusätzliche Einstellungen

In (View) Server -> (Doppelclick) Overview -> (Link) Open launch configuration -> (Reiter) Arguments -> (Textbox) VM arguments zusätzlich folgendes einfügen:

Codeblock
-ea
-Dfunctionblock.dev=true
-Djava.awt.headless=true
-Xmx1024m -Xms512m 
-XX:MaxPermSize=256m -XX:PermSize=128m
-XX:+UseThreadPriorities 
-XX:+PrintGCTimeStamps -XX:+HeapDumpOnOutOfMemoryError
-XX:+CMSClassUnloadingEnabled
FlightRecorder (ab 7u40)
Codeblock
-XX:+UnlockCommercialFeatures
-XX:+FlightRecorder
-XX:StartFlightRecording=defaultrecording=true
-XX:FlightRecorderOptions=defaultrecording=true,disk=true,dumponexit=true,dumponexitpath=/home/tpasch2,maxsize=2G

Nuclos Client

Launch Configuration

Zusätzliche Einstellungen

In (Icon) Debug/Run -> (Pulldown Menü) Debug/Run Configurations... -> (Tree Node) Java Application -> (Leaf Node) nuclos-client-instrument -> (Reiter) Arguments -> (Textbox) VM arguments folgendes eintragen:

Codeblock
-javaagent:/home/tpasch2/Downloads/spring-instrument-3.1.1.RELEASE.jar
-Dlog4j.url=file:///home/tpasch2/log4j.properties
-ea 
-ms256m -mx768m
-Dcom.sun.management.jmxremote="true"
-Durl.jms=http://localhost:8081/nuclos-war/jmsbroker
-Durl.remoting=http://localhost:8081/nuclos-war/remoting
-Dsun.awt.disablegrab=true
-Dfunctionblock.dev=true
-XX:PermSize=128M -XX:MaxPermSize=256M -XX:+UseThreadPriorities
Links