4
puppetlabs' file_line type not workingview story

http://serverfault.com – I've been working on learning puppet and using it to set up a jenkins box. (HowTos)

5
[ubuntu] Tomcat win't start after installview story

http://ubuntuforums.org – Tomcat 6.0.35 Ubuntu 12.04 I am attempting to start using: Quote: sudo /opt/apache-tomcat-6.0.35/bin/startup.sh start All I get is: Quote: Using CATALINA_BASE: /opt/apache-tomcat-6.0.35 Using CATALINA_HOME: /opt/apache-tomcat-6.0.35 Using CATALINA_TMPDIR: /opt/apache-tomcat-6.0.35/temp Using JRE_HOME: (Hardware)

4
IIS 7.5 and Tomcat Setup: Error 500.19view story

http://serverfault.com – I am setting up a 64-bit IIS 7.5 / Tomcat 7.0.26 server and I have received the following errors when I navigate to http://localhost - Error Summary HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid. Detailed Error Information Module IIS Web Core Notification BeginRequest Handler Not yet determine (HowTos)

5
Tomcat logging on Gentooview story

http://serverfault.com – I have recently set up a dedicated server running Gentoo and Tomcat. There are problems with the application I deployed, so I wanted to check the logs but it doesn't seem to be logging everything. The application is deployed in the in the "ROOT" folder and, reading the /etc/tomcat-7/logging.properties file, it looks like the log file is located on /var/log/tomcat-7/localhost.yyyy-mm-dd.log. (HowTos)

5
Apache and Tomcat issueview story

https://bbs.archlinux.org – How did you install mod_jk (AUR, upstream), and how did you configure Apache to use it (files edited, edits in detail)? teekay https://bbs.archlinux.org/profile.php?id=53621 2012-07-16T11:13:52Z (HowTos)

5
checking running processview story

http://unix.stackexchange.com – I am new babe to Linux. So please skip to read if you are not patient with begineer. Let's say I am asked to check and shut down the processes that I am not familiar with. So when I ls under bin folder, I see multiple process .sh. (HowTos)

3
Where is the best location for an app made ​​in NodeJS on a server?view story

http://serverfault.com – In English For some time I am developing an application in Nodejs. And I asked where in the Linux file system on a server was the best place to leave it running. Since PHP5 and Apache2 is in /var/www , and tomcat has its own system. I wonder where is the best place? Note: Sorry for my English :S En Español Desde hace un tiempo estoy desarrollando una aplicacion en Nodejs. (HowTos)

5
Can't start tomcatview story

http://serverfault.com – I'm struggling to set up tomcat 6. I'm using openSuse 12.1. I installed it from standard repositories with zypper. It then said that it couldn't find configuration file, so I created an empty /etc/java/java.conf, required by /usr/share/java-utils/java-functions shell script. (HowTos)

6
Sticky sessions based on a cookie using nginxview story

http://serverfault.com – Currently, we are using apache2 as frontend, and tomcat as backend. We are using mod_proxy_balancer and AJP. (HowTos)

6
Caching the ajp connection between Apache and tomcatview story

http://serverfault.com – anyone has any idea how we optimize the connection between Apache and tomcat, i am using mod ajp and therefore apache forwarding the request to tomcat, but my tomcat apps contains many images which take more bandwidth, how we can optimize this ? (HowTos)