Re: Tomcat, iis connector and case sensitivity

2008-06-17 Thread Luis Villa
Thank you very much for cheating, then :) 2008/6/16 André Warnier <[EMAIL PROTECTED]>: > > > Rainer Jung wrote: > >> Luis Villa wrote: >> >>> I catched it when, setting log_level to debug did nothing. >>> >> >> That was a desired side

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 redire

Re: Tomcat, iis connector and case sensitivity

2008-06-16 Thread Luis Villa
IS 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

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/ /MYAPPLICATION/=/MyApplica

Re: Tomcat, iis connector and case sensitivity

2008-06-02 Thread Luis Villa
All right, I'm officially a complete newbie to tomcat and iis. I can't understand why my configuration is not working, and I find Tomcat documentation excessively brief :S Where do I put the rewrite rules? In isapi_redirect.properties? I tried to put it there, I tried to put it in rewrite_rules.p

Re: Tomcat, iis connector and case sensitivity

2008-05-23 Thread Luis Villa
ter :S Thanks again, Christopher 2008/5/22 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 prett

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
7;d like to share 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

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

2008-02-10 Thread Luis Villa
Application Server. > Making the Java dream come true. > > --- > ----- Original Message - > From: "Luis Villa" <[EMAIL PROTECTED]> > To: > Sent: Friday, February 08, 2008 12:46 PM > Su

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 c

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�" > > ? 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

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 d

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'

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

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'

Re: Problems with clientAuth

2007-04-02 Thread Luis Villa
turned on? What does the setting secure="true" actually do? Good luck - let me know how you go. Martin Luis Villa wrote: > 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 f

Problems with clientAuth

2007-03-29 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