Am developing my first Xpage application and have designed a login screen in domcfg.nsf. So when user types my url like Myrequest.com(dummy url) this should redirect me to the login page and then on succesful login attempt the page should be redirected to Myrequest pplication. Could you please let me know how to configure in server document or Internet site document. ?
As a first step,I executed the below points.
- Enabled Load Internet configurations from server/Internet sites documents in the basic tab of server document.
Created new web site document by clicking on web>>Internet sites Web Site-Basic Tab::
a. Descriptive name for this site :myRequest.com; b. Organization: testCompany; c. Use this web site to handle requests which cannot be mapped to any other web sites: NO ; d. Host names or addresses mapped to this site: my local ip address; e. Domino server that host this site : *
In Web Site-Configuration Tab:: a. Home URL : /myApp/myRequest.nsf?open
The rest of the configuration are all default's
When I tried opening myRequest.com no page is displayed. I guess i have made a mistake. Do i have to change any configurations ?