Logging into Business Space via version 4.0

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
[email protected]
Posts: 278
Joined: Tue Aug 05, 2008 3:16 pm

Logging into Business Space via version 4.0

Post by [email protected] »

I just published my first application. I can get to the application via:

http://localhost:9080/AwareIM/logonAdmin.html

where I enter the Business Space name of TTCCustomer and account and password with leaving Testing Mode unchecked. When I use this URL to get me into the Business Space :

http://localhost:9080/AwareIM/logon.aw? ... TCCustomer

I get the error message from Tomcat:
HTTP Status 404 - /AwareIM/logon.aw

--------------------------------------------------------------------------------

type Status report

message /AwareIM/logon.aw

description The requested resource (/AwareIM/logon.aw) is not available.

What am I doing wrong?
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

Post by tford »

From your ReleaseNotes.txt file:
I. Running Aware IM 4.0
Aware IM 4.0 implements an entirely new web user interface. Because of this certain capabilities
of the old interface are no longer supported in the new version. However, you can still run your
existing applications using the old web interface. If you want Aware IM to use the old interface
start your web applications using old login URL's. If you want Aware IM to use the new interface
use new login URL's:

Old URL New URL
--------------------------------------------------
logon.jsp logonAdmin.html
logonOp.jsp logon.html
logonOp.do?... logonOp.aw?domain=CRM&userName=admin&password=password&testingMode=false

So to start Aware IM 4.0 you would typically type in the following URL into your browser:
http://localhost:8080/AwareIM/logonAdmin.html
Tom
Post Reply