how to place System.out.println messages in a different file?

2002-03-22 Thread Leila Lappin
Hello all, I'm porting an application that I developed and tested using JRun. I'm not able to see my diagnostics messages in the log file that's managed and produced by the Logger. Could someone please help me get my messages? thanks in advance Leila

how to redirect System.out, or a relevant link please

2002-03-22 Thread Leila Lappin
Hello everyone, Could someone please send me a link to find information on redirecting system.out and system.err. I've been to http://www.jguru.com/faq/view.jsp?EID=302980 they suggested reading the relevant discussion on the archived mailing list

Re: how to redirect System.out, or a relevant link please

2002-03-22 Thread Leila Lappin
: Friday, March 22, 2002 7:57 AM Subject: RE: how to redirect System.out, or a relevant link please you want to see the trace of your System.out.print? nothing in catalina.out? CF -Message d'origine- De : Leila Lappin [mailto:[EMAIL PROTECTED]] Envoyé : vendredi 22 mars 2002 19:51 À

Any links for JavaScript issues with Tomcat and netscape 6.2?

2002-03-22 Thread Leila Lappin
Hello all, I made a little progress in my efforts to port my application from NT to tomcat but now I'm really worried. My first JavaScript in the application doesn't work the way it used to. I know it sounds strange but the application works on NT/JRun with both iexplorer and Netscape

Re: Any links for JavaScript issues with Tomcat and netscape 6.2?

2002-03-22 Thread Leila Lappin
I was just asking if anyone knows of any links for that set of issues. - Original Message - From: Micael Padraig Og mac Grene [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, March 22, 2002 9:46 AM Subject: Re: Any links for JavaScript issues with Tomcat and

tomcat does not support JavaScript

2002-03-22 Thread Leila Lappin
Hi all, I found this interesting bit of information on http://www.jguru.com/forums/view.jsp?EID=398307. This may be useful for web application developers who're planning to use tomcat as their application server. Leila

Re: tomcat does not support JavaScript

2002-03-22 Thread Leila Lappin
not support JavaScript But you can make javascript with it... http://www.link-tool.com todd http://www.wiserlabz.com collaborative effort to promote Novell and Open Source solutions Leila Lappin wrote: Hi all, I found this interesting bit of information on http://www.jguru.com

Re: How do I unsubscribe?

2002-03-22 Thread Leila Lappin
You have to respond to a message that will request a confirmation from you. - Original Message - From: Jim Cobban [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 22, 2002 7:06 PM Subject: How do I unsubscribe? I keep sending a message to Tomcat-user-unsubscribe, and yet I

Re: How do I unsubscribe?

2002-03-22 Thread Leila Lappin
[EMAIL PROTECTED] Sent: Friday, March 22, 2002 8:34 PM Subject: Re: How do I unsubscribe? - Original Message - From: Leila Lappin [EMAIL PROTECTED] Subject: Re: How do I unsubscribe? You have to respond to a message that will request a confirmation from you. OK then how do I get

Re: j2sdk1.4 compilation errors, any good online source for info?

2002-03-21 Thread Leila Lappin
thanks I put all the listed jars in my classpath and it worked. thanks again. - Original Message - From: Micael Padraig Og mac Grene [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, March 20, 2002 10:47 PM Subject: Re: j2sdk1.4 compilation errors, any good

compile.classpath value?

2002-03-20 Thread Leila Lappin
In build.xml what should I set this value to be? thanks

j2sdk1.4 compilation errors, any good online source for info?

2002-03-20 Thread Leila Lappin
Could someone please suggest a good online source for getting some detail information on compilation errors with J2sdk1.4. I am trying to port an application that has been compiled and tested on NT with j2sdkee-1_3_01 libraries. The new system RH7.2 using the new j2sk1.4 whines about not

Re: j2sdk1.4 compilation errors, any good online source for info?

2002-03-20 Thread Leila Lappin
Hi Michael, Thanks for the answer, I'm trying to setup my CLASSPATH to find the jar file that contains the definition for String. My problem is that I can't find it!! It used to be in j2ee.jar in j2skee-1_3_01. My name is Leila and it's Persian. - Original Message - From: Micael

Re: JDBC, tomcat setup question

2002-03-14 Thread Leila Lappin
HI all, Yesterday I posted the question how to configure jdbc with tomcat and I got some responses although the question seemed to be elementary, thank you. I read some suggested how to documents and it's pretty clear what needs to be done. But the problem I'm trying to resolve is how I may

JDBC, tomcat setup question

2002-03-13 Thread Leila Lappin
Hi all, I'm trying to set up tomcat and port an application that I developed and tested using Jrun, being new to the environment and I have two questions. My first question is adding additional jar files like jdbc jar files. I've been reading through a lot of material trying to figure out how

Re: JDBC, tomcat setup question

2002-03-13 Thread Leila Lappin
files in: /path/to/tomcat/lib There is no need to change the classpath, TC picks it up automatically when it is started. --- Leila Lappin [EMAIL PROTECTED] wrote: Hi all, I'm trying to set up tomcat and port an application that I developed and tested using Jrun, being new

Re: JDBC, tomcat setup question

2002-03-13 Thread Leila Lappin
- From: Dave Whitla [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, March 13, 2002 6:27 PM Subject: Re: JDBC, tomcat setup question - Original Message - From: Leila Lappin [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; [EMAIL PROTECTED

Re: JDBC, tomcat setup question

2002-03-13 Thread Leila Lappin
I read the suggested how to document and it's pretty clear what needs to be done. But the problem I'm trying to resolve is how I may avoid placing jar files under tomcat's directory structure in order to have them picked up. I found a topic External Dependencies that seems to address this issue