|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Change "exo" default portalHi, 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@... mailing list. To unsubscribe: mailto:exoplatform-unsubscribe@... For general help: mailto:sympa@...?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
|
|
Re: Change "exo" default portalYou 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...
|
|
|
RE: Change "exo" default portalHmmm.. shouldn't this be configurable somewhere?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Kito D. Mann - Author, JavaServer Faces in Action http://www.virtua.com - JSF/Java EE consulting, training, and mentoring http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info > -----Original Message----- > From: dvenkateswara [mailto:dvenkateswara@...] > Sent: Friday, November 23, 2007 8:40 AM > To: exoplatform@... > Subject: Re: [exoplatform] Change "exo" default portal > > > 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@... > > mailing list. > > To unsubscribe: mailto:exoplatform-unsubscribe@... > > For general help: mailto:sympa@...?subject=help > > ObjectWeb mailing lists service home page: > http://www.objectweb.org/wws > > > > > > -- > View this message in context: http://www.nabble.com/Change-%22exo%22- > default-portal-tf3997060.html#a13912528 > Sent from the eXo Platform mailing list archive at Nabble.com. -- You receive this message as a subscriber of the exoplatform@... mailing list. To unsubscribe: mailto:exoplatform-unsubscribe@... For general help: mailto:sympa@...?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
| Free embeddable forum powered by Nabble | Forum Help |