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

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 : before your tran

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
Tobias, you should look under the $tomcat_home\work directory (I assumed you were using Tomcat). For instant, on my server, the directory for the main sitemap Java source files is: H:\apps\tomcat\work\localhost_8080%2Fcocoon\org\apache\cocoon\www Hope this helps... ---

Re: Debug XSP

2001-09-27 Thread Tobias Luikard
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 "Morrison, John" wrote: > What OS/Servlet Engine are you using? > > Under Tomcat the source is... > > $TOMCAT_HOME/work/[context name]/org/apa

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] > Subject: Debug XSP