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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I embed an application withount hardcoding the ica file

Status
Not open for further replies.

touco

Programmer
Mar 7, 2001
4
CA
Hi everyone,

I really need your help because this problem is bothering me for a while now.

I'm trying to launch an application from a JSP page where I use the "embed" TAG.

Know I know that if you want to use this method it goes like this :
<OBJECT
CLASSID=&quot;clsid:238f6f83-b8b4-11cf-8771-00a024541ee3&quot;
DATA=&quot;location of ICA file&quot;
etc..
>
<PARAM NAME=&quot;START&quot; VALUE=&quot;AUTO&quot; or &quot;MANUAL&quot;>
<PARAM NAME=&quot;BORDER&quot; VALUE=&quot;ON&quot; or &quot;OFF&quot;>
</OBJECT>

I know that I have to specify the ICA file of the application in the DATA attribute. Does it mean that I have to create an ICA file for each client (because each client has a different permissions)? Or is it possible to generate the ica file that the DATA needs in a dynamic, like using JSP ?

I use Metaframe 1.8 running on Windows 2000, and NFuse 1.5 running on Tomcat (Servlets 2.2/JSP1.1)

Any help will be very very appreciated ...

Hamidou
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top