Search found 4 matches

by fabriceb
Tue May 25, 2010 2:24 pm
Forum: Installation & Upgrades
Topic: [solved] Change welcome page to doi form
Replies: 1
Views: 4430

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:
by fabriceb
Tue May 25, 2010 12:50 pm
Forum: Installation & Upgrades
Topic: [solved] Change welcome page to doi form
Replies: 1
Views: 4430

[solved] Change welcome page to doi form

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...
by fabriceb
Mon Aug 24, 2009 10:31 am
Forum: Using OpenEMM
Topic: Image (caching?) problem
Replies: 2
Views: 4353

I found the solution myself:

In /home/openemm/webapps/core/WEB-INF/classes/emm.properties, I changed

Code: Select all

hostedImage.maxCacheTimeMillis=300000
to

Code: Select all

hostedImage.maxCacheTimeMillis=0
;-)
by fabriceb
Fri Aug 21, 2009 3:29 pm
Forum: Using OpenEMM
Topic: Image (caching?) problem
Replies: 2
Views: 4353

Image (caching?) problem

Hi, I believe I'm having some kind of caching issue using images in openemm. When replacing an image with a different one that has the same name under "picture components", the old image is still displayed in the preview and in the actual email created by openemm. We include the image like...