http://www.ej-technologies.com/products/jprofiler/overview.html
JProfiler¶ó´Â Á¦Ç°Àε¥, Âü À¯¿ëÇÑ °Í °°½À´Ï´Ù.
Á¶±Ý¾¿ ±â´ÉÀ» ÀÍÈ÷°í ÀÖ´Â ÁßÀÔ´Ï´Ù.
jprofiler3.3.1¿¡¼ tomcat5.0.27ÀÇ startup.sh ÆÄÀÏÀ» ¹Ù²Û ºÎºÐÀÔ´Ï´Ù.
C:\java\Tomcat5.0.27\bin>diff startup.sh startup_jprofiler.sh
31c31,42
< exec "$PRGDIR"/"$EXECUTABLE" start "$@"
---
>
> # The following lines have been added by the
> # application server integration wizard of JProfiler
>
> LD_LIBRARY_PATH="/opt/jprofiler3/bin/linux-x86:$LD_LIBRARY_PATH"
> export LD_LIBRARY_PATH
> CATALINA_OPTS="-Xint -Xrunjprofiler:port=8849 -Xbootclasspath/a:/opt/jprofiler3/bin/agent.jar $CATALINA_OPTS"
> export CATALINA_OPTS
>
> # end of modifications
>
> exec "$PRGDIR"/"$EXECUTABLE" run "$@"