5
/lib is chmodded to 644view story

http://unix.stackexchange.com – Long story short, I've got an Ubuntu server box that was recently compromised (I believe through a known exploit of an older version of Tomcat, which has already been updated). Part of the exploit set the permissions on pretty much everything to 777. In attempting to fix the incorrect permissions I inadvertently set /lib to 644 instead of 755 as it should have been. (HowTos)

5
The proxy server received an invalid response from an upstream serverview story

http://serverfault.com – I have tomcat server behind the apache. I am using mod_ssl and reverse proxy to the tomcat. All are running at default ports. The full error is as follow. (HowTos)

5
Tomcat and HTTPS connect timeout (local Proxy resolves it)view story

http://serverfault.com – I have web application on the Tomcat with webservices. I've noticed that all web services connected to https get timeout. I run this app on my localhost in my company. When I redirect all my connections through Fiddler (local proxy) everything works correctly. (HowTos)

5
Tomcat not available outside localhostview story

https://www.centos.org – Is your firewall (iptables) running? If yes, try disabling it for the duration of the test. [by dejanst] (HowTos)

5
[ubuntu] Bizarre Apache/Tomcat redirectview story

http://ubuntuforums.org – Hi, I've got a LAMP/Tomcat Ubuntu Server install running, and I also installed Railo and Mura CMS. I performed all of this installation at home with the server on my home network. Everything worked great including the Apache proxying to the Tomcat instance running Mura. Then I took the server to it's new home at work and changed the IP on the NIC to its new public IP. (Hardware)

5
HTTP Timeout from Tomcat 7 EC2 Instanceview story

http://serverfault.com – I am new to EC2 (and Tomcat, for that matter), and I am trying to deploy a vanilla Tomcat 7 server to an Ubuntu 12.04.1 EC2 instance and access the default test site over HTTP. My EC2 instance is running, and the Security Group includes port 80: My /etc/tomcat7/server.xml config has been edited to listen for HTTP requests on port 80: 0 I have restarted my Tomcat 7 server via sudo service (HowTos)

5
Java version for Tomcatview story

http://unix.stackexchange.com – I want to run my Tomcat with Java 7 but all I found about configuring it doesn't work. The management interface of Tomcat shows 1.6.0_24-b24 as Java version. (HowTos)

5
Career Adviceview story

http://www.unix.com – Hi, I not sure if this is the right place to ask this question and if I'm wrong I apologize. I'm a systems administrator and have about 5 years of experience. I have worked on Solaris HP-UX *linux Visualization ( VMWare ) And I'm comfortable with shell and Perl. Of late, amidst the cloud talk and how the Unix/Linux system administrator jobs would be, I have been quite lost. (HowTos)

5
Step By Step Ubuntu 12.10 (Quantal) LAMP Server Setupview story

http://www.ubuntugeek.com – 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
HTTP gzip compression not working for css or javascript in tomcat 6 for amazon serverview story

http://serverfault.com – Here is my setting in tommcat conf/server.xml The result is it can compress text/html but not for javascript and css. My rent this is amazon cloud server. I log onto this server and make the change restart the server no luck. Any idea? (HowTos)