Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
i want to debug my running web on tomcat using struts. When i have started the tomcat, i am trying to start debug, but no option there makes sence to me for this.
To get farmiliar with how ME works. Debugging Struts applications, Servlets, JSPs, Filters, etc. all work in exactly the same way:
1) Make sure your Tomcat connector is set to launch in “Debug” mode (default setting)
2) Deploy your app
3) Run tomcat
4) Set break points in any of your files
5) Use your browser to excercise the app so that the breakpoints get hit
A fault that took me an hour was to find out, that sometimes while deploying an exception “unpacking war-file” is thrown. I just didn’t see it and wondered why my changes didn’t aplly 🙁