This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
installation:start [2015/03/22 07:11] asok [*OpenSuse 12.1 and later versions with Tomcat 7] |
installation:start [2018/03/10 23:42] (current) asok [Required for OS versions earlier than OpenSuse Leap 42.3] |
||
---|---|---|---|
Line 34: | Line 34: | ||
^ maintenance_work_mem | 16MB | 512MB | 1GB | 2GB | | ^ maintenance_work_mem | 16MB | 512MB | 1GB | 2GB | | ||
^ effective_cache_size | 64KB | 1GB | 3GB | 6GB | | ^ effective_cache_size | 64KB | 1GB | 3GB | 6GB | | ||
+ | ^ statement_timeout | 3600000 | 3600000 | 3600000 | 3600000 | | ||
***For OpenSuse 12.1 and later**, you will need to add the following lines in **/etc/sysctl.conf** | ***For OpenSuse 12.1 and later**, you will need to add the following lines in **/etc/sysctl.conf** | ||
Line 122: | Line 123: | ||
- **/usr/lib/systemd/system/tomcat.service** -- comment out user and group. | - **/usr/lib/systemd/system/tomcat.service** -- comment out user and group. | ||
+ | ==== Required for OS versions earlier than OpenSuse Leap 42.3 ==== | ||
- **/usr/sbin/tomcat-sysd** -- comment out the routine for checking uid=0 | - **/usr/sbin/tomcat-sysd** -- comment out the routine for checking uid=0 | ||
+ | |||
There is a bug in the yast in 12.3. You cannot stop automatic startup of firewall. You need to run these commands | There is a bug in the yast in 12.3. You cannot stop automatic startup of firewall. You need to run these commands | ||
Line 133: | Line 136: | ||
systemctl disable SuSEfirewall2.service | systemctl disable SuSEfirewall2.service | ||
</code> | </code> | ||
+ | |||
+ | If the Java version is OpenJDK 1.7 in **AWS**, please copy the certificate from an Windows machine | ||
+ | |||
+ | copy C:\Program Files\Java\jdk1.8.0_25\jre\lib\security\cacerts to /var/lib/ca-certificates/java-cacerts from Windows to SUSE | ||
+ | |||
+ | |||
+ | ====Notes==== | ||
+ | To Change hostname in OpenSuse, edit the following files: | ||
+ | |||
+ | <file> | ||
+ | /etc/HOSTNAME | ||
+ | /etc/hostnames | ||
+ | </file> | ||