Re: (OFF_TOPIC) HELP!!!!

2002-11-29 Thread Frederico Jesus da Costa
Jmt, the system.out outputs to the catlina.out log file the last output in the file is: ENTRANDO DATA GREGORIANA = (means "starting gregorian funcion" ) one possibility for the problem is with the gregorian date funtions... Fred > Might be an explanation : the Tomcat se

Re: (OFF_TOPIC) HELP!!!!

2002-11-29 Thread jmt
Might be an explanation : the Tomcat server runs as a non-interactive process, there is no controlling terminal, consequently no "System.out" stream is defined. Two solutions : 1 - display your information as a html page generated by servlet or a jsp page ; 2 - display your information in a log

(OFF_TOPIC) HELP!!!!

2002-11-29 Thread Frederico Jesus da Costa
Helo Folks!!! I am sorry for asking this question here.. but I need helpin this question ASAP!!! I have a Tomcat4 + apache serve runnig with no problems.. but when one on the systems was implemented it stops at the following program block... What amazes me is that in a MS environment with Tomcat

Re: (OFF_TOPIC) HELP!!!!

2002-11-29 Thread Frederico Jesus da Costa
Jmt, the system.out outputs to the catlina.out log file the last output in the file is: ENTRANDO DATA GREGORIANA = (means "starting gregorian funcion" ) one possibility for the problem is with the gregorian date funtions... Fred > Might be an explanation : the Tomcat se

Re: (OFF_TOPIC) HELP!!!!

2002-11-29 Thread jmt
Might be an explanation : the Tomcat server runs as a non-interactive process, there is no controlling terminal, consequently no "System.out" stream is defined. Two solutions : 1 - display your information as a html page generated by servlet or a jsp page ; 2 - display your information in a log

(OFF_TOPIC) HELP!!!!

2002-11-29 Thread Frederico Jesus da Costa
Helo Folks!!! I am sorry for asking this question here.. but I need helpin this question ASAP!!! I have a Tomcat4 + apache serve runnig with no problems.. but when one on the systems was implemented it stops at the following program block... What amazes me is that in a MS environment with Tomcat