Hello i was wondering if there is a way to integrate JProfiler5 into the myeclipse startup of tomcat.
So far i understood that what JProfiler changes in the tomcatstartup is adding these lines
set PATH=C:\jprofiler5\bin\windows;%PATH%
set CATALINA_OPTS=-agentlib:jprofilerti=port=8849 “-Xbootclasspath/a:C:\jprofiler5\bin\agent.jar” %CATALINA_OPTS%
so i was triying to integrate these parameters in the JVM Parameters for the tomcat and i got lost.
Any help?