java - Setting Up Tomcat Dubugging Mode -



java - Setting Up Tomcat Dubugging Mode -

now have seen questions on here answers bit confusing me. have struts2 application running on tomcat servlet. having issue in 1 of action classes , can't seem debug correctly - skips around class , goes within if statements should not have been validated.

i think issue did not have tomcat in debugging mode. installed jdk , trying figure out how set tomcat debug. found couple posts on here talking catalina.bat file - not have 1 in tomcat folder - wanted comment on post , inquire don't have plenty reputation yet.

edit: link talking about, sorry poor formating how start debug mode command prompt apache tomcat server?

to start tomcat in debug mode need enable jpda (java platform debugger architecture) might have figured in different articles looked in. here post tells need post describes same.

how start debug mode command prompt apache tomcat server?

as far catalina.bat concerned, it's executable file , other java projects (example maven or ant), executable in bin folder under home directory. tomcat in catalina_home\bin folder.

java debugging tomcat struts2

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -