Tomcat Servlets IIS ASP ?

2001-02-12 Thread Grobe, Gary
I work w/ JSP but have no experience with ASP. I'd like to know how IIS processes ASP and if these same request/responses can also be sent to TOMCAT? What are other people doing for tomcat sites that use ASP? - To unsubscribe,

Re: Tomcat Servlets IIS ASP ?

2001-02-12 Thread Rob Tanner
ASP is a tagging system integral to IIS. The language between the tags is Microsoft's proprietary VBScript (and I think you can also use VBasic, another Microsoft proprietary language). It also uses COM objects and other of Microsoft's proprietary concoction. Nothing about ASP is Java. I

RE: Tomcat Servlets IIS ASP ?

2001-02-12 Thread Grobe, Gary
before IIS has start processing that ASP? -Original Message- From: Rob Tanner [mailto:[EMAIL PROTECTED]] Sent: Monday, February 12, 2001 8:11 AM To: [EMAIL PROTECTED] Subject: Re: Tomcat Servlets IIS ASP ? ASP is a tagging system integral to IIS. The language between the tags

RE: Tomcat Servlets IIS ASP ?

2001-02-12 Thread Michael Wentzel
I have servlets that insert code into responses (using filters) and I'd like to know if my client is using an ASP on IIS, will I be able to catch the response and insert my html code in that response? Also, will I be able to get requests also before IIS has start processing that ASP?

RE: Tomcat Servlets IIS ASP ?

2001-02-12 Thread John Golubenko
P.S. to Michael: Sure. If you don't know anything about it, don't waste internet bandwidth sending it. -Original Message- From: Michael Wentzel [mailto:[EMAIL PROTECTED]] Sent: Monday, February 12, 2001 8:35 AM To: '[EMAIL PROTECTED]' Subject: RE: Tomcat Servlets IIS ASP ? I have