cancel
Showing results for 
Search instead for 
Did you mean: 

Problem to debug a J2EE Application

Former Member
0 Kudos

Hello,

I want debug a J2EE Application. If I start the debug-modus I get the failure bellow.

<b>could not find executable for file extension = htm</b>

Can anybody help me?

I use the NDW with SP12.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

I have another small problem to debug my J2EE Application.

If my application is in Debug-Mode I thought it would be opened a new internet-explorer window in which it starts my J2EE application. But it didn´t do that. And if I want to start the application in a seperate internet-explorer window on the debug port, it didn´t find the application on this port.

What should I have to do? Can anybody help me?

Kind regards

Axel

former_member182372
Active Contributor
0 Kudos

Hello Axel,

Approach which can be used for every java application running on J2EE WAS.

Open "J2EE Engine" view. Check whether you engine is running in debug mode. Check what is debug port for server(click on server - right pane).

Set breakpoint where neccessary in your code.

Go to debug. Add new "Remote java application". Specify host and port (checked before). Specify your project. Debug.

Best regards, Maksim Rashchynski.