He means customize the page using a module instead of using runtime properties.
https://wiki.openmrs.org/display/docs/Module+Extension+Points Or you can use something like "role based homepage" module to change the landing page for people. Or maybe even the "custom branding" module will do it? Ben On Tue, Jan 10, 2012 at 1:47 AM, Joaquín Blaya < [email protected]> wrote: > Hi Wyclif, > > I'm sorry, but I don't know what that means. > > Joaquín > ___________________________________________________________________ > Gerente de Desarrollo, eHealth Systems <http://www.ehs.cl/> > Research Fellow, Escuela de Medicina de Harvard <http://hms.harvard.edu/> > Moderador, GHDOnline.org <http://www.ghdonline.org/> > > > On Mon, Jan 9, 2012 at 6:45 PM, Wyclif Luyima <[email protected]> wrote: > >> You might consider using the extension point with id >> 'org.openmrs.navigation.homepage' to customize the index page. >> >> Wyclif >> >> >> On Mon, Jan 9, 2012 at 1:24 PM, Joaquín Blaya < >> [email protected]> wrote: >> >>> Ok, so from what I understand if I want to change those pages I should >>> change >>> >>> /webapp/openmrs/WEB-INF/view/index.jsp >>> >>> /webapp/openmrs/WEB-INF/view/portlets/login.jsp >>> >>> right? >>> >>> >>> Joaquín >>> ___________________________________________________________________ >>> Gerente de Desarrollo, eHealth Systems <http://www.ehs.cl/> >>> Research Fellow, Escuela de Medicina de Harvard<http://hms.harvard.edu/> >>> Moderador, GHDOnline.org <http://www.ghdonline.org/> >>> >>> >>> On Mon, Jan 9, 2012 at 12:17 PM, Wyclif Luyima <[email protected]>wrote: >>> >>>> Hi Joaquin, >>>> The index page in /webapp/openmrs redirects to the index jsp in >>>> /webapp/openmrs/WEB-INF/view, this first checks if the user is >>>> authenticated, if not it redirects the user to the login jsp >>>> in /webapp/openmrs/WEB-INF/view, this login jsp uses the login portlet >>>> which renders the actual login jsp >>>> in /webapp/openmrs/WEB-INF/view/portlets. The login servlet will resolve >>>> page the client initially requested for to redirect them back to it after >>>> successful authentication. >>>> >>>> Wyclif >>>> >>>> On Mon, Jan 9, 2012 at 9:00 AM, Joaquín Blaya < >>>> [email protected]> wrote: >>>> >>>>> Hi, >>>>> We're going to be making a custom index.jsp, but I'd like to use the >>>>> current OpenMRS index.jsp as a template from which to start from. >>>>> However, >>>>> I find there's an index.jsp at webapps/openmrs and at >>>>> webapps/openmrs/WEB-INF/view (where there's also the login.jsp). >>>>> >>>>> Which of the two should I use? and why are there 2? >>>>> >>>>> Thanks, >>>>> >>>>> Joaquín >>>>> ___________________________________________________________________ >>>>> Gerente de Desarrollo, eHealth Systems <http://www.ehs.cl/> >>>>> Research Fellow, Escuela de Medicina de Harvard<http://hms.harvard.edu/> >>>>> Moderador, GHDOnline.org <http://www.ghdonline.org/> >>>>> ------------------------------ >>>>> Click here to >>>>> unsubscribe<[email protected]?body=SIGNOFF%20openmrs-implement-l>from >>>>> OpenMRS Implementers' mailing list >>>> >>>> >>>> ------------------------------ >>>> Click here to >>>> unsubscribe<[email protected]?body=SIGNOFF%20openmrs-implement-l>from >>>> OpenMRS Implementers' mailing list >>> >>> >>> ------------------------------ >>> Click here to >>> unsubscribe<[email protected]?body=SIGNOFF%20openmrs-implement-l>from >>> OpenMRS Implementers' mailing list >>> >> >> ------------------------------ >> Click here to >> unsubscribe<[email protected]?body=SIGNOFF%20openmrs-implement-l>from >> OpenMRS Implementers' mailing list >> > > ------------------------------ > Click here to > unsubscribe<[email protected]?body=SIGNOFF%20openmrs-implement-l>from > OpenMRS Implementers' mailing list > _________________________________________ To unsubscribe from OpenMRS Implementers' mailing list, send an e-mail to [email protected] with "SIGNOFF openmrs-implement-l" in the body (not the subject) of your e-mail. [mailto:[email protected]?body=SIGNOFF%20openmrs-implement-l]

