13
tomcat and apache integrationview story

http://ubuntuforums.org – hi I am using tomcat application server (with 2 instances), apache webserver, load balancer. ssl offloading is done at load balancer end i am not carrying it on webserver or application server I have an url https://xyz.abc.net/................................. which is functioned to open two windows one with a welcome page and other with a begin page of our apllication I am getting a window welco (Hardware)

5
isapi_redirect with iis and sslview story

http://serverfault.com – I've got iis redirecting http traffic to a tomcat server using isapi_redirect. (HowTos)

4
How to know the root device size of some public AMI?view story

http://serverfault.com – Since I do not want to pay money for my testing, the free limit size is 10G. I can know the root device root for some default AMI such as Amazon Linux AMI 2012.03 The Amazon Linux AMI 2012.03 is an EBS-backed, PV-GRUB image. (HowTos)

13
Problem using shell variable in awk if conditionview story

http://www.unix.com – Hi friends, I'm having a bit of a problem using shell variable in an awk if statement. Please note that i'm using -v option as listed in many forums but I still don't get it working. Here's my code. (HowTos)

4
Step By Step Ubuntu 12.04 (Precise) LAMP Server Setupview story

http://www.ubuntugeek.com – {lang: 'en-GB'} In around 15 minutes, the time it takes to install Ubuntu Server Edition, you can have a LAMP (Linux, Apache, MySQL and PHP) server up and ready to go. (HowTos)

5
Step By Step Ubuntu 12.04 (Precise) LAMP Server Setupview story

http://www.ubuntux.org – In around 15 minutes, the time it takes to install Ubuntu Server Edition, you can have a LAMP (Linux, Apache, MySQL and PHP) server up and ready to go. (Distributions)

4
Make apache load all servlets in Tomcat's webapps folderview story

http://serverfault.com – I am running Apache2.2 and Tomcat7.0 on Windows. How do I setup JkMount to allow access to any deployed webapp on Tomcat in the form domain.com/tomcat/nameOfWebapp? Here is my workers.properties: # Define 1 real worker using ajp13 worker.list=worker1 # Set properties for worker1 (ajp13) worker.worker1.type=ajp13 worker.worker1.host=localhost worker.worker1.port=8009 Here is the relevant part (HowTos)

14
Redirect all traffic regardless of port or protocol to temporary pageview story

http://serverfault.com – I have a server with multiple domains. Both http (apache) traffic and http-alt (tomcat) traffic. If/when I take the server down, I'd like to be able to redirect people to a temporary 'undergoing maintenance' page, regardless of their destination URL/port. How can this be achieved? (HowTos)

6
How does one get tomcat to bind to ipv4 address?view story

http://serverfault.com – I recently installed tomcat via an installation script from the apache solr typo3 community and spent the last 3 days trying to figure out why it won't work until by chance I noticed that when I queried the process listening on the port via "lsof -i", it was bound to the ipv6 protocol. (HowTos)

3
Amazon EC2 instance - issuing "top" command just goes blank on the ssh terminalview story

http://serverfault.com – I have created an Amazon EC2 micro instance, running Amazon AMI. I logged into the server using ssh client. Once it logs in successfully, if I issue the "top" command, the top output never shows up and the command never returns. It constantly waits. I have to kill the ssh session and re-login. (HowTos)