« Return to Thread: Change "exo" default portal

Re: Change "exo" default portal

by dvenkateswara :: Rate this Message:

Reply to Author | View in Thread

You can do this by modifying the file

------'ecm/index.jsp'------
<% response.sendRedirect(request.getContextPath() + "/faces/public/exo"); %>
--------------------------
            with
---------------------------
<% response.sendRedirect(request.getContextPath() + "/faces/public/demo"); %>
---------------------------
where the new user should be guest...

skabeat wrote:

Hi,

I'm trying to find a way to change the default portal.

If I start the exo ecm wrinting down http://localhost:8080/ecm/ it will bring me
to
http://localhost:8080/ecm/faces/public/exo.

If I'm logged in with any user and I log out, it will be the same : I'm directed
to http://localhost:8080/ecm/faces/public/exo.

How can I do to modify this behavior, and to get a diferent default portal user
that is not "exo"?

Thanks for your help!




--
You receive this message as a subscriber of the exoplatform@objectweb.org mailing list.
To unsubscribe: mailto:exoplatform-unsubscribe@objectweb.org
For general help: mailto:sympa@objectweb.org?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws

 « Return to Thread: Change "exo" default portal