Environment: Eclipse 3.0
MyEclipse: 3.8.2
App Server : Weblogic 7
JDK: 1.4.2
Hi Scott,
I downloaded eclipse yesterday and started playing around with it. I am very impressed with it.
I have been able to configure weblogic appserver and stop and start the same.
I was able to create a sample helloworld web project. Deploy it in weblogic and set breakpoint in JSP and java classes. Your posting on “JSP Breakpoints in Weblogic” in the forums helped me a lot.
I am facing a small problem when I try to work with an existing web project during JSP debugging. It works some time and it does not work some time. I am not able to find any pattern. When I created a new MyJsp.jsp in the existing web project I am able to set breakpoint fine.
Some thing funny is going on with existing JSP file. I had a scenario where I had three break point in a JSP and debugger ignored the first two break point and jumped to the third one. In another scenario I was able to break at a point and later when I removed the breakpoint, executed the JSP and then put the break point again it did not work.
Some time it is just ignoring the breakpoints completely.
Please advice. Thanks!