RE: Thread deadlocking in 3.2.2 beta 5?

2004-11-09 Thread José Luis
Hi all In the next mail i´ll show you my test with multiprocessor machine. I haven´t manage run tomcat in more than 1 processor. JULE, Nicolas - DSIA said >>Hi uwe, >> >> Tomcat is multithreaded, but is a single process (the JVM) >> The question is then to know how your JVM is scalab

SSL Certificate configuration

2004-11-09 Thread Robert Cole
Hi, I'm having some fun and games getting Tomcat 5.0.19 to use a non-self signed certificate. I've done the following: 1) Using Keytool, generated a new key pair using the genkey switch, into a new keystore 2) Generated a CSR using the new keystore created above 3) Using OpenSSL, where I've cre

Re: hide source of a page

2004-11-09 Thread David Stevenson
On 9/11/04 4:57, "Frank W. Zammetti" <[EMAIL PROTECTED]> wrote: > No, there are actually plug-ins for other browsers to run ActiveX > controls. I don't know if they are particularly stable, but they do exist. Can you show me one for Safari, and one for the Nokia 6310? Thanks -

file Permissions to tomcat?

2004-11-09 Thread Amit Gupta
My Tomcat creates lot of problem in starting. I think reason can be linux permissions. Can any body tell me what permissions should it have? Amit Gupta

RE : Many many unclosed connections, their state is CLOSE_WAIT

2004-11-09 Thread LERBSCHER Jean-Pierre
What's your question? This state indicates that the client sends a FIN signal. The client doesn't receive any data on this socket but it can receive data from the server. The connection is half-closed. -Message d'origine- De : David Zhung [mailto:[EMAIL PROTECTED] Envoyé : mardi 9 novemb

[OT] Re: hide source of a page

2004-11-09 Thread Edward Barrow
On Tuesday 9 November 2004 07:36, Steven J. Owens wrote: > If anybody ever figures out a truly effective safeguard against > this (which would be at least equivalent, in terms of mathematical > creativity, to public/private key encryption), we'll see some really > radical changes. It's a spec

Re: Configuration Management, JSP Recompiles, War Files

2004-11-09 Thread Peter Johnson
Steven J. Owens wrote: Peter, On Tue, Nov 09, 2004 at 08:42:34AM +1100, Peter Johnson wrote: We run 5 Tomcat servers (still on 4.1.x so not clustered) and use CVS with two tags: 'stage' and 'prod'. I'm a little unclear on what this means - do you mean branches? Or do you mean tha

Re: hide source of a page

2004-11-09 Thread Steven J. Owens
On Tue, Nov 09, 2004 at 04:18:37PM +1100, Peter Johnson wrote: > So are you saying that I could run ActiveX on my Linux FireFox browser? I doubt he meant that, but I also doubt his bosses gave a damn about Linux users :-). > A java serialised object should be secure enough, the next step wo

Filter tricks in tomcat

2004-11-09 Thread Pablo Carretero
Hi, I’m working with Tomcat 5 from 3 months ago. I understand the filter architecture, but I cannot capture the response filter for my JSP and servelt. Tomcat 5 is Servlet 2.4, so I thing it can filter either request or response. What I can do, is capture the entire request and its respon

<    1   2