JSP debugging

1999-10-08 Thread John Hardin
We're considering moving some number of ASP pages into JSP. However, my initial experience with JSPs (via Netscape NAS) shows the development/debugging environment to be particularly lacking. Are there any JSP environments that provide a least Server debugging messages similar to that provided b

jsp debugging

2000-01-24 Thread Mohan Radhakrishnan
Hi, What are the different methods that you are using to debug JSP pages ? Are the error messsages viewed in the browser always ? bye, Mohan === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST"

JSP Debugging

2000-11-20 Thread $B%"%s%=%s%K!
I am using JRun. I wonder if there are any debugging tool for JSP pages? Because the error message generated is not very accurate, often the compiler says there is error on certain line but the error is in another line which is miles away. I am wonder if I can download a more accurate debugger? I h

JSP debugging

2000-12-27 Thread Bhavesh Vakil
Hi to all, I use JSP from long time. JSP is much superior and flexible then any other web tech, but I think debugging part in JSP is very poor as compare to other tech. What is a best way to debug JSP pages without IDE support. Regards, Bhavesh. __

Practical JSP debugging?

1999-05-24 Thread Kenneth Borinsky
I am sure that a lot of JSP developers are/were asking this question: How can I effectively debug JSP files at run time? Are there any practical tools available to debug JSP/Servlet execution at runtime? Has anyone tried to debug them within some Java IDE, like JBuilder? If so, please share your

Practical JSP debugging?

1999-06-29 Thread Gillard dIon
I use VisualAge for Java and it's WebSphere test environment, along with the march updates for servlet debugging. dIon I am sure that a lot of JSP developers are/were asking this question: How can I effectively debug JSP fil

Re: JSP debugging

1999-10-08 Thread Magnús Þór Torfason
- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of John Hardin > Sent: 8. október 1999 14:37 > To: [EMAIL PROTECTED] > Subject: JSP debugging > > > We're considering moving some number of ASP pages into

Re: JSP debugging

1999-10-09 Thread Magnús Þór Torfason
( stack, "\n", "\n  " ); stack = "" + stack + ""; return stack; } } - Original Message - From: John Hardin <[EMAIL PROTECTED]> To: 'Magnús Þór Torfason ' <[EMAIL PROTECTED]> Sent: Friday, October 08, 1999

JSP Debugging tool

1999-11-22 Thread Ro, Jean
I am trying to find a tool that can help me debug JSP pages. Does anybody know of any good tools? Thanks in advance for your help. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-

JSP debugging information ...

1999-11-26 Thread Ian
and JSP's. JSP debugging support is available for both the 0.91 and 1.0 JSP spec. (I assume the Linux version also supports this, but I have not tried it.) Debugging support is enabled via a self-contained http server, servlet engine and JSP runtime that come with the VisualAge (VA) IDE. Yo

Re: jsp debugging

2000-01-25 Thread Hines, Bill
The IBM tools (WebSphere Studio, VisualAge Java) that we use have extensive facilities for debugging JSP and Java servlets, etc. Bill Hines -Original Message- From: Mohan Radhakrishnan [mailto:[EMAIL PROTECTED]] Sent: Monday, January 24, 2000 6:28 PM To: [EMAIL PROTECTED] Subject: jsp

Re: jsp debugging

2000-01-25 Thread Bail . Jeff
I debug my JSPs using an IDE called Kawa www.tek-tools.com/kawa > What are the different methods that you are using to > debug JSP pages ? === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST

Re: jsp debugging

2000-01-25 Thread Bail . Jeff
> how do you use > it? http://penguin.tek-tools.com/kawa/docs/tutorial7.htm === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.

Re: JSP Debugging

2000-11-21 Thread Petr Jiricka
ECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 21, 2000 3:06 AM > To: [EMAIL PROTECTED] > Subject: JSP Debugging > > > I am using JRun. I wonder if there are any debugging tool for > JSP pages? > Because the error message generated is not very accurate, > often the co

Re: JSP Debugging

2000-11-26 Thread M. Simms
onday, November 20, 2000 9:06 PM > To: [EMAIL PROTECTED] > Subject: JSP Debugging > > > I am using JRun. I wonder if there are any debugging tool for JSP pages? > Because the error message generated is not very accurate, often > the compiler > says there is error on certai

Re: JSP Debugging

2000-11-26 Thread John Foulds
Does only the enterprise version have full debugging, or do the lower versions like pro? - Original Message - From: "M. Simms" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 26, 2000 9:17 PM Subject: Re: JSP Debugging > JBuilder 4 ENTE

Re: JSP debugging

