Need to make an app URL as default for a domain
844757Mar 25 2011 — edited Apr 4 2011I am having:
Glassfish + ApexListener
I need to make it so that requests for a domain are transfered to a spesific apex application:
hellowrld.com - > hellowrld.com/apex/f?p=105:7
I Searched all around the internet I cant find a solution. Maximum I found was:
1) Edit portal-ext.properties file and set company.default.home.url option
But as I am a glassfish noob I cant find the location on that file (if you know please tell me there it is on windows platform)
2) Change the default module for glassfish virtual server to apex . This allowed me to make a
hellowrld.com - > hellowrld.com/apex/f?p=4550:1:.. transfer. Modification of the "Default Web Page" Apex Listener parameter did no good if I changed the value to f?p=105:7 or apex/f?p=105:7
Please help me find a solution and make a redirect
hellowrld.com - > hellowrld.com/apex/f?p=105:7
Maybe there is some kind of glassfish module that I can install that would corectly change the Default Web Page to hellowrld.com/apex/f?p=105:7?