Andy:
this might depend on the web server. If you use tomcat you are able to
change the root path in the server.xml:
<Context path="" docBase="webapps/base_directory" />
Like this the files that are accessible through www.myserver.com are
situated inside the folder webapps/base_directory
Further more you have to change the file web.xml inside the
jetspeed/web-inf/conf directory
<servlet-name>
jetspeed
</servlet-name>
<url-pattern>
/start
</url-pattern>
With this you might be able to access the portal through
www.myserver.com/start .
Maybe you could even change this "/start" to "/*" but I am not quite sure
whether all this stuff still works after that or not.
best regards
Matthias Wimmer
-----Original Message-----
From: andy dingfelder [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 2:30 AM
To: [EMAIL PROTECTED]
Subject: default portal path
sorry if this seems like a trivial question, but:
how can I change the default path from of my url from
www.myserver.com/jetspeed/portal
to
www.myserver.com
I assume it is not something silly like putting a redirect file on the
root of my server and forwarding to /jetspeed
I would prefer not to see the text "jetspeed" or "portal" in the url
any thoughts ?
--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>