cancel
Showing results for 
Search instead for 
Did you mean: 

web application: struts debugging with NW Developer Studio

Former Member
0 Kudos

I am developing a web application based on STRUTS framework for SAP java WAS, and need to debug actions and custom encoded url (e.g.: URL generated by STRUTS servlet, as /myapplication/shoppingbag.do?method=add&matnr=1029) but I am not able in finding a place where define my own url for starting debug session.

How can I achieve such a goal?

Hi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

if you have any index.jsp or any other welcome-jsp you could choose that to launch the debugg session. You can set breakpoints in whatever action-class you like to debug.

Regards, Astrid

Former Member
0 Kudos

Thanks for link to help guide, but it does not explain how to set up a custom url ...

Simply, I need to enter a custom URL as a web app starting point.

Former Member
0 Kudos

Hi,

You don't need enter custom URL. Start debug in IDE later open blank browser write URL in address bar. JVM will suspend at breakpoint. Add this address to your favorites in browser for using again.

Best regards,

Altug Bayram

Former Member
0 Kudos

Hi,

I hope this address will help to you.

http://help.sap.com/saphelp_nw04/helpdata/en/e6/7e0cb83181ed4a90c7e406fb7e7b10/content.htm

Best Regards,

Altug Bayram