Calligaris Nicola schrieb:

I want to use SunRay connector for accessing an application Power Builder
installed in a Windows 2003 Server in a kiosk session.


Do you want to use the Sun RayWindows Connector (SRWC) within a JDS-based environment which accomodates multiple, possibly different applications? Or do you want a session that consists of a single, full-screen Windows?

In the latter case you should use the preconfigured SRWC kiosk session. In the former case you should create a kiosk application descriptor for your Windows application.

I don’t understand where I must put the *uttsc* command (/etc/opt/SUNWkio/prototypes/jds3/.profile?)


No.

If you want a single full-screen SRWC instance, then you should use the 'Sun Ray Windows Connector' kiosk session and add the necessary command line options and arguments in the Kiosk session 'Arguments' field.

If you want a non-fullscreen window that you can combine with other applications, then you should create an application descriptor. To do create a text file named (for example) PowerBuilder.conf in the /etc/opt/SUNWkio/applications directory. The file could look like:
-------------------------------------------
Example /etc/opt/SUNWkio/applications/PowerBuilder.conf file
-------------------------------------------
KIOSK_APP_LABEL="Power Builder (on mywinhost)"
KIOSK_APP_EXEC=/opt/SUNWuttsc/bin/uttsc
KIOSK_APP_ARGS=-a power_builder -g 50+50+800x600 mywinhost
-------------------------------------------

Note: For possible content of the KIOSK_APP_ARGS value see below.

For more detail about application descriptor values see the kiosk(5) man page:
  $ man -M /opt/SUNWkio/man kiosk

and I don’t know the syntax of the command (for example how I can specify the Windows application in the WS

2003 Server using uttsc command line?)


See the uttsc(1) man page:
  $ man -M /opt/SUNWuttsc/man uttsc


- Jörg


--
Joerg Barfurth           phone: +49 40 23646662 / x66662
Software Engineer        mailto:[EMAIL PROTECTED]
Desktop Technology       http://reserv.ireland/twiki/bin/view/Argus/
Thin Client Software     http://www.sun.com/software/sunray/
Sun Microsystems GmbH    http://www.sun.com/software/javadesktopsystem/


_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to