Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

javaviewer in websphere application

Status
Not open for further replies.

choni

Programmer
Feb 28, 2003
1
ES
I have a report, and i want to see it in javaviewer (applet) from a java application in websphere, using crystalreports 9 and RAS. I use the cristal reports samples and copy in a html page the code:

<applet id=&quot;crviewer&quot; code=com.crystaldecisions.Reportviewer.Reportviewer
codebase=&quot;viewer/Javaviewer/&quot;
archive=&quot;Javaviewer.jar&quot;>
<param ReportName value=&quot;rptserver.asp&quot;>
...
...

in IIS it works because i have rptserver.asp
but in a websphere or weblogic server not.
I have the file &quot;rptserver.asp&quot; code and i want to transalate to jsp file or servlet.

How can i do it?

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top