> What are the steps for setting up eclipse to debug a servlet?
> Every time I try to launch the debugger I receive a noclassdeffounderror
> when the jvm initializes.
>
> Thanks.
Try debug the app server as a remote application. To do so you need to
start orion with some specific jvm arguments to enable JPDA.
Look at section 5.1 of http://www.orionserver.com/docs/debugging.html. Step
6 defines the arguments you will need.
Once you start the app server with those args, you should be able to debug
orion as a remote application using eclipse.
Brent Worden
http://www.brent.worden.org