Re: Trying to connect tomcat5 with postgresql database

2005-09-11 Thread Edoardo Panfili
. -Original Message- From: Edoardo Panfili [mailto:[EMAIL PROTECTED] Sent: Saturday, September 10, 2005 7:49 AM To: Tomcat Users List Subject: Re: Trying to connect tomcat5 with postgresql database This is my configuration server.xml

Re: Trying to connect tomcat5 with postgresql database

2005-09-10 Thread Edoardo Panfili
This is my configuration server.xml Resource name=jdbc/guidebook auth=Container type=javax.sql.DataSource/ ResourceParams name=jdbc/lisy parameter namefactory/namevalueorg.apache.commons.dbcp.BasicDataSourceFactory/value /parameter

google!!

2005-06-08 Thread Edoardo Panfili
bello edoardo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: google!!

2005-06-08 Thread Edoardo Panfili
Edoardo Panfili wrote: bello excuse me!!! edoardo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ?? Sharing the JSTL JARS and Classloading ??

2005-01-22 Thread Edoardo Panfili
Tony LaPaso ha scritto: Hi all, I'm using TC 5.0.30. JSTL Is working fine -- I have the standard.jar and jstl.jar files in my WEB-INF/lib directory. The problem is that I have several web applications that use JSTL and therefore several WEB-INF/lib directories. Rather than copy the

Re: tomcat startup processing

2004-10-23 Thread Edoardo Panfili
Didier McGillis wrote: is there away to have a jsp or something run some code on startup or to have it cache some data results so that I dont have to keep on going to the database each time the page is loaded. I use some cached informations on my application, the information are stored as static

Re: tomcat crash on mac os X

2004-10-19 Thread Edoardo Panfili
/ -name hs_err* (and the same with core or dump) but I can't find any file. I don't how I can determine the running directory of the JVM. Thanks a lot for your help, if I can do more tests please tell me how. Tank you again Edoardo Panfili catalina.out [part

Re: Push-Server with Tomcat

2004-10-19 Thread Edoardo Panfili
Harald Henkel wrote: At the moment I'm doing this using a JavaScript timer on the client requesting a new page for that frame every couple of seconds, but for this application push would really be better. This is more simple than javascript I think. META HTTP-EQUIV=Refresh

Re: tomcat crash on mac os X

2004-10-19 Thread Edoardo Panfili
Shapira, Yoav wrote: Hi, has caused an exception in catalina.out (is at the end of the mail). Afer 200 queries the system is still alive... but it does not souds encouraging for me. The crash was not easily reproducible. Well, I'm glad it's still alive ;) someone has killed tomcat again!

Re: tomcat crash on mac os X

2004-10-19 Thread Edoardo Panfili
Mark Lowe wrote: I've been running tomcat in the same version of osx, only in a staging environment and on this machine (dev environment). All works fine.. All works fine also for me, sometimes things goes wrong when I try to use javax.imageio. Have you tries installing the developer tools to

Re: tomcat crash on mac os X

2004-10-19 Thread Edoardo Panfili
Mark Lowe wrote: Well java sits on a bunch of c libraries, and at a glance your errors looked like they were happening at that level. I agree with you. gcc isn't directly related, i meant more the libraries that are installed with it and the dev tools.. I verified on my server, gcc is on it.

Re: Tomcat security stopping log4j write to a file

2004-10-19 Thread Edoardo Panfili
Lawrence J Winkler wrote: I want log4j to write its output to the webapps/[application dir]/WEB-INF/logs directory. The log4j properties file is located in the WEB-INF/classes directory, as specified. Monitoring trace of log4j's process, shows log4j is unable to find (create) the requested

Re: tomcat crash on mac os X

2004-10-16 Thread Edoardo Panfili
Ben Souther wrote: In witch way I can be more precise? By posting your log files. The time of the crash comes from a custom log file from my application: 12 October 2004 17:09:38 (last log of my application, in a good situation this will be followed by other messages) Sever (manual) restart at:

tomcat crash on mac os X

2004-10-15 Thread Edoardo Panfili
hy, I am runnig Tomcat 5.0.25 on Mac OS X (client) 10.3.5 But the same behaviour occurs with older Tomcat versions. Sometimes Tomcat (the whole server, not my application) crashes without any explanation on log files. I can't reproduce the crash condition it seems in some ways related with my