The web application that I am trying to debug displays only an error on a specific Glassfish server, so I want to remotely debug the web application. But the web application was developed in Eclipse for Java SE, and I don’t see how to do it.
I have:
- Installed Eclipse 3.7 for Java EE
- Glassfish Adapter Installed
- Configuring the server for secure login and debugging JPDA
- Added server as server in Eclipse
However, in the Eclipse Start menu, I do not see Start on Server or Debug on Server. If do Debug as, I can create a new Glassfish configuration, but I cannot select a server, so I cannot configure the configuration.
source share