简体   繁体   中英

JBoss 4.2 - multiple applications in debug mode on same JBoss?

How can I run several applications (with all of them) in debug mode on the same JBoss 4.2 server? Is this available in JBoss 4.2 ? If not then in which JBoss version is it available?

Debug mode is all about JVM and has nothing specific to JBoss at all.

Single JVM can have only one debugger client attached at the same moment.

I guess you wanted to do debugging is several IDE windows with different open projects.

Some options available:

  • create a workspace with all projects needed in same place
  • temporally attach/detach only in project of most current interest, then switch to another one

See also

JBoss debugging in Eclipse

http://www.jetbrains.com/idea/webhelp/run-debug-configuration-jboss-server.html

You can do this with 4.2 Please go through

https://community.jboss.org/message/571476?_sscc=t

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM