This is what I get when I run in Debugger mode:

C:\Program Files\Java\apache-tomee-plume-1.7.1\bin>catalina.bat debug
Using CATALINA_BASE:   "C:\Program Files\Java\apache-tomee-plume-1.7.1"
Using CATALINA_HOME:   "C:\Program Files\Java\apache-tomee-plume-1.7.1"
Using CATALINA_TMPDIR: "C:\Program Files\Java\apache-tomee-plume-1.7.1\temp"
Using JAVA_HOME:       "C:\Program Files\Java\jdk1.8.0_40"
Using CLASSPATH:       "C:\Program
Files\Java\apache-tomee-plume-1.7.1\bin\boots
trap.jar;C:\Program Files\Java\apache-tomee-plume-1.7.1\bin\tomcat-juli.jar"
invalid option: -javaagent:C:\Program
Files\Java\apache-tomee-plume-1.7.1\lib\op
enejb-javaagent.jar

Usage: jdb <options> <class> <arguments>

where options include:
    -help             print out this message and exit
    -sourcepath <directories separated by ";">
                      directories in which to look for source files
    -attach <address>
                      attach to a running VM at the specified address using
stan
dard connector
    -listen <address>
                      wait for a running VM to connect at the specified
address
using standard connector
    -listenany
                      wait for a running VM to connect at any available
address
using standard connector
    -launch
                      launch VM immediately instead of waiting for 'run'
command

    -listconnectors   list the connectors available in this VM
    -connect <connector-name>:<name1>=<value1>,...
                      connect to target VM using named connector with listed
arg
ument values
    -dbgtrace [flags] print info for debugging jdb
    -tclient          run the application in the HotSpot(TM) Client Compiler
    -tserver          run the application in the HotSpot(TM) Server Compiler

options forwarded to debuggee process:
    -v -verbose[:class|gc|jni]
                      turn on verbose mode
    -D<name>=<value>  set a system property
    -classpath <directories separated by ";">
                      list directories in which to look for classes
    -X<option>        non-standard target VM option

<class> is the name of the class to begin debugging
<arguments> are the arguments passed to the main() method of <class>

For command help type 'help' at jdb prompt




--
View this message in context: 
http://tomee-openejb.979440.n4.nabble.com/Installation-of-TomEE-tp4674759p4674782.html
Sent from the TomEE Users mailing list archive at Nabble.com.

Reply via email to