Hi Mark Couple of things to check:
are you running the server in debug mode from within Eclipse? as far as i know - while debugging jsp's seems possible in Myeclipse its not supported in plain eclipse - the jsp file is compiled into a servlet and will appear as a .java file somewhere in your deploy directory (same name plus extensions - on some containers it seems to be in memory..), and you would have to somehow set the breakpoint in that. (copy the file and run as a servlet ?..) my 2 cents - good luck.. Carl On 10/12/07, Sparky <[EMAIL PROTECTED]> wrote: > > Hi there, > > I've created a web application in Eclipse Java EE version and set up a > breakpoint. I visit the page, but alas, the breakpoint is never hit. > Any ideas or URL's. > > Much appreciated, > > Mark > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CTJUG Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.co.za/group/CTJUG-Forum?hl=en -~----------~----~----~----~------~----~------~--~---
