Windows XP rig here. With Railo running on Resin, the breakpoints fire
just fine. However, on Jetty, they're not firing. I like running Jetty
because it seems faster than Resin.
By the way, I just installed eclipse 3.5M6. The above statement applies
to both 3.4 and 3.5M6 of eclipse.
Starting jetty with java -DSTOP.PORT=8887 -DSTOP.KEY=railo -Xms256M
-Xmx512M -Xss1m -Dcom.sun.management.jmxremote -Djava.compiler=NONE
-Xnoagent -Xdebug
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000 -jar
lib/start.jar server.xml
Tom Lenz