I want these features: jsp 1.2, servlet 2.3, mysql, javamail, ssl, great
services

-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]] On Behalf Of Luca Ventura
Sent: Tuesday, September 24, 2002 1:38 PM
To: [EMAIL PROTECTED]
Subject: Tomcat and IIS

Hello everybody!

I have installed Tomcat as plug-in of Internet Information Server (IIS)
to
support JSP/Servlet, using the ISAPI filter.
So I can support ASP pages thanks IIS and Servlets/JSP thanks to Tomcat.
All works well if I don't use sessions. In fact if I create a session
(object) when the user is in a
JSP page or in a servlet, and then I insert information in it (using
setAttribute() method of HttpSession class) ,
the session object just created is not visible from an ASP page. The
same
thing happens if I create
the session in an ASP page: the session will not visible in a JSP page.
It
seems that IIS
and Tomcat can't exchange session information between them...why?

I hope someone can help me.

Thanks in advance!

                                     Luca

========================================================================
===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to