take a look at the javadoc and implementation of the class org.apache.wicket.examples.StartExamples (yes, you guessed it: in wicket-examples). i just copied the class to my project, renamed it, changed the contextPath and launched it with the mentioned parameter.
works like a charm... gerolf On 8/23/07, Korbinian Bachl <[EMAIL PROTECTED]> wrote: > > Hi, > > i downloaded wicket-jmx and put it into the classpath of a new > wicket-skeleton app - I then deployed it to GF V5 b50g and logged into > the management console, but no MBeans were displayed... do I need to > register it anywhere or did I miss sth? - Beside Eelcos post > (chillenious blog 2006) that it exist, I didnt find many info. Is it > still planned to have it in 1.3 main? (the statement from 2006 was it'll > be in 2.0...) > > This is my first time with JMX/ MBeans, so i dont have much knowledge > about it yet but it seems to offer a nice entrypoint for managing webapps. > > > Regards > > Korbinian > >
