Re: SQL Server 2000: JDBC

2005-10-06 Thread Roberto Rios
Hi, Generally this error occurs when the connection between tomcat and the database is down, or the connection object is using a connection that is poor. For instance, if your tomcat is running, and for some reason, the database goes down and then restart, you will receive this error. So,

RES: Problems serving files to download

2005-06-28 Thread Roberto Rios
-8" ); You can read the file and write it out to the response stream. Since this is a text file it will be displayed in the browser window. The user may then save the file from the browser. Robert S. Harper Information Access Technology, Inc. -Original Message- From: Roberto Rios

Problems serving files to download

2005-06-28 Thread Roberto Rios
Hi, I have a tomcat 4.1.31 (j2sdk1.4.2_08) running in a linux rh9 box. It's a fresh install. I'm from Brazil, so I've configured my linux to use pt_BR.ISO-8859-1. If I type locale, everything is ok. My CATALINA_OPTS has the "-Dfile.encoding=ISO-8859-1" I have no problems with my application

RES: Tomcat service terminated unexpectedly

2005-05-09 Thread Roberto Rios
nto: RE: Tomcat service terminated unexpectedly Do you perchance have the Norton virus known as anti? -Original Message- From: Roberto Rios [mailto:[EMAIL PROTECTED] Sent: Monday, May 09, 2005 7:43 AM To: 'Tomcat Users List' Subject: Tomcat service terminated unexpectedly Importan

Tomcat service terminated unexpectedly

2005-05-09 Thread Roberto Rios
Hi, We have a tomcat running in a W2K Box (tomcat 4.1.30, java 1.4.1_01, W2K SP4, Pentium Xeon 2,8Ghz, 2,5Gb ram). Tomcat is running as a service (default installation) and time to time (random) it crashes with the following message: The Apache Tomcat 4.1 service terminated unexpectedly. It has

RES: How to search tomcat user list

2005-04-30 Thread Roberto Rios
I found it: http://www.mail-archive.com Bob -Mensagem original- De: Roberto Rios [mailto:[EMAIL PROTECTED] Enviada em: sábado, 30 de abril de 2005 12:18 Para: 'Tomcat Users List' Assunto: How to search tomcat user list Prioridade: Alta Hi, I think that this post is a litt

How to search tomcat user list

2005-04-30 Thread Roberto Rios
Hi, I think that this post is a little bit off-topic, but I couldn't found it elsewhere... How do I search something in the tomcat user list? I used to do it through mail-archives.apache.org, but they changed it and now it's not possible to search it, only browse it. I looking for information a

RES: Tomcat5 java.lang.OutOfMemoryError

2005-01-10 Thread Roberto Rios
Hi Claudia, It's NOT necessary to reinstall tomcat in order to change it's values. Take a look at: http://forum.java.sun.com/thread.jspa?threadID=559924&tstart=360 Bob -Mensagem original- De: SARMIENTO Claudia COGA [mailto:[EMAIL PROTECTED] Enviada em: segunda-feira, 10 de janeiro de

RE: jndi error configuring data source

2005-01-06 Thread Roberto Rios
Hi, Put the JDBC jar in [TOMCAT]/common/lib Do not place it inside your own application lib folder Bob -Mensagem original- De: Scott Purcell [mailto:[EMAIL PROTECTED] Enviada em: quarta-feira, 5 de janeiro de 2005 20:02 Para: tomcat-user@jakarta.apache.org Assunto: jndi error configuri

RES: I need to configure logs on my virtual hosting

2004-12-30 Thread Roberto Rios
anish -Original Message- From: Roberto Rios [mailto:[EMAIL PROTECTED] Sent: Thursday, December 30, 2004 4:03 PM To: 'Amit Gupta'; 'Tomcat Users List' Subject: RES: I need to configure logs on my virtual hosting Hi, Yes, you can. Take a look at the admin context provided w

RES: I need to configure logs on my virtual hosting

2004-12-30 Thread Roberto Rios
: Roberto Rios [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 28, 2004 8:30 PM To: tomcat-user@jakarta.apache.org Subject: RE: I need to configure logs on my virtual hosting Hi, Which tomcat version? For tomcat 4.X put a LOGGER component inside the context and specify the directory that you want

RE: I need to configure logs on my virtual hosting

2004-12-28 Thread Roberto Rios
Hi, Which tomcat version? For tomcat 4.X put a LOGGER component inside the context and specify the directory that you want. Take a look at (http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/logger.html) This procedure works with TC 5.0.X, but it's deprecated. For TC 5.5, look at http://jak

Re: Tomcat lost request parameters

2004-12-23 Thread Roberto Rios
Hi, Thanks for replying. I was looking through the code trying to find multi-threading problems (like Bob said). So, I decided to post some code fragments in order to show to you how stupid these errors are... <% ticket.setAttribute("code", request.getParameter("ticketCode")); ticket.loadE

Tomcat lost request parameters

2004-12-22 Thread Roberto Rios
Hi, I know that my subject sounds crazy, but I'm going nuts... I have an application, 100% java (jsp 1.2 and servlet 2.3). This application has more or less 1,5 years. So it is stable. I always used tomcat as my web server (without apache because I don't have static html to be served) with no pro

RE: Strage Behaviour - Tomcat Memory Leak

2004-08-05 Thread Roberto Rios
t has some nice features. Since the last time that I have tested it, they have improved a lot. Thanks, Bob -Mensagem original----- De: Roberto Rios [mailto:[EMAIL PROTECTED] Enviada em: quinta-feira, 5 de agosto de 2004 13:40 Para: [EMAIL PROTECTED] Assunto: Strage Behaviour - Tomcat Memor

Strage Behaviour - Tomcat Memory Leak

2004-08-05 Thread Roberto Rios
Hi, I was doing an evaluation of JProfiler in order see the improvements did since the last time I used it. I has a feature (like other profilers) that shows the heap usage in real time. As I always do, I have installed a new copy of tomcat, with NO changes. I have just unziped it into a director

RES: Admin Webapp Error - SOLVED

2003-02-12 Thread Roberto Rios
c solution... Thanks again, Roberto -Mensagem original- De: Roberto Rios [mailto:[EMAIL PROTECTED]] Enviada em: quarta-feira, 12 de fevereiro de 2003 11:34 Para: [EMAIL PROTECTED] Assunto: Admin Webapp Error Prioridade: Alta Hi all, I am trying to use the admin module that comes with tom

Admin Webapp Error

2003-02-12 Thread Roberto Rios
lications run fine. Manager webapp works fine too, but the admin module... Please, some one have a solution to this problem? Thanks in advance, Roberto Rios - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]