Search found 5 matches

by vdu
Tue Nov 06, 2012 9:06 am
Forum: Installation & Upgrades
Topic: Problem to force OpenEMM to use a http proxy server
Replies: 14
Views: 17304

Re: Problem to force OpenEMM to use a http proxy server

Hi,

Anyone ? Perhaps I was not clear enough... let me know.

Thanks
by vdu
Thu Oct 25, 2012 8:30 am
Forum: Installation & Upgrades
Topic: Problem to force OpenEMM to use a http proxy server
Replies: 14
Views: 17304

Problem to force OpenEMM to use a http proxy server

Hello,

My OpenEMM is behind a firewal. This one does not allow direct access to ports 80 and 443 on internet. To do that, I must use a corporate http proxy server.

So, if I create a mailing with an external component (a logo, for example), when I click on "Send mailing" tab, I get a timeout (about ...
by vdu
Thu Oct 18, 2012 8:48 am
Forum: Installation & Upgrades
Topic: [RESOLVED] Problem using remote mysql server
Replies: 4
Views: 5389

Re: Problem using remote mysql server

Hello,

After changing context.xml, the mysql database connection is now working.

Now I have another issue, but I'll open a new thread...

Thanks a lot for your help.
by vdu
Wed Oct 17, 2012 1:07 pm
Forum: Installation & Upgrades
Topic: [RESOLVED] Problem using remote mysql server
Replies: 4
Views: 5389

Re: Problem using remote mysql server

Hi,

Thank you fro replying, maschoff. Are you talking about the "ecs.server.url" property? Right now, it looks like :

ecs.server.url=http://openemm.mydomain.com

What should I replace this with ? Anyway, I'm not convinced it is the solution, because the problem seems to be mysql related. With ...
by vdu
Tue Oct 16, 2012 1:43 pm
Forum: Installation & Upgrades
Topic: [RESOLVED] Problem using remote mysql server
Replies: 4
Views: 5389

[RESOLVED] Problem using remote mysql server

Hi,

I just installed openemm 2011 with a remote mysql server. To do this I changed the following parameters :

~/WEB-INF/classes/emm.properties:jdbc.url=jdbc:mysql://auchan-sql02o.vmut93.cvf/openemm?useUnicode=yes&characterEncoding=UTF-8&useOldAliasMetadataBehavior=true
~/WEB-INF/classes/cms ...