如何在websphere 6.1中进行远程调试

By default, WebSphere didn't enable remote debug service, we need do follow step to active service
1.Enable WebSphere Server Debug Service
2.Setup Eclipse remote debug with port 7777

Step by step on VM server(you can change a little and works fine on local):

    * Login to WebSphere admin console use root/root:

        https://localhost:9043/ibm/console

 

On Configure Tab, click debug service on bottom:

  • Select Servers->Application servers-> server 如何在websphere 6.1中进行远程调试 1
  • On Configure Tab, click debug service on bottom:
如何在websphere 6.1中进行远程调试
  • Check Enable service at server startup and add all filter to right. Click Apply.

如何在websphere 6.1中进行远程调试

  • Click save and restart server 如何在websphere 6.1中进行远程调试

After above is done, we can config eclipse to do a remote debug on port 7777. Make sure use EAR project to debug.

 

 

上一篇:【 转】__try,__except,__finally,__leave异常模型机制


下一篇:java编程--字符串替换排序