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="clsid:238f6f83-b8b4-11cf-8771-00a024541ee3"
DATA="location of ICA file"
etc..
>
<PARAM NAME="START" VALUE="AUTO" or "MANUAL">
<PARAM NAME="BORDER" VALUE="ON" or "OFF">
</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
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="clsid:238f6f83-b8b4-11cf-8771-00a024541ee3"
DATA="location of ICA file"
etc..
>
<PARAM NAME="START" VALUE="AUTO" or "MANUAL">
<PARAM NAME="BORDER" VALUE="ON" or "OFF">
</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