redirect to portal/dt

Hi,Im using sun jes 2005Q1, I'm running a webserver. I want to tell the webserver that www.mysite.com redirects to www.mysite.com/portal/dt.Can someone please tell me how to do this?greets,timv
[236 byte] By [timvissers] at [2007-11-25 21:45:32]
# 1
You can add the following lines immediately below the <Object name="default"> line in the obj.conf configuration file:<Client uri="/">NameTrans fn="redirect" from="/" url="/portal/dt" </Client>
elving at 2007-7-5 0:49:02 > top of Java-index,Web & Directory Servers,Web Servers...
# 2
unfortunately there is no obj.conf file on my system.
timvissers at 2007-7-5 0:49:02 > top of Java-index,Web & Directory Servers,Web Servers...
# 3
If there's no obj.conf file, you're not using Sun Java System Web Server. Unfortunately, since this is the Sun Java System Web Server forum, we probably won't be able to help you configure other, unnamed web server software.
elving at 2007-7-5 0:49:02 > top of Java-index,Web & Directory Servers,Web Servers...
# 4
t's just JES 2005Q1 though.thanks.
timvissers at 2007-7-5 0:49:02 > top of Java-index,Web & Directory Servers,Web Servers...
# 5
hi the config file (obj.conf) will be under/opt/SUNWwbsvr/https-HOSTNAME/config/
chilideveloper at 2007-7-5 0:49:02 > top of Java-index,Web & Directory Servers,Web Servers...