Is it possible to change portal context root?

Hi,how I can change portal context root from /portal to / ?Thanks.
[94 byte] By [_alex] at [2007-11-25 19:44:59]
# 1
/ in web container is docroot which is the default index.html page. Do you wish to replace this file with portal anonymous desktop display? Linking this index.html to your portal page. HTH, Jerry
jh23093 at 2007-7-4 12:58:18 > top of Java-index,Web & Directory Servers,Portal Servers...
# 2
do you want to do this afterwards - means after installation ?I am not sure where and in which places this information is stored. Usually you define this during install - there is a field to enter the "Url"/u
UlfFeger at 2007-7-4 12:58:18 > top of Java-index,Web & Directory Servers,Portal Servers...
# 3
meant context not "Url" - sorry
UlfFeger at 2007-7-4 12:58:18 > top of Java-index,Web & Directory Servers,Portal Servers...
# 4

Do you use the webserver or the appserver?

For the webserver: (assuming default paths)

You probably can do this by editing:

/opt/SUNWwbsvr/https-YOURSERVER/config/server.xml

Try to add something along the following:

<WEBAPP uri="/" path="/var/opt/SUNWps/https-YOURSERVER/portal/web-apps" enabled="true"/>

For the appserver it is probably something similiar, please let me know if it works!

CRabel at 2007-7-4 12:58:18 > top of Java-index,Web & Directory Servers,Portal Servers...
# 5
you might get problems with the ViewBean-URLs in AM (aka Identity Server).So Portal settings will be no longer handable from the AM side, which only calls Beans on the PS side to generate the admin pages for portal./u
UlfFeger at 2007-7-4 12:58:18 > top of Java-index,Web & Directory Servers,Portal Servers...