Exists Eclipse plugin for debug Websphere 7 apps?
im new in We开发者_运维技巧bsphere 7, and im looking some plugin to debug the apps deployed in WAS 7 using Eclipse. Some one know any plugin?
Thanks!
You dont' need a plugin to do this.
THe standard debugger can hook up to a remove application.
In this case, you would run the WAS 7 in debug mode and make a note of the debug port.
In the Eclipse Debugger view,create a Remote Java Application Configuration(Debug ... -> Remote Java Application and right click for New) and specify the project (from your workspace) and specify the WAS 7 Host and port (the debug port specified in WAS7).
Once you click the Debug, Eclipse would connect to the WAS JVM running in debug mode and you are ready to debug.
This can be used to debug any remote java application.
HTH Manglu
See this post for the details to install an eclipse plugin for WAS 7.0
精彩评论