Re: can I call a asp from a servlet??
Posted By:
Michael_Wax
Posted On:
Friday, April 6, 2001 12:59 PM
Have your servlet act as a proxy: when a client calls your servlet, your servlet can open a URLConnection to the server which is serving up the ASP page, load in the content from that server, and insert it into the servlet output.