Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 244 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 244 Bytes

Helpful JSP file to use

This repository are contains all JSPs I think it's helpful to use

To debug on tomcat

export JPDA_ADDRESS=8000
export JPDA_TRANSPORT=dt_socket

./catalina.sh jpda start && tail -f ../logs/catalina.out