| Author |
how to change the defualt context root
|
|
| kameron cole 2004-05-13, 10:33 pm |
| I thought that there was an ANT task for chaning the default context
root to something other than wps....
I've seen sites that have done this, but the InfoCenter returns nothing
on a search.
thanks,
kameron cole
| |
| L D Jones 2004-05-19, 5:38 pm |
| kameron cole wrote:
>
> I thought that there was an ANT task for chaning the default context
> root to something other than wps....
>
> I've seen sites that have done this, but the InfoCenter returns nothing
> on a search.
modify-servlet-path
also be aware of this fix
http://www-1.ibm.com/support/docvie...tf-8&lang=en+en
| |
|
|
| Jerome Curlier 2004-09-09, 2:48 am |
| You can have some information by searching for uri.context.path or Changing
the WebSphere Portal URI in Infocentre.
Jerome
"sivajreddy" <sivajreddy.1cadl7@mail.webservertalk.com> wrote in message
news:sivajreddy.1cadl7@mail.webservertalk.com...
>
> Hi Jones
> I am also required to change the default context root from
> http://efwportal.isdsdm.csc.com:9081/wps/portal
>
> to
>
> http://efwportal.isdsdm.csc.com:9081/external/portal
>
> How can I do that?..I tried by URLModifcation but it still takes the
> root context as wps/portal . I need to change this to
> external/portal.Please tell me how can I do this?..you pls mail me to
>
> sivajanardhan@yahoo.com
>
> Regards
> Siva
> L D Jones wrote:
>
>
>
> --
> sivajreddy
> ------------------------------------------------------------------------
> Posted via http://www.webservertalk.com
> ------------------------------------------------------------------------
> View this thread: http://www.webservertalk.com/message225073.html
>
| |
| linhns 2004-09-17, 3:38 am |
| I want to remove the context root /wps/portal in my portal.
Ex. User just type
www.mydomain.com
instead of
www.mydomain.com/wps/portal
Can i do this and How to do.
Many thanks | |
| linhns 2004-09-17, 3:38 am |
| I want to remove the context root /wps/portal in my portal.
Ex. User just type
www.mydomain.com
instead of
www.mydomain.com/wps/portal
Can i do this and How to do.
Many thanks | |
| L D Jones 2004-09-24, 5:53 pm |
| linhns wrote:
> I want to remove the context root /wps/portal in my portal.
> Ex. User just type
> www.mydomain.com
> instead of
> www.mydomain.com/wps/portal
>
> Can i do this and How to do.
you could do it with an alias in the webserver configuration
| |
| linhns 2004-09-29, 5:34 am |
| I try adding the line to httpd.conf and it ok.
Redirect / http://websphere:9081/wps/portal
But when i config portal to run on port 80, and add this line.
Redirect / http://websphere/wps/portal
It can not work.
Can you help
Many thanks | |
|
|
|
|