start tomcat or jetty just with java in the command prompt. So that you have a console window
Also you can use other tools like yourkit to see the stack traces (or jmx) johan On Tue, Jun 17, 2008 at 12:14 PM, lienok <[EMAIL PROTECTED]<[EMAIL PROTECTED]>> wrote: > > Hi Johan, > > I am sorry but I don't understand. How can I run wicket application just > from the console? > Which class should I lunch to start it? > > > Johan Compagner wrote: > > > > run java.exe in a console and do CTRL-BREAK > > > > > > > > On Tue, Jun 17, 2008 at 11:57 AM, lienok > > <[EMAIL PROTECTED] <[EMAIL PROTECTED]><[EMAIL PROTECTED]<[EMAIL PROTECTED]> > >> > > wrote: > > > >> > >> Hello > >> > >> I have the similar problem, but not running on Unix. Can you please help > >> me > >> how can get thread dump in windows? > >> > >> any advice appreciated > >> Lenka > >> > >> > >> On 18/03/2008, Martijn Dashorst <[EMAIL PROTECTED]> wrote: > >> > Glad to be of help. kill -3 is one of those gems you should never > >> > forget as it can save your life. "Kill to save your life": nice > >> > slogan... :D > >> > > >> > > >> > Martijn > >> > > >> > > >> > On 3/19/08, Jeremy Levy <[EMAIL PROTECTED]> wrote: > >> > > Thanks Igor / Martijn for your help. > >> > > > >> > > As you mentioned Wicket had nothing to do with it. I had a piece > >> of > >> > code > >> > > that was executed when a user clicked a certain link and was > >> blocking > >> > by > >> > > accident, caught in a loop peging the CPU. Your suggestions of > >> kill > >> > -3 to > >> > > get the thread dump over a couple of samples helped me to narrow > >> down > >> > the > >> > > issue and fix it. > >> > > > >> > > Thanks very much. > >> > > > >> > > > >> > > Jeremy > >> > > > >> > >> > >> -- > >> View this message in context: > >> > http://www.nabble.com/After-1-minute-the-Pagemap-null-is-still-locked-tp16129637p17881661.html > >> Sent from the Wicket - User mailing list archive at Nabble.com. > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > > > -- > View this message in context: > http://www.nabble.com/After-1-minute-the-Pagemap-null-is-still-locked-tp16129637p17881906.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
