Re: How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-05 Thread Lionel Crine
EMAIL PROTECTED]> wrote: With the tomcat plugin : 2.1 I think you have setup the windows->preference->tomcat. I repeat it : 1/choose the version you have. 4.1.x is good. 2/choose the tomcat root directory 3/choose the server.xml file 4/i had my tomcat project to my classpath (i'm not sure

Re: How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-05 Thread Galia Angelova
I repeat it :1/choose the version you have. 4.1.x is good.2/choose the tomcat root directory3/choose the server.xml file4/i had my tomcat project to my classpath (i'm not sure it's necessary).5/ If you want to debug Tomcat (check the "execute in debug mode)the parameter for the JVM :

Re: How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-05 Thread Galia Angelova
file4/i had my tomcat project to my classpath (i'm not sure it's necessary).5/ If you want to debug Tomcat (check the "execute in debug mode)the parameter for the JVM :The JRE by default is not working (or something like that)!!!So you have to change it the another.6/ Go in window-&g

Re: How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-04 Thread Yury Mikhienko
rectory > 3/choose the server.xml file > 4/i had my tomcat project to my classpath (i'm not sure it's necessary). > 5/ If you want to debug Tomcat (check the "execute in debug mode) > > the parameter for the JVM : > > The JRE by default is not working (or some

Re: How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-04 Thread Lionel Crine
. 5/ If you want to debug Tomcat (check the "execute in debug mode) the parameter for the JVM : The JRE by default is not working (or something like that)!!! So you have to change it the another. 6/ Go in window->preferences->java->installed JREs 7/add a new standard VM (the one with y

Re: How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-04 Thread Geoff Howard
k 1.4 ? If yes, tell me. At 10:43 04/06/2003 +0400, you wrote: But who can send the solution about the using the eclipse in this configuration? I use tomcat cocoon and the sdk 1.4 All is working fine. Do you have an error message ? At 07:27 03/06/2003 -0700, you wrote: Hi, I would like to debu

Re: How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-04 Thread Galia Angelova
about the using the eclipse in this >configuration?>> > I use tomcat cocoon and the sdk 1.4> >> > All is working fine.> >> > Do you have an error message ?> >> >> > At 07:27 03/06/2003 -0700, you wrote:> > >Hi,> > >> &

Re: How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-04 Thread g4
ine. Do you have an error message ? At 07:27 03/06/2003 -0700, you wrote: Hi, I would like to debug cocoon with eclipse and tomcat. I have the blueskytime plugins for eclipse and tomcat but could not make them debug cocoon. May be there's something i'm

Re: How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-04 Thread Upayavira
gt; > > > > > All is working fine. > > > > > > Do you have an error message ? > > > > > > > > > At 07:27 03/06/2003 -0700, you wrote: > > > >Hi, > > > > > > > >I would like to debug cocoon with eclipse and to

Re: How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-04 Thread Lionel Crine
the sdk 1.4 > > All is working fine. > > Do you have an error message ? > > > At 07:27 03/06/2003 -0700, you wrote: > >Hi, > > > >I would like to debug cocoon with eclipse and tomcat. > >I have the blueskytime plugins for eclipse and tomcat but could not &

Re: How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-04 Thread Yury Mikhienko
But who can send the solution about the using the eclipse in this configuration? > I use tomcat cocoon and the sdk 1.4 > > All is working fine. > > Do you have an error message ? > > > At 07:27 03/06/2003 -0700, you wrote: > >Hi, > > > >I would li

RE: How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-04 Thread Carmona Perez, David
03 de junio de 2003 16:55 Para: [EMAIL PROTECTED] Asunto: Re: How to debug COCOON with ECLIPSE and TOMCAT? I use tomcat cocoon and the sdk 1.4 All is working fine. Do you have an error message ? At 07:27 03/06/2003 -0700, you wrote: >Hi, > >I would like to debug cocoon with eclipse and t

Re: How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-04 Thread Lionel Crine
I use tomcat cocoon and the sdk 1.4 All is working fine. Do you have an error message ? At 07:27 03/06/2003 -0700, you wrote: Hi, I would like to debug cocoon with eclipse and tomcat. I have the blueskytime plugins for eclipse and tomcat but could not make them debug cocoon. May be there&#

How to debug COCOON with ECLIPSE and TOMCAT?

2003-06-04 Thread Galia Angelova
Hi,   I would like to debug cocoon with eclipse and tomcat. I have the blueskytime plugins for eclipse and tomcat but could not make them debug cocoon. May be there's something i'm not doing right?   Galia Do you Yahoo!? Free online calendar with sync to Outlook(TM).

Some results on cocoon debug attempt

2003-03-09 Thread Leszek Gawron
I tried to debug some cocoon parts. Here is what I achieved. I would be grateful for any feedback. The attempt were made on WinXP The easiest way to run cocoon set up with remote debugging is to run "cocoon.bat servlet-debug" and now: 1. JSwat 2.3: a) attach to cocoon

RE: Debug

2003-02-17 Thread Hong Gia Dinh
: AW: Debug And can you tel me please where can I read the generated information? I did what you told me   -Ursprüngliche Nachricht-Von: Hong Gia Dinh [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 17. Februar 2003 10:51An: [EMAIL PROTECTED]Betreff: RE: Debug

AW: Debug

2003-02-17 Thread Mustafa Ali, Halgurt
And can you tel me please where can I read the generated information? I did what you told me   -Ursprüngliche Nachricht- Von: Hong Gia Dinh [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 17. Februar 2003 10:51 An: [EMAIL PROTECTED] Betreff: RE: Debug   in the page you want to

RE: Debug

2003-02-17 Thread Hong Gia Dinh
in the page you want to debug , dont forget to add the namespace : http://apache.org/xsp/log/2.0>     then you can use :     This is debug Line 1     and for codes :         int i= 4;     getLogger()debug("This variable is : "+i); (for example)       and in the sitemap :

Debug

2003-02-17 Thread Mustafa Ali, Halgurt
Hi@all   Can anyone tell me how to debug cocoon und get the debugging information generated? I am using cocoon2 on Win.XP with JDK1.4..   Many thanks, Halgurt - Please check that your question has not already

XMLForm debug logging

2002-11-20 Thread Kirchhoff, Lars
Hello I've got a problem with the logging mechanism. I'm quite new to cocoon and the whole java/xml stuff. So I tried to get my own XMLForm running and have some problems with it. This is why I would like to embed some debug infos in the flow-logic .java file. Therefore I setup t

Howto debug sitemap flowcontrol ?

2002-10-28 Thread SAXESS - Hussayn Dabbous
Hy; Is there some logging facility, that shows me, which resources have been utilised for one specific browser-request ? A list of entries in a logfile would be very helpfull for me. It would be rather fancy, if i could get such a list in a separate browser window, telling me, which resources ha

Re: [Q] How to turn off certain debug messages...

2002-07-15 Thread Giacomo Pati
On Mon, 15 Jul 2002, Per Kreipke wrote: > How can I turn off the 'core.store.janitor' logger that emits messages every > few seconds into core.log? Add a sub-category named 'core.store.janitor' to category 'core' and give it a log-level="INFO". Giacomo

[Q] How to turn off certain debug messages...

2002-07-15 Thread Per Kreipke
How can I turn off the 'core.store.janitor' logger that emits messages every few seconds into core.log? Per - Please check that your question has not already been answered in the FAQ before posting.

Cocoon2 Logs & Debug Statements

2002-05-17 Thread Naquin, Beth
Title: Cocoon2 Logs & Debug Statements I am new to cocoon and would appreciate if someone could tell me more about debugging statements and the log files. I have the following code in an xsp file: ...     language="java"     xmlns:xsp="http://apache.org/xsp"

Re: FOP debug message meaning

2002-04-09 Thread John Austin
On Tuesday 09 April 2002 15:04, you wrote: > When running FOP without turning off the debug information written to > the standard out, text such as this is printed when FOP finishes > rendering a PDF page: > > Parsing of document complete, stopping renderer > Initial heap size:

Best way to debug xsl for cocoon?

2002-02-20 Thread Stephen Clarke
fails to run in cocoon. What's the best way to debug XML/XSL in cocoon? grateful for any ideas. -- Best, Stephen Clarke - Please check that your question has not already been answered in the FAQ before posting.

SV: How to debug?

2001-10-18 Thread Jan Normann Nielsen
Eduardo Godoy Vega [mailto:[EMAIL PROTECTED]] > Sendt: 18. oktober 2001 16:19 > Til: Cocoon-Users > Emne: How to debug? > > > Hi, > Which is "the best" way to debug a XSP page? and an Action inside a > pipeline? > > does any one integrate some IDE into

How to debug?

2001-10-18 Thread Eduardo Godoy Vega
Hi, Which is "the best" way to debug a XSP page? and an Action inside a pipeline? does any one integrate some IDE into debug process ? (JBuilder for example, for debugging an Action?) Eduardo. - Please check

RE: Debug XSP

2001-09-27 Thread Luca Morandini
Sent: Thursday, September 27, 2001 12:42 PM > To: [EMAIL PROTECTED] > Subject: Re: Debug XSP > > > There is only the sitemap. When the compiling fails, then there is no java > file either? > > Is there a posibilty to compile the XSP by hand? > > Thanks > > Tobias > &

RE: Debug XSP

2001-09-27 Thread Morrison, John
classpath, javac it. Your logs should help... > -Original Message- > From: Tobias Luikard [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 27 September 2001 11:42 am > To: [EMAIL PROTECTED] > Subject: Re: Debug XSP > > > There is only the sitemap. When the compili

RE: Debug XSP

2001-09-27 Thread Luca Morandini
- > -Original Message- > From: Tobias Luikard [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 27, 2001 12:36 PM > To: [EMAIL PROTECTED] > Subject: Debug XSP > > > Hi, > > is there a possibilty to debug the generated Code from the XSP files? Is > th

Re: Debug XSP

2001-09-27 Thread Tobias Luikard
E/work/[context name]/org/apache/cocoon/www/... > > > -Original Message- > > From: Tobias Luikard [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, 27 September 2001 11:36 am > > To: [EMAIL PROTECTED] > > Subject: Debug XSP > > > > > > Hi, >

RE: Debug XSP

2001-09-27 Thread Morrison, John
What OS/Servlet Engine are you using? Under Tomcat the source is... $TOMCAT_HOME/work/[context name]/org/apache/cocoon/www/... > -Original Message- > From: Tobias Luikard [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 27 September 2001 11:36 am > To: [EMAIL PROTECTED] >

Debug XSP

2001-09-27 Thread Tobias Luikard
Hi, is there a possibilty to debug the generated Code from the XSP files? Is the *.java Code available. I didn't found it on the HHD. I get an exception on runnig the XSP. (Line 92, column 38: ')' expected) But in my XSP isn't a line 92. It's got only 20 lines. Th