Re: Deploy a .class file when tomcat is running

2009-11-28 Thread Stefano Tranquillini
the tomcat is 6.0 under linux (ubuntu) but the OS is not mandatory. the solution is to deploy and undploy the whole project? i'd to remove and copy the .war each time? thanks On Fri, Nov 27, 2009 at 20:43, André Warnier a...@ice-sa.com wrote: Stefano Tranquillini wrote: Hi all. i've a

data source factory

2009-11-28 Thread WM C
Hi - I am upgrading a working web app from Tomcat 5.0 to 5.5, and encounter the following data source problem. According to Apache web site, for Tomcat 5.5 configuration, I should use factory=org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory in Resource for datasource configuration.

Re: data source factory

2009-11-28 Thread Mark Thomas
WM C wrote: Hi - I am upgrading a working web app from Tomcat 5.0 to 5.5, and encounter the following data source problem. According to Apache web site, for Tomcat 5.5 configuration, I should use factory=org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory in Resource for

Re: Deploy a .class file when tomcat is running

2009-11-28 Thread André Warnier
Stefano Tranquillini wrote: the tomcat is 6.0 under linux (ubuntu) but the OS is not mandatory. It often is, such as for example when you want information about the correct paths for things. Providing some minimal information together with your question saves the time of people on this list

Re: AJP with HTTPD - Buffer Size on long URLs

2009-11-28 Thread André Warnier
Nilesh Bansal wrote: Using ProxyIOBufferSize as 32192 totally worked even though the documentation suggests otherwise. I am using httpd 2.2.14 with Tomcat 6.0.16. Thank you for the tip, now I can again use my long urls. This may work for now, but someone should tell you that sending large

Re: Deploy a .class file when tomcat is running

2009-11-28 Thread Pid
On 28/11/2009 12:06, André Warnier wrote: Stefano Tranquillini wrote: the tomcat is 6.0 under linux (ubuntu) but the OS is not mandatory. It often is, such as for example when you want information about the correct paths for things. Providing some minimal information together with your

Tomcat does not respect the HTTP RFCs !

2009-11-28 Thread André Warnier
;-) I just wanted, once, to use a subject line with capitals and an exclamation mark. It seems however that in this particular case, neither Tomcat nor Apache httpd follow the rules, when they default to the .. default virtual host in the case where they cannot find a match between the Host:

Re: Tomcat does not respect the HTTP RFCs !

2009-11-28 Thread Pid
On 28/11/2009 12:56, André Warnier wrote: ;-) I just wanted, once, to use a subject line with capitals and an exclamation mark. It seems however that in this particular case, neither Tomcat nor Apache httpd follow the rules, when they default to the .. default virtual host in the case where

Re: Deploy a .class file when tomcat is running

2009-11-28 Thread Stefano Tranquillini
I solved, or better the problem did not exists. i've a .class that are rest in jsr311 (annotation for rest). there's a Servlet that parse these class, so i've only to put the .class into a floder and all is ok. thanks On Sat, Nov 28, 2009 at 13:22, Pid p...@pidster.com wrote: On 28/11/2009

RE: Tomcat 5.17 crashes too often

2009-11-28 Thread Rocco Scappatura
Hello. On Sab, 28 Novembre 2009 5:38, Caldarale, Charles R wrote: From: Rocco Scappatura [mailto:rocco.scappat...@infracom.it] Subject: RE: Tomcat 5.17 crashes too often But once I have changed the path of jvm with the new one, Tomcat has no more started. Might be time to try a newer

Re: Tomcat 5.17 crashes too often

2009-11-28 Thread Andre-John Mas
On 28-Nov-2009, at 10:17, Rocco Scappatura wrote: 28-nov-2009 15.56.41 org.apache.catalina.startup.Catalina stopServer GRAVE: Catalina.stop: java.net.ConnectException: Connection refused: connect at java.net.PlainSocketImpl.socketConnect(Native Method) at

Re: Tomcat 5.17 crashes too often

