Tomcat/IIS + SSL : Mime Type problem

2002-11-12 Thread Laurent FĂ©ral-Pierssens

Hi,

We have been experiencing some problems with Mime type configuration. We
want to allow the download of wpd (WordPerfect) documents through our
webapp and with our configuration, we only get junk printed in the
browser. 

Our configuration consist of a single server, Windows 2000, with Tomcat
4.0.6 behing IIS using AJP13. We access all documents directely in the
webapp directory through SSL. The new mime types are configured in IIS
and in the web.xml of the webapp.

Here is the result of our tests:

http://server.com:8080/mywebapp/file.wpd - download properly
http://server.com/mywebapp/file.wpd - download properly
http://server.com/file.wpd - download properly
https://server.com/file.wpd - download properly

https://server.com/mywebapp/file.wpd - junk

Looking at that, it looks like a connector problem with SSL. Is there a
setting I misconfigured?


Thank you for your help,
Laurent


 


--
To unsubscribe, e-mail:   mailto:tomcat-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org




Re: Tomcat/IIS SSL

2002-10-08 Thread Fawaz Ahmad

Hello,

I don't have any experience using SSL, but I have been reading up on it on
the web.  On the Apache website for Tomcat, it says that if you are using
tomcat with another server (I'm using IIS) you should implement SSL in IIS
rather than tomcat.  I went on the Microsoft site to read up on
implementing it on IIS and I couldn't find a simple way to implement a
self-signed certificate.  Does anyone know of a simple way to implement
this?  Is it possible to use the java keytool to generate the key and use
it in IIS?  How would IIS locate this key after it has been created?

Fawaz


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Tomcat + IIS +SSL

2002-05-29 Thread Christophe GOGUYER DESSAGNES

How do I configure IIS 5 and Tomcat 3.2 to enable SSL ?

I have configured workers (ajp12) and redirection works fine in none secure
mode.
But now, I want to use sll with https, my iis5 is secure and it works
but when a request is redirected to tomcat via isapi_redirect the request
seems to be stalled.

Thx.


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]