Start.jsp: page has login textbox
Logon.jsp: check the BO Enterprise to verify username and password.
ISessionMgr sm = CrystalEnterprise.getSessionMgr();
// Log on to BusinessObjects Enterprise
enterpriseSession = sm.logon(username, password, cms, auth);

No comments:
Post a Comment