Re: SSL & JSP-Servlet

1999-08-24 Thread DAVID Olivier
Well, you can put your jsp pages wherever you want, but on one of your web site directory would be better :) What happen is that IIS publish your pages on the web. When a page is requested, it goes throw the different IIS ISAPI filters. If the JRun filter is well loaded it must appears on the p

SSL & JSP-Servlet

1999-08-24 Thread Elena Palanca
Thank you Oliver, I followed you procedure but I can't visualize JSP page. First I put the jsp page in the c:\inetpub\wwrooot and this doesn't work, then I try to put it under c:\Jrun\servlets and this doesn't work too. Where I have to put it? And how IIS knows that a .jsp request must go to the j

Re: SSL & JSP-Servlet

1999-08-24 Thread DAVID Olivier
Hi Elena, Yes, with JRun you can only use the JSE service connected with IIS due to the JCP service. You do not necessary need JRun Web Server service. You can select which services are running with the admin panel. To configure JRun with IIS, then well, when you install JRun 2.3.2 normally it

SSL & JSP-Servlet

1999-08-24 Thread Elena Palanca
Hi, I need to implement securty issues in my application using Servlet and Jsp. I'm under WINNT 4.0 with IIS 4.0 and I'm using JRun. My problem is: Till I call servlets (through the Jrun Connector, JCP ) with https:/localhost/nameservlet everything works fine, but how can I use in this contex JSP1