2000-12-28 Thread Surya Prakash
values entered and selections made on user interface, tia surya - Original Message - From: Bhavesh Vakil <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 28, 2000 4:56 PM Subject: JSP debugging > Hi to all, > > I use JSP from long time. JSP is much

Re: JSP debugging

2000-12-28 Thread Geert Van Damme
; [mailto:[EMAIL PROTECTED]]On Behalf Of Bhavesh Vakil > Sent: donderdag 28 december 2000 12:27 > To: [EMAIL PROTECTED] > Subject: JSP debugging > > > Hi to all, > > I use JSP from long time. JSP is much superior and flexible then any other > web tech, but I think debugging

Re: JSP debugging

2000-12-28 Thread Bhavesh Vakil
December 28, 1999 8:06 AM Subject: Re: JSP debugging > hi bhavesh > i will explain the scenarion, we have jsp pages and they talk to process > bean first and process bean talks to database bean which is common one for > every jsp pages one process bean is there > can u suggest me on

Re: JSP Debugging

2001-03-25 Thread M. Simms
0, 2000 9:06 PM > To: [EMAIL PROTECTED] > Subject: JSP Debugging > > > I am using JRun. I wonder if there are any debugging tool for JSP pages? > Because the error message generated is not very accurate, often > the compiler > says there is error on certain line but the error i

JSP Debugging Experiences

2000-04-20 Thread Kevin McEntee
Friends, Attached is note I posted on a Visual Age for Java newsgroup without getting much response. I am posting it to this group in the hope that people will share their JSP debugging experiences. Friends, Today is my first day evaluating VAJEE

Re: Practical JSP debugging?

1999-05-25 Thread Richard Vowles
Kenneth Borinsky wrote: > I am sure that a lot of JSP developers are/were asking this question: > How can I effectively debug JSP files at run time? > Are there any practical tools available to debug JSP/Servlet execution > at runtime? Has anyone tried to debug them within some Java IDE, like >

Re: Practical JSP debugging?

1999-05-26 Thread Javier Borrajo
IBM VisualAge for Java 2.0 + Rollup 2 patch includes Servlet Builder and JSP Execution Enviroment. Among other things, you can debug JSP, set breakpoints, step into code, etc. It works great! Regards Javier Borrajo I+D Spain >I am sure that a lot of JSP developers are/were asking this

Re: JSP Debugging tool

1999-11-23 Thread Geert Van Damme
Well, real JSP debugging isn't easy. I posted a message in the java.programmer newsgroup about servlet debugging last week. About the same is true for JSP. here's a copy of that message: I've tried out a lot of different solutions to the servlet debugging and finally found one

Re: JSP Debugging tool

1999-11-23 Thread AndySoft
> I am trying to find a tool that can help me debug JSP pages. > Does anybody know of any good tools? so far the most impressive results came from System.out.println(); AndySoft === To unsubscribe: mailto [E

Re: JSP Debugging tool

1999-11-24 Thread Javier Borrajo
>> I am trying to find a tool that can help me debug JSP pages. >> Does anybody know of any good tools? > IBM VisualAge Enterprise 2.0 includes JSP/servlets debugging. You need 2 patches: rollup2 + enterprise update March 1.999 Regards Javier Borrajo www.tid.es

Re: JSP Debugging tool

1999-12-01 Thread Gillard dIon
ence, http://www.SoftwareSummit.com - be there next year - Forwarded by dIon Gillard/Multitask Consulting/AU on 01/12/99 18:45 ----- Re: JSP Debugging tool Well, real JSP debugging isn't easy. I posted a message in the java.programmer newsgroup about servlet debugging last week. About the s

new to jsp debugging

2001-01-19 Thread Tom Simpson
Hi I'm new to JSP and would like to know how you debug I tried using but the jsp page doesn't have the comments. Can some one tell me how they debug is jsp this will help me know if it is the jsp or the bean i'm using (i mean trying to use) any response would help my backgroud is c++ HTML

JSP debugging in eclipse

2004-02-24 Thread Hugo Pragt
Anyone got JSP debugging in eclipse and external JBoss working? I'd like to be able to step through the JSP code line for line and set breakpoints. I can do this with other elements like EJB's but not with JSP's Regards, Hugo P.s. I have JBoss 3.2.3 and start it using EASIEJ

Re: new to jsp debugging

2001-01-19 Thread Manish Vohra
also printed on the console. hope this works for u manish -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Tom Simpson Sent: Friday, January 19, 2001 5:39 PM To: [EMAIL PROTECTED] Subject: new to jsp debugging

Re: new to jsp debugging

2001-01-19 Thread G.Nagarajan
D]]On Behalf Of Tom Simpson Sent: Friday, January 19, 2001 1:09 PM To: [EMAIL PROTECTED] Subject: new to jsp debugging Hi I'm new to JSP and would like to know how you debug I tried using but the jsp page doesn't have the comments. Can some one tell me how they debug is jsp this will

