7.0.4 Parallel deployment, war name invalid

2012-06-28 Thread Gabriele Bulfon
Hi, was trying the parallel deployment feature: - have an app xapp under webapps, running - created a new war of xapp, named xapp##001.war - placed the under webapps no xapp#001 folderlogs says: SEVERE: The war name [xapp##001.war] is invalid. The archive will be ignored. any idea? Gabriele. -

RE: Deployment over a running webapp does not call session detroyed?

2011-12-13 Thread Gabriele Bulfon
. -- Da: Caldarale, Charles R A: Tomcat Users List Data: 12 dicembre 2011 19.02.26 CET Oggetto: RE: Deployment over a running webapp does not call session detroyed? From: Gabriele Bulfon [mailto:gbul...@sonicle.com] Subject: Deployment over a running webapp does not call session

Deployment over a running webapp does not call session detroyed?

2011-12-12 Thread Gabriele Bulfon
Hi, don't know if this is a problem of Tomcat integrated into NetBeans, but I noticed that rebuilding my webapp (causing netbeans redeployment over the running webapp), older threads spawn by running sessions are not killed, getting into exceptions because the real HttpSession objects are killed

Re: Tomcat7 - Firefox - SWF Upload

2011-02-09 Thread Gabriele Bulfon
ark Thomas A: Tomcat Users List Data: 9 febbraio 2011 12.18.15 CET Oggetto: Re: Tomcat7 - Firefox - SWF Upload On 09/02/2011 09:19, Gabriele Bulfon wrote: The conf/context.xml is the default one from Tomcat7 distribution. My webapp context.xml just contains resources definitions such as jdbc po

Re: Tomcat7 - Firefox - SWF Upload

2011-02-09 Thread Gabriele Bulfon
braio 2011 12.18.15 CET Oggetto: Re: Tomcat7 - Firefox - SWF Upload On 09/02/2011 09:19, Gabriele Bulfon wrote: The conf/context.xml is the default one from Tomcat7 distribution. My webapp context.xml just contains resources definitions such as jdbc pools. Where should I place this " useHttpOnly

Re: Tomcat7 - Firefox - SWF Upload

2011-02-09 Thread Gabriele Bulfon
2011 14:13, Gabriele Bulfon wrote: Thanks, I have only this inf conf: conf/Catalina/localhost and it's empty. What is this? That is fine. It is the location optionally copies context.xml files to but Tomcat 7.0.x does not do this by default. What is in conf/context.xml? What is in webapps/ /META-INF/co

Re: Tomcat7 - Firefox - SWF Upload

2011-02-07 Thread Gabriele Bulfon
07/02/2011 12:37, Gabriele Bulfon wrote: Sorry, I thought it was an already known issue. I'm using SWFUpload, a mix of javascript/flash that enables multiple files to be uploaded with multiselection. It uses JSESSIONID to mantain session. I have read these two links about the pro

Re: Tomcat7 - Firefox - SWF Upload

2011-02-07 Thread Gabriele Bulfon
ix the problem. Gabriele. -- Da: Pid A: Tomcat Users List Data: 7 febbraio 2011 12.45.50 CET Oggetto: Re: Tomcat7 - Firefox - SWF Upload On 07/02/2011 11:26, Gabriele Bulfon wrote: Hi, I've been running a web app under Tomcat6 for ages, where swf upload worked. Once swi

Tomcat7 - Firefox - SWF Upload

2011-02-07 Thread Gabriele Bulfon
Hi, I've been running a web app under Tomcat6 for ages, where swf upload worked. Once switching to Tomcat7, swf upload stopped working only on firefox. Googling around I see some posts about a change on JSESSIONID wich may cause the swf upload funcionality to stop working on firefox. Is there any

Re: Tomcat web app versioning

2011-01-18 Thread Gabriele Bulfon
customers web apps! ;) Gabriele. Gabriele Bulfon - Sonicle S.r.l. Tel +39 028246016 Int. 30 - Fax +39 028243880 via Felice Cavallotti 16 - 20089, Rozzano - Milano - ITALY http://www.sonicle.com -- Da: Mark Thomas A

Tomcat web app versioning

2011-01-17 Thread Gabriele Bulfon
Hello, I read somewhere that the latest Tomcat 7 is able to handle web app versioning, but I can't find any documentation about it. What is it about? Thanks Gabriele. -= Mail sent through WebTop2 =- - To unsubscribe, e-mail: user

Re: Login page timeout

2010-10-22 Thread Gabriele Bulfon
Ok, my workaround will be a javascript code to run a timeout and reload the Login page, trying to reset the timeout when the user is typing. Gabriele Bulfon - Sonicle S.r.l. Tel +39 028246016 Int. 30 - Fax +39 028243880 Via Felice Cavallotti 16 - 20089, Rozzano - Milano - ITALY http

Login page timeout

2010-10-22 Thread Gabriele Bulfon
Hello, I'm trying to figure out how to solve a very stupid problem. I have a solution, but I want to know if there is some other better ways. I have a webapp configured with jaas security. The login form page is configured and the security check works perfectly. But, if a user starts the browser an

Re: Updating webapps classes

2010-09-17 Thread Gabriele Bulfon
Hi, again on this subjetc, I discovered that Resin has this feature: http://www.caucho.com/resin/admin/deploy.xtp#web-app%20versioning I think this would be a very nice feature of Tomcat, don't you think? Gabriele Bulfon - Sonicle S.r.l. Tel +39 028246016 Int. 30 - Fax +39 028243880 Via F

To JAAS or not to JAAS

2010-09-13 Thread Gabriele Bulfon
Hello, I have a web application written with JAAS authentication, using my own login modules. This is fine as long as the deployment is made by a system administrator who knows how to configure jaas.config and to place needed jars in the tomcat lib directory, following my instructions. Also, JAA

Re: Updating webapps classes

2010-07-09 Thread Gabriele Bulfon
ad to problems because of possible concurrent usage of old and new version. What do you think? Gabriele. Gabriele Bulfon - Sonicle S.r.l. Tel +39 028246016 Int. 30 - Fax +39 028243880 Via Felice Cavallotti 16 - 20089, Rozzano - Milano - ITALY http://www.sonicle.com -= Mail sent through We

Re: Updating webapps classes

2010-07-07 Thread Gabriele Bulfon
s How hard would it be to make this true in Tomcat? Is there any other Java WebApp Container capable of doing this? Gabriele. Gabriele Bulfon - Sonicle S.r.l. Tel +39 028246016 Int. 30 - Fax +39 028243880 Via Felice Cavallotti 16 - 20089, Rozzano - Milano - ITALY http://www.s

Re: Updating webapps classes

2010-05-03 Thread Gabriele Bulfon
Hi, thanx for the interesting solution. Anyway, not always possible to run 2 tomcat instances because of memory requirements. Do you see any different solution with 1 tomcat only (or tomcat + apache)? Thx in advance, Gabriele. Gabriele Bulfon - Sonicle S.r.l. Tel +39 028246016 Int. 30 - Fax +39

Updating webapps classes

2010-04-30 Thread Gabriele Bulfon
Hello, I don't know if I'm asking something stupid, but I'm investigating this for days, and found nothing around. Updating a java webapp can be a problem when this java webapp is being ised 24/7 by users, and many of them have sessions running for all the working hours. Consider that this webapp