5
Tomcat configure maxThreads per webappview story

http://serverfault.com – i've asked this question once on stackoverflow. Sadly with no response. However i think this place might be more appropriate. Is it possible to configure tomcat to use a predefined number of threads per webapplication? (HowTos)

10
extract a XML content from a fileview story

http://www.unix.com – Code: 310439 2012-01-11 03:44:42,291 [tomcat-exec-11]  INFO PutServlet:? (HowTos)

6
Security concerns from publicly visible Hudson & Jenkins servers? [migrated]view story

http://serverfault.com – A friend's start-up has implemented a number of business critical services on a Hudson/Jenkins server run on a Tomcat container. This is not an open-source project, in fact many aspects of this project are confifential. Jenkins is used primarily as a means of running batches & gthering results from those batches. (HowTos)

5
please help im newview story

http://androidforums.com – hi. pleaes help me out. i bought google android 2.2 wm8650 tablets from ebay. trying to download apps such as talking tomcat as they are for the ki s. and also tried other apps but says not compatible with device etc? (General)

4
Heartbeat ip failover on Ubuntuview story

http://serverfault.com – I have 3 servers, 1 as load balancer and 2 as web-servers(apache tomcat) hosting some jsp pages. (HowTos)

14
MySQL incremental backups and database replicationview story

http://serverfault.com – We have some servers that runs a tomcat app with a MySQL database. These servers are in different cities and the web app is used locally by our customers. On these servers a crontab job runs twice a day and make a full backup of databases and send (SCP) this dump to our central office's server. (HowTos)

6
Tomcat only shows a blank page on ubuntuview story

http://serverfault.com – the problem is that when I firstly install apache tomcat on my ubuntu laptop, it works fine. but when I try to startup it again it only shows me a blank page. (HowTos)

5
Effects of mis-configured hosts file?view story

http://serverfault.com – SSH and sudo were starting very slowly because /etc/hostname and /etc/hosts did not match. After adding a line for the hostname in the hosts file, the initial 2-4 second delay no longer occurs. At first I was surpised the mis-configured hosts file caused delays with SSH and sudo. I was SSH'ing to the server with a direct IP address, and sudo did not seem to require a hostname lookup. (HowTos)

14
JkMount outside of the <VirtualHost> using /sites-enabed/view story

http://serverfault.com – I have an Ubuntu 11.10 with Apache2 that is hosting some sites. I would like to add a site that is hosted in tomcat, so I installed mod_jk and set it up. The tomcat site is hosted under /app over ajp13. When I include the line JkMount /app/* ajp13_worker in inside of the <virtualhost> in either 000-default or default-ssl, it works perfect. (HowTos)

6
Is it possible to filter top to show specific processes?view story

http://serverfault.com – I'm run top and I want to always see java/tomcat/redis/mysql/mongo, is that possible? (HowTos)