Ok, here is the answer to sending user directly to the AWC portal instead of the page where they have the option of going to either the user portal or the server manager.
I wrote a quick How-to. Use at own risk. It's helpful if you know HTML.
If you like it - send beer.
Ralph
--------------------------------------------------------
How to Modify AWC server to automatically route user to <doman>/awc
1: Download from internet a program called winSCP. This will allow you to use secure FTP to upload modified files.
2: Use winSCP to browse to /home/e-smith/files/ibays/Primary/html
The file you need is index.html. Copy it to your hard drive.
3: Modify the index.html file to include the following line:
<meta http-equiv="REFRESH" content="0;url=http://<your FQDN>/awc">
This line must be in the section <head> and </head>
Be aware of the following note in the code:
<!--
-------------------------------------------------------------
!!DO NOT MODIFY THIS FILE!!
Manual changes will be lost when this file is regenerated.
Please read the developer's guide, which is available at
Copyright (C) 2007 Mitel Corporation
-------------------------------------------------------------
-->
This would seem to indicate that if you make changes to your server, your changes will be deleted. You’ll then have to redo the file.