Hi, this is about Eclipse 3.4.2 (Ganymede).
We have some startup code that is invoked using a Servlet class, which is defined with the following property in web.xml:
<load-on-startup>1</load-on-startup>
Setting a breakpoint before starting the server (which is Weblogic 9) seems to have no effect. Does anyone know a way to accomplish this?
Thanks,
Arthur