Thanks to Craig and Niki for pointing me in a direction that will at least 
allow me to have a work-around until I can get meta-kiosk working fully.  I am 
now able to utilize multiple version of JDS3 kiosk configurations assocaited to 
multiple tokens using utkioskoverride with the following procedural changes.  
However, I still encounter the original issue with meta-kiosk in which 
meta-kiosk always loads the default kiosk first and doesn't fully load the 
kiosk files specified in the Other Inforamtion field of a token.  



I had to add a parameters to my *.conf file and change the way I was loading 
the kiosk into the data-store.  I'm not sure why the data-store load command 
works this way and not when I am passing KIOSK_SESSION within the <kiosk>.conf 
file. 





Add the following to the <kiosk>.conf 

  KIOSK_SESSION=<kiosk_name> 


Load the <kiosk_name> into the data store: 

  echo "KIOSK_SESSION=<kiosk_name>" | /opt/SUNWut/sbin/utkiosk -i <kiosk_name> 



Override token to force specific <kiosk_name>: 

  /opt/SUNWut/sbin/utkioskoverride -r <token> -s kiosk -c <kiosk_name>
_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to