On Wed, 25 Sep 2002, Galbreath, Mark wrote:

> Or use .NET, then you can write it in almost any combination of
> languages.
>
> Mark
> (running for cover)

Yeah, I suppose I should've said which one he should use :-).


> -----Original Message-----
> From: Milt Epstein [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 25, 2002 5:23 AM
>
> On Wed, 25 Sep 2002, Luca Ventura wrote:
>
> > Yes, I understand...but if I can't manage sessions between IIS and
> > Tomcat to use Tomcat as a plug-in of IIS doesn't make sense....are
> > you agree? An application that doesn't use session isn't very
> > useful....
> [ ... ]
>
> Write your applications entirely with one of the technologies or the
> other.
>
>
> > -----Messaggio originale-----
> > Da: A mailing list for discussion about Sun Microsystem's Java Servlet API
> > Technology. [mailto:[EMAIL PROTECTED]]Per conto di Chris Pratt
> > Inviato: marted́ 24 settembre 2002 23.41
> > A: [EMAIL PROTECTED]
> > Oggetto: Re: Tomcat and IIS
> >
> >
> >   They use completely separate session management systems.
> >     (*Chris*)
> >     ----- Original Message -----
> >     From: Luca Ventura
> >     To: [EMAIL PROTECTED]
> >     Sent: Tuesday, September 24, 2002 10:36 AM
> >     Subject: [SERVLET-INTEREST] 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
> >

Milt Epstein
Research Programmer
Integration and Software Engineering (ISE)
Campus Information Technologies and Educational Services (CITES)
University of Illinois at Urbana-Champaign (UIUC)
[EMAIL PROTECTED]

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to