Also note that Microsoft's ASP technology uses very different internal
represenations for elementary data-types like String's and Double's compared
to Sun's Java. In fact in ASP you can store "Com(+)" objects in the session
that and in Java you can store complex custom Java Objects. Gaining
interoperablilty between these two technologies is quite a chalangeing task.

> -----Original Message-----
> From: Richard Yee [SMTP:[EMAIL PROTECTED]]
> Sent: 25 September 2002 09:46
> To:   [EMAIL PROTECTED]
> Subject:      Re: R: Tomcat and IIS
>
> Luca,
> The ISAPI filter doesn't do any conversions. Usually, the application
> server (IIS) is used to handle only one type of web application (ASP or
> JSP/Servlet) and not both. You can't share session data between the two.
>
> -Richard
>
>
> At 09:11 AM 9/25/2002 +0200, you 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....
>
>       I think the ISAPI filter should convert IIS sessions in Apache
> sessions and vice-versa...
>       but I am not sure and anyway I don't know how to configure it
> properly to do this.
>
>       Let me know if you have any idea.
>
>       Regards,
>
>                                      Luca
>
>       -----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 <mailto:[EMAIL PROTECTED]>
>                       To: [EMAIL PROTECTED]
> <mailto:[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
>
--

It is the strict policy of Truworths that its e-mail facility and all
e-mail communications emanating therefrom, should be utilised for
business purposes only and should conform to high professional and
business standards.   Truworths has stipulated certain regulations in
terms whereof strict guidelines relating to the use and content of
e-mail communications are laid down. The use of the Truworths e-mail
facility is not permitted for the distribution of chain letters or
offensive mail of any nature whatsoever.   Truworths hereby distances
itself from and accepts no liability in respect of the unauthorised
use of its e-mail facility or the sending of e-mail communications
for other than strictly business purposes.   Truworths furthermore
disclaims liability for any  unauthorised instruction for  which
permission was not granted.    Truworths Limited accepts no liability
for any consequences arising from or as a result of reliance on this
message unless it is in respect of bona fide Truworths business for
which proper authorisation has been granted.

Any recipient of an unacceptable communication, a chain letter or
offensive material of any nature is requested to notify the Truworths
e-mail administrator ([EMAIL PROTECTED]) immediately in order that
appropriate action can be taken against the individual concerned.

___________________________________________________________________________
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