Page 1 of 1

[solved] Change welcome page to doi form

Posted: Tue May 25, 2010 12:50 pm
by fabriceb
Hi there,

I just upgraded our openemm installation from 5.5.1 to 6.0.1 and I noticed that the welcome/index/start page at http://myhost.com has changed. With 5.5.1 this was our doi registration form, now it is /home/openemm/webapps/core/index.html as defined in /home/openemm/webapps/core/WEB-INF/web.xml in the welcome-file-list element.

I tried to change the welcome-file element to
/form.do?agnCI=1&agnFN=de_doi_myform
which gives me a 404 error.
When I change & to & it complains that entities must be terminated by ;. Commenting out welcome-file-list still displays the index.html-

Manually browsing to /form.do?agnCI=1&agnFN=de_doi_myform works.

What am I missing?

Any help is appreciated. :wink:

Posted: Tue May 25, 2010 2:24 pm
by fabriceb
Well, I just added a meta refresh to index.html which redirects to the form I want. Problem solved. Could have figured that out earlier :roll: