Search found 6 matches
- Mon Jan 25, 2016 7:43 pm
- Forum: Miscellaneous
- Topic: How to avoid gmail reformatting...
- Replies: 0
- Views: 11967
How to avoid gmail reformatting...
Has anyone else come across this problem: I have formatted my newsletter so that it looks like nice in my preview screen. The mail includes a bunch of icons at the bottom, the usual facebook, twitter, G+, etc. These are centered. However, when I send my newsletter to a gmail account and open the mai...
- Thu Oct 29, 2015 1:45 pm
- Forum: Installation & Upgrades
- Topic: Problem with Tomcat 7 on Ubuntu 14
- Replies: 10
- Views: 16131
Re: Problem with Tomcat 7 on Ubuntu 14
That is true.
Perhaps it will be helpful to others that are using Tomcat v7 to know that they may need to alter that definition.
Perhaps it will be helpful to others that are using Tomcat v7 to know that they may need to alter that definition.
- Thu Oct 29, 2015 1:45 am
- Forum: Installation & Upgrades
- Topic: Problem with Tomcat 7 on Ubuntu 14
- Replies: 10
- Views: 16131
Re: Problem with Tomcat 7 on Ubuntu 14
I downloaded: apache-tomcat-7.0.65.tar.gz from http://tomcat.apache.org/download-70.cgi and it came with this line in catalina.properties: common.loader=${catalina.base}/lib,${catalina.base}/lib/*.jar,${catalina.home}/lib,${catalina.home}/lib/*.jar Perhaps this was altered with respect to an earlier...
- Wed Oct 28, 2015 1:34 pm
- Forum: Installation & Upgrades
- Topic: Problem with Tomcat 7 on Ubuntu 14
- Replies: 10
- Views: 16131
Re: Problem with Tomcat 7 on Ubuntu 14
I seem to have fixed the problem I was having by replacing the following line in conf/catalina.properties with the one after it: common.loader="${catalina.base}/lib","${catalina.base}/lib/*.jar","${catalina.home}/lib","${catalina.home}/lib/*.jar" was replaced ...
- Tue Oct 27, 2015 1:51 am
- Forum: Installation & Upgrades
- Topic: Problem with Tomcat 7 on Ubuntu 14
- Replies: 10
- Views: 16131
Re: Problem with Tomcat 7 on Ubuntu 14
Hi maschoff, Thanks for your reply. The directory was /home/openemm-2015 with a symbolic link to it from /home/openemm as suggested in Chapter 6 of the installation document. I tried deleting the symbolic link and moving the openemm-2015 to openemm, but I get a similar error message in logs/catalina...
- Sun Oct 25, 2015 8:33 pm
- Forum: Installation & Upgrades
- Topic: Problem with Tomcat 7 on Ubuntu 14
- Replies: 10
- Views: 16131
Problem with Tomcat 7 on Ubuntu 14
I have been trying for a while to install OpenEMM 2015 on ubuntu 14 using the Install and Administration Guide. I have followed the instructions closely, and Tomcat (7) itself seems to be working fine, but nevertheless, when I get to this part: su – openemm Do not forget the hyphen in the first line...