Tomcat 5.0.19 + parsing XML

2005-07-22 Thread Francesco Pellegrini
Hi all,   I have an environment with Tomcat 5.0.19 (jre 1.4.2)  whit SQL Server database.   I should create a new one web application, that call a remote host (by socket on TCP/IP) and read/write stream XML.   I have already more web application runs on Tomcat Servlet container,    I would

R: Tomcat 5 java.lang.outOfMemory

2005-03-08 Thread Francesco Pellegrini
ivity that you are freeing up resources like result sets and so on with close() calls (depending on what you are doing). Allistair. > -Original Message- > From: Francesco Pellegrini [mailto:[EMAIL PROTECTED] > Sent: 08 March 2005 16:39 > To: Tomcat-User-ML > Subject: Tomca

Tomcat 5 java.lang.outOfMemory

2005-03-08 Thread Francesco Pellegrini
Hi all, I have an environment with Tomcat 5.0.19 and java 1.4.02, on windows 2000 server platform. Tomcat 5 was installed with Services. I have changed in catalina.bat : set CATALINA_OPTS=" -server -Xmx1200m -Xms1200m -Xss256k" Usually the sistem works fine, but when I try to find a lot of

persisted Exception error

2004-11-29 Thread Francesco Pellegrini
Hi all, I have installed Tomcat 5.0.19, and after last last reboot I have found this error message in start log. What it should depends? 29-nov-2004 11.05.27 org.apache.catalina.session.StandardManager doLoad IOException while loading persisted sessions: java.io.WriteAbortedException: writing

update Tomcat 5.0.19 to 5.0.29

2004-11-10 Thread Francesco Pellegrini
Hi all, I run my web application with TOMCAT 5.0.19, I would update this version with the latest 5.0.29, Is this updating recommended? Thanks in advance Francesco. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

chart by use org.apache.poi

2004-07-13 Thread Francesco Pellegrini
Hi all, I have an application based on java (1.4.2) and Tomcat 5.0.19. At moment I use a jakarta-poi-1.5.1-final-20020615.jar library because I need to: 1) open a file (excel type) 2) Create sheet 3) fill some cell on sheet before created (to generate a report). I need to add one more function

Tomcat + java.net.ConnectException: Connection timed out: connect

2004-04-20 Thread Francesco Pellegrini
Hi all, I have already posted today, but i need one more help! My environment was : IIS 5.0 (with DIGITAL Certificate installed) Tomcat 5.0.18 Windows 2000 server + jdk : 1.4.2_03-b02 In my web application I open a HTTPS connection to remote

R: Tomcat 5 : java.lang.OutOfMemoryError

2004-04-20 Thread Francesco Pellegrini
up too for this type of question :) -Original Message----- From: Francesco Pellegrini [mailto:[EMAIL PROTECTED] Sent: 20 April 2004 11:05 To: Tomcat-User-ML Subject: Tomcat 5 : java.lang.OutOfMemoryError Hi all, I have Tomcat 5.0.18 with one java web application and database Access 2000.

R: Tomcat 5 : java.lang.OutOfMemoryError

2004-04-20 Thread Francesco Pellegrini
Message- From: Francesco Pellegrini [mailto:[EMAIL PROTECTED] Sent: 20 April 2004 11:05 To: Tomcat-User-ML Subject: Tomcat 5 : java.lang.OutOfMemoryError Hi all, I have Tomcat 5.0.18 with one java web application and database Access 2000. When one Servlet/JSP try to make "heavy"

Tomcat 5 : java.lang.OutOfMemoryError

2004-04-20 Thread Francesco Pellegrini
Hi all, I have Tomcat 5.0.18 with one java web application and database Access 2000. When one Servlet/JSP try to make "heavy" query to database, tomcat shows this error message : HTTP Status 500 - type Exception

R: Tomcat 5 : DEBUG level

2004-04-15 Thread Francesco Pellegrini
I'll try to use log4j. Thanks for your kind attention Francesco. -Messaggio originale- Da: Shapira, Yoav [mailto:[EMAIL PROTECTED] Inviato: giovedi 15 aprile 2004 15.48 A: Tomcat Users List Oggetto: RE: Tomcat 5 : DEBUG level Hi, >getServletContext().log("message..."); > >When I wa

R: Tomcat 5 : DEBUG level

2004-04-15 Thread Francesco Pellegrini
;-Original Message- >From: Francesco Pellegrini [mailto:[EMAIL PROTECTED] >Sent: Tuesday, April 13, 2004 12:02 PM >To: Tomcat Users List >Subject: Tomcat 5 : DEBUG level > >Hi all, > >I'm looking for an help to customize a LOG level for my server. >I hav

Tomcat 5 : DEBUG level

2004-04-13 Thread Francesco Pellegrini
Hi all, I'm looking for an help to customize a LOG level for my server. I have some JSP and SERVLET that uses : System.out.println("message..."); in server.xml I set : Now, Instead of save the message on stdout.log I would like to store all message on localhost_log.-MM-DD.txt, beacause

Tomcat 5 : Connection Pool to Access database

2004-04-13 Thread Francesco Pellegrini
Hi All, I'm working on Tomcat 5.0.18 web server with Access 2000 database on Windows 2000 server environment. At the moment I use simple connection to database by "direct calling" in the Java code like: Connection Con=DriverManager.getConnection("jdbc:odbc:MyDatabase"); where "MyDatabase" is th

Tomcat 5.0.18 java.net.ConnectException:Connection timed out:connect

2004-04-08 Thread Francesco Pellegrini
Hi all, I have one web application that runs on Tomcat 5.0.18. My application should connect to remote host by HTTPS protocol (to retrive some information) during client active session. Sometimes, when I try to connect from my application to remote host, I got the error below, and the client sessi