Remote Debug Java Application Running in Tomcat using Eclipse

preview_player
Показать описание
JPDA (Java Platform Debugger Architecture) Parameters:

1. JPDA_TRANSPORT - (Optional) JPDA transport used when the "jpda start" command is executed. The default is "dt_socket".

2. JPDA_ADDRESS - (Optional) Java runtime options used when the "jpda start" command is executed. The default is localhost:8000.

3. JPDA_SUSPEND - (Optional) Java runtime options used when the "jpda start" command is executed. Specifies whether JVM should suspend execution immediately after startup. Default is "n".

4. JPDA_OPTS - (Optional) Java runtime options used when the "jpda start" command is executed. If used, JPDA_TRANSPORT, JPDA_ADDRESS, and JPDA_SUSPEND are ignored. Thus, all required jpda options MUST be specified.
Рекомендации по теме
Комментарии
Автор

1:22 : If u can't connect, then try use another address:
set JPDA_ADDRESS=*:8001

p.s. video helped me. Thanks!

eolark
Автор

i have did the same but when tomcat run it showing 808 and my page also not open on 8001 and when i try with 8080 it open .can u please tell me why it taking 8080

sufiyanmomin
Автор

is there any way to just run the tomcat in remote server while code in local gets sysnced with that remote server? It helps in running the code in developement environment without using much resourses/CPU in my local machine.

Ajithkumarsekar
visit shbcf.ru