Breakpoints and stepping through admin console jsp's

Sorry for what seems like a simple question. I have openfire running on my local machine, from within eclipse, I can start and debug the xmpp server code (i.e. stanza handling), however I cannot seem to be able to set a breakpoint and step through the admin pages. Any thoughts or guidance?

Thanks

Phil

Search:
http://community.igniterealtime.org/thread/41874

Thanks Leon,

to point anyone else in the direction…I set the jvm argument:

-DdevelopmentMode=true

and added the jar %java_home%\lib\tools.jar to my classpath. {which is the solution to the error the user saw in therad http://community.igniterealtime.org/thread/41874 }

1 Like

Thanks Phil, that’s much appreciated