Re: Sysdeo, Eclipse, Tomcat

2004-07-05 Thread Harry Mantheakis
Hello Should I be able to set a breakpoint normally in a servlet? Yes, as long as you have started Tomcat using the Sysdeo plugin (from within Eclipse). How do I set a breakpoint in JSP? AFAIK that is not possible, at least not with the Sysdeo plugin. Something like the 'MyEclipse'

RE: Sysdeo, Eclipse, Tomcat

2004-07-05 Thread Dale, Matt
Mantheakis [mailto:[EMAIL PROTECTED] Sent: 05 July 2004 09:21 To: Tomcat Users List Subject: Re: Sysdeo, Eclipse, Tomcat Hello Should I be able to set a breakpoint normally in a servlet? Yes, as long as you have started Tomcat using the Sysdeo plugin (from within Eclipse). How do I set a breakpoint

Re: Sysdeo, Eclipse, Tomcat

2004-07-05 Thread Kunthar
A better way to test JSP's at runtime is using Netbeans. To do this, you should have total control over your server as root/admin. 1. Install Netbeans to server. www.netbeans.org 2. Installation of Tomcat + Ant (necessary jars + Apache httpd etc.) should be ready. 3. When you run Netbeans from

Sysdeo, Eclipse, Tomcat

2004-07-03 Thread e-Denton Subscriber
I am trying to figure out how to debug servlets and JSPs. I am running Windows ME, Tomcat 5.0, Eclipse 2.1.3, and Sysdeo Tomcat Plugin 3.0.0.alpha1. So, how should Sysdeo be set up? Should I be able to set a breakpoint normally in a servlet? How do I set a breakpoint in JSP? Where is my soruce