I have a virtual IE6 package with several plugins. Everything is working fine. I am trying to implement ThinDirect for this. The location of the server the URL is pointing at is inside out network, but it uses a specific port number. Initially ThinDirect works to go to the main URL. After logging in, i get redirected again, but i am not sure where it is trying to go. The URL also gets appended with a randomly generated string each time it is accessed.
The syntax i have tried in the ThinDirect.txt file is:
http://servername1234.ourdomain.com*
http://servername1234.ourdomain.com/*
http://servername1234.ourdomain.com*/*
http://servername1234.ourdomain.com:5000/*
http://servername1234.ourdomain.com:5000*/*
All of the above redirect me after i login to the web based application.
Any ideas what i am doing wrong?
Thank you,
Kevin