5
PermGen error in Java, while memory usage seems lowview story

http://serverfault.com – Java application dies from time to time with PermGen space error, but when I look at the memory usage it seems low from what I can tell. It is a Tomcat application, plus there is SOLR server running (under the same tomcat). JVM params in catalina.sh: -Xms1024m -Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/path/to/logs Error in catalina.out: java.lang.OutOfMemoryError: PermG (HowTos)

5
Tomcat Monitoring log fileview story

http://www.unix.com – Hi, I ned to monitor the tomcat log file called "catalina.out" for "OutOfMemory" ,"java.sql.SQLException" and "Error" error. the script should monitor this file (catalina.out) and send us the mail as soon as it finds the string "Out of memory" or "java.sql.SQLException" or "Error" in the file. can anyone suggest me which (HowTos)

5
[other] Tomcat Security Manager Weird Errorview story

http://ubuntuforums.org – Hello Everyone, I have installed tomcat6 on ubuntu 11.10. (Hardware)

5
Httpd process consuming loads of memoryview story

http://serverfault.com – I have a server which is giving me headaches. It hosts a couple of sites: these are either php based, or java based. I have a setup that uses apache2 + suPhp for the php sites, and apache2 + mod_proxy + apache tomcat for the java applications. I've been seeing some strange behaviour over the past few weeks. (HowTos)

5
Apache tomcat 7.0.29 performs very slow on Ubuntu server 12.04view story

http://askubuntu.com – We have 16 GB of RAM and trying to access our applications hosted through the server with Apache tomcat 7.0.29 in Ubuntu server 12.04 (GUI). All our applications are running very very slow... Please suggest a way to make the applications run faster... (HowTos)

4
Java Tomcat SQL 2005 connection failedview story

http://serverfault.com – I am in a bit of strange situation when it comes to debugging this issue. I am working with a client who has a 3rd party administrate their servers, and that 3rd party does not allow for any changes in order to test but instead requires formal documentation for any change as well as justification as to why we are making the changes or else the change request gets rejected... (HowTos)

3
openSUSE 12.2 RC2 Ready for a Final Testview story

http://news.opensuse.org – Today, the openSUSE project makes available openSUSE 12.2 Release Candidate 2 for widespread testing, with a final release targeted for mid September. In the two weeks since the previous release candidate, a flurry of last minute fixes have arrived, mostly in higher level packages as the basic stack has been stabilized and locked. Get it Download it from software.opensuse.org/developer. (Distributions)

3
hqhyperic 4.6.6 tomcat jmx connectionview story

http://serverfault.com – My environment is solaris, running 6 instances of services under tomcat 6, each in its own jvm (java 1.6). One of the services serves as a jms broker, the other services communicate among them through the broker. The broker uses active mq 5.5 for messaging. I am trying to get hyperic hq to connect to the broker service and get the jms information, but no luck. (HowTos)

5
what is the correct config for ubuntu apache2 virtualhost on port different from 80view story

http://serverfault.com – i've just inherited a server ubuntu 10.04 running already tomcat on port 80.so apache 2 /etc/apache2/ports.conf has Listen 8858. i pointed my subdomain let's say admin.domain.com to the ip of that box so xx.xx.xx.xx:8858 and admin.domain.com:8858 both sends me to the root file "it works" so i did create under /var/www/vhots/admin.domain.com/htdocs and /var/www/vhots/admin.domain.com/log my fir (HowTos)

5
Why do package names contain version numbers?view story

http://unix.stackexchange.com – While working with Ubuntu and other Debian-based distros, I've noticed that packages in the software repos often contain the major version number. For example, Apache: apache2 Tomcat: tomcat7 PHP: php5 Wine: wine1.4 MySQL: mysql-server-5.5 I notice however that there's no apache1 package available, and similar for the rest. (HowTos)