Posted By:
AlessandroA_Garbagnati
Posted On:
Monday, April 2, 2001 09:00 AM
Hi,
If you mean just linking ASP pages from within a servlet or a JSP, yes, it just depends if your web server has installed an ASP engine and a Servlet container.
If you mean writing ASP code inside a Servlet then the problem is a little bit more complicated. The servlet engine, normally, it's designed to send the response out directly to the client. What you need it's some kind of servlet chining, that grabs the output of your servlets and insetad of sending it back to the client, it sends back to the ASP engine for more processing.