2009-11-28 Thread Rocco Scappatura
Thanks Andre-John, On Sab, 28 Novembre 2009 16:21, Andre-John Mas wrote: On 28-Nov-2009, at 10:17, Rocco Scappatura wrote: 28-nov-2009 15.56.41 org.apache.catalina.startup.Catalina stopServer GRAVE: Catalina.stop: java.net.ConnectException: Connection refused: connect at

Re: Tomcat 5.17 crashes too often

2009-11-28 Thread Rocco Scappatura
Uauh!! On Sab, 28 Novembre 2009 16:40, Rocco Scappatura wrote: Thanks Andre-John, On Sab, 28 Novembre 2009 16:21, Andre-John Mas wrote: On 28-Nov-2009, at 10:17, Rocco Scappatura wrote: 28-nov-2009 15.56.41 org.apache.catalina.startup.Catalina stopServer GRAVE: Catalina.stop:

RE: data source factory

2009-11-28 Thread WM C
Hi Mark - Thanks for the reply, here is the info you asked: Where is the oracle jdbc driver jar located? in web-inf/lib (I am using ojdbc14.jar - btw, according to some forum messages, seems it got problem with jdk5.0, but that's a different story) Where are the commons-dbcp and

wicket:head contribution panel and modal window

2009-11-28 Thread Ed _
I am trying to add some javascript via a panel that gets opened in a Modal Window. The same panel on a web page adds the js to the head section of the page. But does not when opened in a Modal Window. is there a way to do this? thx, Ed

Re: Char Encoding text streams on Tomcat 5.5 and Linux

2009-11-28 Thread Juha Laiho
Dan Bagley wrote: In the failing environment I have the following env settings LANG=en_GB.UTF-8 the successful env is set to LANG=en_UK I'm pretty certain that is the reason for the differences you're seeing. Try starting the Tomcat in the failing environment with LANG set equal to that in

RE: wicket:head contribution panel and modal window

2009-11-28 Thread Caldarale, Charles R
From: Ed _ [mailto:ed_b...@hotmail.com] Subject: wicket:head contribution panel and modal window I am trying to add some javascript via a panel that gets opened in a Modal Window. The same panel on a web page adds the js to the head section of the page. But does not when opened in a

Re: Tomcat 6 and Windows 2003 -Xmx1024 Problem

2009-11-28 Thread Daniele Gariboldi
OK, I found the hotfix by microsoft: http://support.microsoft.com/default.aspx?scid=kb;EN-US;971812 microsoft hotfix Thank to this page, related to a JVM problem in Lotus Domino:

Re: data source factory

2009-11-28 Thread Mark Thomas
WM C wrote: Hi Mark - Thanks for the reply, here is the info you asked: Where is the oracle jdbc driver jar located? in web-inf/lib (I am using ojdbc14.jar - btw, according to some forum messages, seems it got problem with jdk5.0, but that's a different story) Where are the

Re: Tomcat does not respect the HTTP RFCs !

2009-11-28 Thread André Warnier
Pid wrote: On 28/11/2009 12:56, André Warnier wrote: ;-) I just wanted, once, to use a subject line with capitals and an exclamation mark. It seems however that in this particular case, neither Tomcat nor Apache httpd follow the rules, when they default to the .. default virtual host in the

Re: Tomcat does not respect the HTTP RFCs !

2009-11-28 Thread Bill Barker
André Warnier a...@ice-sa.com wrote in message news:4b119016.2020...@ice-sa.com... Pid wrote: On 28/11/2009 12:56, André Warnier wrote: ;-) I just wanted, once, to use a subject line with capitals and an exclamation mark. It seems however that in this particular case, neither Tomcat nor

Re: Tomcat does not respect the HTTP RFCs !

2009-11-28 Thread Konstantin Kolinko
2009/11/29 Bill Barker billwbar...@verizon.net: André Warnier a...@ice-sa.com wrote in message news:4b119016.2020...@ice-sa.com... Pid wrote: On 28/11/2009 12:56, André Warnier wrote: ;-) I just wanted, once, to use a subject line with capitals and an exclamation mark. It seems however