Re: Async servlet and request recycle synchronization

2025-03-05 Thread François Rajotte
lete processing. The non-container thread may already be executing tomcat/container code, so aborting it at the application level is pretty much impossible to do reliably. Thanks again for your valuable insight, Regards, François On Tue, Mar 4, 2025 at 2:43 PM Christopher Schultz wrote: > >

Async servlet and request recycle synchronization

2025-03-04 Thread François Rajotte
ure consistency when accessing the HttpServletRequest and HttpServletResponse from a non-container thread while running in async mode? Thanks in advance, François - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Async servlet non-blocking IO and request recycling

2020-01-14 Thread François Rajotte
than just processing an onComplete or onError callback. Regards, François - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

(tomcat 6) percent encoding problem

2010-01-22 Thread François Duvalier
the URI ? Thanks François Duvalier Haiti

Re: mod_jk with Apache HTTP server version 2.2 and Tomcat 6.0

2009-10-02 Thread François Gravel
On Wed, Sep 30, 2009 at 6:02 PM, André Warnier wrote: > François Gravel wrote: > > ... > Apart from the earlier message, I suggest you go back and undo the > following : > > I then went through the steps to use Tomcat to auto-configure. So I've >> added the li

Re: mod_jk with Apache HTTP server version 2.2 and Tomcat 6.0

2009-10-02 Thread François Gravel
On Wed, Sep 30, 2009 at 5:49 PM, André Warnier wrote: > François Gravel wrote: > >> Greetings, >> I'm a newbie trying my hand at setting up a local PHP and Java development >> environment. I use a laptop with Windows XP SP3. >> >> Both service are run

mod_jk with Apache HTTP server version 2.2 and Tomcat 6.0

2009-09-30 Thread François Gravel
HOME/modules/mod_jk.so: No error." Please, I've spent hours getting to this point, but I have no idea how to get around this error. Thank you, François

Re: Problem with Context Parameters

2008-07-08 Thread Jean-François Ménard
Thanks all for your help. It's quite embarrassing, but my problem was that I had ": >> From: Jean-François Ménard [mailto:[EMAIL PROTECTED] >> Subject: Re: Problem with Context Parameters >> >> Context file (conf/Catalina/localhost/app.xml: >> >>

Re: Problem with Context Parameters

2008-07-08 Thread Jean-François Ménard
Thanks for your reply! Comments inlined 2008/7/8 Christopher Schultz <[EMAIL PROTECTED]>: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Jean-François, > > Jean-François Ménard wrote: > | Using Tomcat 6.0.13, I try to define some context parameters in my > |

Problem with Context Parameters

2008-07-07 Thread Jean-François Ménard
Hi all, Using Tomcat 6.0.13, I try to define some context parameters in my context file (in conf/Cataline/localhost/.xml) as described in the documentation (http://tomcat.apache.org/tomcat-6.0-doc/config/context.html) but it simply doesn't work! I can see the parameters defined in my web.xml, but

Re: Multi user setup in a non root environnement

2006-04-12 Thread François Conil
François Conil wrote: > By trying things here and there, I found that actually, it launches a 404 error on /~user/ when using the www.site.com:8080 address. The www.site.com works just fine, being an apache frontend. Something must prevent it from correctly use the UserConfig directive,

Re: tomcat start/stop

2006-04-11 Thread François Conil
55.sh stop But it tells me tomcat isnt running, which it is cos I can connect to it at localhost:8180 Any ideas on how to start/stop the server when it has been enabled like this? I may be wrong, but you should use the catalina.sh file instead. Cheers, -- François Conil Administrateur Systèmes

Re: Multi user setup in a non root environnement

2006-04-06 Thread François Conil
Peter Crowther a écrit : From: François Conil [mailto:[EMAIL PROTECTED] 2) I created a tomcat user and tomcat group, chowned the whole tomcat directory to tomcat:tomcat and launched the tomcat server without any particular switch after having su-ed to the tomcat user. The www.site.com:8080

Multi user setup in a non root environnement

2006-04-06 Thread François Conil
x27;m quite puzzled about this 404 error. Does anyone can help me with this ? Thanks by advance, -- François Conil Administrateur Systèmes et Réseaux I wish my lawn was emo, so it would cut itself. - To unsubscribe, e-mail: [EMA

Re: First time with Tomcat

2006-03-28 Thread Jean-François Lebeau
Sorry, it was a Xp-Firewall issue. Thanks anyway! Jean-François Lebeau From: Franck Borel <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: Tomcat Users List Subject: Re: First time with Tomcat Date: Tue, 28 Mar 2006 09:05:22 +0200 Hi Jean-Francois, in fact

Re: First time with Tomcat

2006-03-28 Thread Jean-François Lebeau
Yeah i'm running Apache 2, PHP and MySQ. I tried what you said, but if I remove the 8080 connectors, I can't access to Tomcat main page anymore, even on the PC running it.. Can you explain a bit more? Jean-François Lebeau From: Franck Borel <[EMAIL PROTECTED]> Reply-To: &q

Re: First time with Tomcat

2006-03-27 Thread Jean-François Lebeau
Thanks Konstantin, 1) is now fixed. Is the 5.15 the most stable 5.x version? And my 2) Could a config issue prevent another PC from connecting or I should look for a "firewall and the like" issue ? Thanks for help. Jean-François Lebeau From: Konstantin L Kouptsov <[EM

First time with Tomcat

2006-03-27 Thread Jean-François Lebeau
pas disponible. (not avaible) Apache Tomcat/5.5.16 2) If I try to connect to Tomcat from an other PC in the lab, it doesn't work, should I look for a "firewall" issue or a config issue first ? Thank

First time with Tomcat

2006-03-27 Thread Jean-François Lebeau
pas disponible. (not avaible) Apache Tomcat/5.5.16 2) If I try to connect to Tomcat from an other PC in the lab, it doesn't work, should I look for a "firewall" issue or a config issue first ? Thank

RE: Unsubscribing to this list

2006-02-18 Thread François Hétu
Hi, Just send an email through your account: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Nothing else. F. -Message d'origine- De : Michael Scano [mailto:[EMAIL PROTECTED] Envoyé : 19 février 2006 00:25 À : users@tomcat.apache.org Objet : Unsubscribing to this list I've tried 5 times to u

How to secure a folder?

2006-01-31 Thread François
), but any other type of ressources, and in particular .txt type of files, are not protected at all. Is there a way to accomplish that? Thanks, François