
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Windows XP SP2
JDK 1.6.0_04
Tomcat 5.5.25
Windows XP SP2
JDK 1.6.0_04
Tomcat 5.5.25
|
|
| Build: |
7,590
|
| Severity: |
High
|
|
I have a local Tomcat instance under debug using shared memory. I use default startup script to launch Tomcat from IDEA. It takes ages for Tomcat to start the web application - about 10 minutes. Tomcat launched the usual way starts in a few seconds.
I also tried to perform debugging of the same Tomcat instance in IDEA 6.0.6 and it works fast.
Could it be the difference in launch scripts or anything else that causes Tomcat's VM to slow down?
|
|
Description
|
I have a local Tomcat instance under debug using shared memory. I use default startup script to launch Tomcat from IDEA. It takes ages for Tomcat to start the web application - about 10 minutes. Tomcat launched the usual way starts in a few seconds.
I also tried to perform debugging of the same Tomcat instance in IDEA 6.0.6 and it works fast.
Could it be the difference in launch scripts or anything else that causes Tomcat's VM to slow down? |
Show » |
|
If you Tomcat runs on JDK 1.6.x or 1.5.x , please check that there are no "-Xdebug -Xnoagent -Djava.compiler=NONE " debug options passed. Leave there only "-Xrunjdwp......." option.
Also please ensure that in IDESettings | Debugger | General | Launching | Disable JIT option is unchecked.