Hello,
I am new to JSP. Actually I have a requirement for a Jsp that
has to communicate with ASP.
Actually, I want to use Crystal Reports web engine to
get my reports through web. But crystal reports has a Reports server running as
a service on the web server. whenever we invoke a report via a url the .rpt
files are mapped on to the webservers port 2000. Then the crystal page server
invokes some Asps to generate the applet code for running the report in the
browser. But before that it sets the logon information for the database using
the Asp that comes with Crystal Web server.
Now my question is I want to duplicate the functionality of
asp by Jsp. Is that possible? Does Jsp have all the functionalities, functions
.. similar to that of an Asp. Can anyone help me in this regard.
