Cluster and attributes

2004-03-16 Thread Duma Rolando
Hi all, I would like to know if the ServletContext attributes are clusterized or this happens only for Session attributes. I'm using Tomcat 5.1.19, Thanks in advance. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Clustering Tomcat 5.0.19

2004-03-01 Thread Duma Rolando
Hi all, I have a problem running Tomcat 5.0.19 on HP Itanium with JRockit 1.4.2. If I comment out the Cluster ReplicationValve from server.xml as mentioned in the docs, leaving the default attribute values my catalina.out shows the following exception: GRAVE: Unable to start cluster.

Re: SSL client authentication with tomcat 4.1.24

2003-06-10 Thread Duma Rolando
Message - From: Duma Rolando [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, June 06, 2003 1:40 PM Subject: Re: SSL client authentication with tomcat 4.1.24 I have already imported my certificate.This is correctly showed if I connect to an apache + mod

Re: SSL client authentication with tomcat 4.1.24

2003-06-10 Thread Duma Rolando
: Duma Rolando [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 9:24 AM Subject: Re: SSL client authentication with tomcat 4.1.24 I'm still having trouble with my setup. These are my keystore entries: Tipo keystore: jks Provider keystore: SUN Il

SSL client authentication with IE 6.0

2003-06-06 Thread Duma Rolando
I'm running Tomcat 4.1.24 standalone with SSL client authentication enabled.Internet Explorer 6.0 when I try to access the server pops up a window that ask me which certificate will be used for client authentication, but the list of certificates is empty! I've tested my browser on apache with

SSL client authentication with tomcat 4.1.24

2003-06-06 Thread Duma Rolando
Is there anyone that have a running tomcat 4.1.24 standalone server with SSL and clientAuth=true? My current config doesn't work ( i.e. Internet Explorer doesn't display my personal certificate, Mozilla displays an error message ).I tried with only one SSL connector on port 443 and with also an

Re: SSL client authentication with tomcat 4.1.24

2003-06-06 Thread Duma Rolando
: Select 'Internet Options' from the Tools Menu Select the Content tab Press the certificates button This takes you to the screen showing all your certificates Select the 'Personal' tab Press Import to import your certificate Andy -Original Message- From: Duma Rolando [mailto:[EMAIL

SSL on winXP

2003-03-06 Thread Duma Rolando
I'm using Tomcat 4.1.18 with j2sdk1.4.1_01 on winXP.This is my SSL config : Connector className=org.apache.coyote.tomcat4.CoyoteConnector port=443 minProcessors=5 maxProcessors=75 enableLookups=true acceptCount=10 debug=0 scheme=https secure=true

tomcat tar.gz package

2003-03-05 Thread Duma Rolando
I have a question about the correct way to extract the tar.gz tomcat archive.If I do it as root all works but I don't think this is correct for security reasons.If I do it as a normal user I saw some errors about preserving file permissions.I would like to start/run the engine in the most secure

Static content and http.conf

2003-02-18 Thread Duma Rolando
1)How to configure apache to serve static content placed inside a webapp context? 2)Does this configuration depends on the paths used inside my jsp(i.e. does it works if i use relative paths for the images)? 3)If it depends also on connector used, is the warp connector ok? 4)Is the keepalive

Apache/Tomcat and pdf files

2003-02-12 Thread Duma Rolando
I have Apache 1.3.26 with SSL enabled connected with Tomcat 4.1.18 via warp connector. With a jsp or struts action invoked that creates a PDF file the browser opens an open/save dialog instead of starting the plug-in.It's possible to solve this problem with this software mix? Thanks for your

Tomcat + Apache performances

2002-12-19 Thread Duma Rolando
I would like to know if my webapp runs faster with tomcat behind apache if i put javascript files, images, static pages outside my war context so they are served directly by Apache. If this is true it'is possible to mantain these files inside the war? -- To unsubscribe, e-mail: mailto:[EMAIL