Skip to main content
 首页 » 编程设计

jboss7.x之如何在 Debug模式下启动JBOSS 7

2025年02月15日52myhome

我在JBOSS 7中部署应用程序时遇到错误(JBAS014750),因此我需要在 Debug模式下运行它才能找到确切的问题。任何帮助将不胜感激。

请您参考如下方法:

如果您查看bin/standalone.sh,您会发现

# Use --debug to activate debug mode with an optional argument to specify the port. 
# Usage : standalone.bat --debug 
#         standalone.bat --debug 9797 

因此,在此之后,只需使用 --debug <port>参数运行脚本即可。