Re: new to jsp debugging

2001-01-19 Thread Adrian Papari
MAIL PROTECTED]]On Behalf Of Tom Simpson Sent: Friday, January 19, 2001 1:09 PM To: [EMAIL PROTECTED] Subject: new to jsp debugging Hi I'm new to JSP and would like to know how you debug I tried using but the jsp page doesn't have the comments. Can some one tell me how they debug is jsp

Re: new to jsp debugging

2001-01-19 Thread maurice coyle
well, here's the way i do it. i'm running java web server on solaris and if i keep the terminal window from which i started the server open, any "System.out.println()" messages in jsps or beans are output to this terminal window. then, it's as simple as writing a few such lines in your jsp and f

Re: new to jsp debugging

2001-01-19 Thread Peter Pilgrim
erver Pages specification and [EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: Subject: Re: new to jsp debugging an other option would be to output it into HTML comments; the JSP-comments are not displayed on the html-source. Best Regards, -- This e-mail may contain confidential a

Re: new to jsp debugging

2001-01-19 Thread Stephen, Prem Kumar
, January 19, 2001 5:44 AM To: [EMAIL PROTECTED] Subject: Re: new to jsp debugging well, here's the way i do it. i'm running java web server on solaris and if i keep the terminal window from which i started the server open, any "System.out.println()" messages in jsps or beans are out

Re: new to jsp debugging

2001-01-22 Thread maurice coyle
ce coyle [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 19, 2001 5:44 AM > To: [EMAIL PROTECTED] > Subject: Re: new to jsp debugging > > well, here's the way i do it. i'm running java web server on solaris > and if i keep the terminal window from which i started the ser

Re: new to jsp debugging

2001-03-06 Thread dion
Hello Tom, comment is also available in jsp <%-- your comment is here --%> Friday, January 19, 2001, 7:09:09 PM, Tom Simpson wrote: TS> Hi TS> I'm new to JSP and would like to know how you debug TS> I tried using but the jsp page TS> doesn't have the comments. TS> Can some one tell me how t

Re: JSP debugging in eclipse

2004-02-24 Thread Mark Roth
FWIW, NetBeans has really good support for this. Never tried it on Eclipse before. --- Mark Roth, Java Software JSP 2.0 Specification Lead Sun Microsystems, Inc. Hugo Pragt wrote: Anyone got JSP debugging in eclipse and external JBoss working? I'd like to be able to step through the JSP code

Re: JSP debugging in eclipse

2004-02-24 Thread Ali Hafezi
try it with MyEclipse plugin (http://www.myeclipseide.com). I am using it with Tomcat as JSP/Servlet container and it works well and seems to be stable enough. I know that it supports also JBOSS application server (never tried self). regards, Ali Hugo Pragt schrieb: Anyone got JSP debugging in

Re: JSP debugging in eclipse

2004-02-24 Thread Adnan Ali
Hi, I am using Lomboz plug-in for Eclipse. You can get it from the eclipse plug-in page. I have successfully debugged JSP pages using this setup. Adnan From: Ali Hafezi <[EMAIL PROTECTED]> Reply-To: A mailing list about Java Server Pages specification and reference =

Re: JSP debugging in eclipse

2004-02-25 Thread Murali Krishna Devarakonda
Lomboz plugin is free, and does have some useful features, including automatic deployment and elemantary syntax coloring (when I last used it in December). The syntax coloring was pretty rudimentary and the error message reporting by it's compiler was quite inadequate. Debugging - breakpoints in JS

Re: JSP debugging in eclipse

2004-02-25 Thread Christian Bollmeyer
On Wednesday 25 February 2004 15:36, Murali Krishna Devarakonda wrote: > Lomboz plugin is free, and does have some useful features, including > automatic deployment and elemantary syntax coloring (when I last used > it in December). The syntax coloring was pretty rudimentary and the > error messag

Re: JSP debugging in eclipse

2004-02-25 Thread Steve Bang
According to MyEclipse support, the MyEclipse plugin has been restructured to eliminate the JBoss IDE conflicts for the 2.7 GA release, which will be available by March 1st. I'm evaluating MyEclipse 3.7 release candidate (which will support Eclipse 3.0) and have been very impressed so far. I have