views:

159

answers:

0

Hi,

My question is not about how to debug JEE web application running under JBOSS. My question is how to debug JBOSS itself.

I am running into some problem with JBOSS server. I have googled a lot but with no avail. Finally I decided to dig into JBOSS source code and figure out the problem there.

I have downloaded the source code. It is very neatly packaged in maven projects. I can build it out of the box. But the only way I can quickly figure out my problem is probably by debugging and tracing JBOSS itself in eclipse. I have loaded all JBOSS projects into eclipse. But have no idea how to run it within eclipse. Can anyone help me out with it? Or point out to some article. I couldn't find any describing how to hack JBOSS.

Thanks in advance.