Re: Tomcat, iis connector and case sensitivity

2008-06-16 Thread Luis Villa
Hello all, I'm trying to add redirect rules to the tomcat connector. I've been reading Tomcat connector documentation, and what I've done till the moment is this: 1.- I've created a rewrite_rules.properties with this content: /myapplication/=/MyApplication/

Re: Tomcat, iis connector and case sensitivity

2008-06-16 Thread Luis Villa
to Tomcat. 2008/6/16 André Warnier [EMAIL PROTECTED]: Luis Villa wrote: Hello all, I'm trying to add redirect rules to the tomcat connector. I've been reading Tomcat connector documentation, and what I've done till the moment is this: 1.- I've created a rewrite_rules.properties

Re: Tomcat, iis connector and case sensitivity

2008-06-16 Thread Luis Villa
Ok, I found the problem :) What was misconfigured was the virtual directory in IIS. There was a mess of configuration files and the one I was changing was not the one the previous system admin configured :S The thing is, there was configuration in the registry, and 3 folders with the isapi

Re: Tomcat, iis connector and case sensitivity

2008-05-23 Thread Luis Villa
Christopher Schultz [EMAIL PROTECTED]: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Luis, Luis Villa wrote: | I'm using IIS 6 with Tomcat 6, and I need to use case insensitive urls. I'm pretty sure that breaks the URI specification. The only part of the URI which is considered case

Tomcat, iis connector and case sensitivity

2008-05-22 Thread Luis Villa
Hello all, I'm using IIS 6 with Tomcat 6, and I need to use case insensitive urls. I've been able to do it with the document part, but not with the context name, so: http://MyDomain/index.html --loads http://MyDomain/INDEX.html --loads http://MYDOMAIN/INDEX.html

Re: Tomcat SSL, Windows 2003 and Windows-My Provider

2008-02-12 Thread Luis Villa
it, so Tomcat developers could include it in next releases. How could I send the changes to them? Thanks 2008/2/10, Luis Villa [EMAIL PROTECTED]: Hello, Windows-MY is a java 6 provider that wraps the MSCAPI to access certificates in the keystore of Windows (the store used when you go

Re: Tomcat SSL, Windows 2003 and Windows-My Provider

2008-02-10 Thread Luis Villa
come true. --- - Original Message - From: Luis Villa [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Friday, February 08, 2008 12:46 PM Subject: Tomcat SSL, Windows 2003 and Windows-My Provider Hello all

Tomcat SSL, Windows 2003 and Windows-My Provider

2008-02-08 Thread Luis Villa
Hello all, I'm trying to configure a Tomcat 6 server with SSL using the Windows-My provider from java 6. I've been able to do it in Windows XP and it works perfectly, but when executing in Windows 2003, tomcat is not able to open the keystore (it says it cannot find .keystore file, althought the

Re: PKCS11 in Windows

2007-12-13 Thread Luis Villa
Is there a way to avoid the \0 problem? (XML does not allow to specify this character) Can you do: alias=tomcat#00; ? Hello Chris, No, it is not possible to use this character in XML (so I have read in the XML specification). Anyway, I tried and, if you write that, Tomcat responds

PKCS11 in Windows

2007-12-12 Thread Luis Villa
Hello all, In order to secure communications between a browser and the web server I'm using tomcat with a SSL connector. This connector takes the server certificate from a Smartcard (so I'm using a PKCS11 keystore type). The problem is that, as I'm accessing it in Windows, I have to link it to a

Re: Problems with clientAuth

2007-04-04 Thread Luis Villa
Hello all ! Someone can throw a little light in this problem? I am not able to solve it, and I've tried anything I've found searching in google :S Thank all! 2007/4/2, Luis Villa [EMAIL PROTECTED]: Ok, now I'm getting mad :S IExplorer keeps saying the page can't be found (it doesn't ask

Re: Problems with clientAuth

2007-04-02 Thread Luis Villa
a certificate and I need to provide one and that I should select one (I don't have any installed in Internet Explorer). Are you sure that you don't have Client Authenification turned on? What does the setting secure=true actually do? Good luck - let me know how you go. Martin Luis Villa wrote

Re: Problems with clientAuth

2007-04-02 Thread Luis Villa
Ok, I forgot! I used both keytool and openssl, it seems the problem is not there as Tomcat gives the same error with both. Greetings! 2007/4/2, Luis Villa [EMAIL PROTECTED]: Hello Martin, Well, at least you are lucky Internet Explorer asks for the certificate, this is what it's supposed

Re: Problems with clientAuth

2007-04-02 Thread Luis Villa
Ok, now I'm getting mad :S IExplorer keeps saying the page can't be found (it doesn't ask for the certificate), and Firefox throws a -12271 error (I don't know if that is close enought to the error you said, Antoine. Anyway, nothing has changed since the last 12229 error (I left the computer off

Problems with clientAuth

2007-03-30 Thread Luis Villa
Hello all, I' a newbie un the list, so first of all I'd like to say hello to everyone :) After this, I'd like to ask for help with a problem I have configuring Tomcat for digital certifications. I've followed all the steps in the Tomcat SSL HOWTO and my tomcat now has a secure connector in port