7
Connected to Putty SSH and cannot access local tomcat serverview story

http://serverfault.com – I have an Oracle Database at a remote server. I have created a SSH tunnel (using putty) to that remote database server and I am able to access that database server using 127.0.0.1:1521. I am creating a web application and to test it I execute it at: localhost:8080/WebApplication. However, every time, I create the putty session, I am unable to access my web application. (HowTos)

7
executing java sometimes freezesview story

http://askubuntu.com – I was desperately trying to get tomcat running, but sometimes it just stopped responding. A couple of hours later, i just typed in java -version and about one of ten times it stucked too. $ java -version java version "1.7.0_09" OpenJDK Runtime Environment (IcedTea7 2.3.3) (7u9-2.3.3-0ubuntu1~12.04.1) OpenJDK Client VM (build 23.2-b09, mixed mode, sharing) I have no idea, why this sometimes work (HowTos)

7
Unexpected end of ZLIB input stream while installing tomcat 7view story

http://stackoverflow.com – Hi i am trying to install tomcat 7 in eclipse 4.2(juno). I am going to windows>preferences>servers>add and download and install. The problem is that the installation starts but after some time it stops and gives the following error. Error occurred installing server: Unexpected end of ZLIB input stream (HowTos)

7
Why doesn't it work for suders file?view story

https://www.centos.org – Hi, I created a tomcat/tomct group and user name and added the following line to the END of the /etc/suders file, but when I run "service tomcat start"tomcat ALL=NOPASSWD: /op... [by marlonmin] (HowTos)

7
problem with jdk 6 and tomcat 7view story

http://askubuntu.com – I installed tomcat 7 and am using JDK 6 when I start tomcat7 I get this sudo service tomcat7 start * Starting Tomcat servlet engine tomcat7 start-stop-daemon: unable to stat /usr/lib/jvm/openjdk-6-jdk/bin/java (No such file or directory) [ OK ] java and javac have symlinks in usr/bin. (HowTos)

7
How to install alfresco on linux using puppet?view story

http://serverfault.com – I want to install alfresco linux binary file on linux using puppet but i am not sure how can i provide arguments while installing such as below: Do you want to install java?[y/n] Do you want to install postgres?[y/n] Do you want to install share?[y/n] OpenOffice port[8081]: Tomcat port[8080]: ..& so on. How can i achieve it? Regards. (HowTos)

5
How do I install and configure postfix automatically on Ubuntu 12.04 using aptview story

http://askubuntu.com – I installed postfix on a bare bones Ubuntu Server 12.04 by typing the following in the terminal. sudo apt-get install postfix When asked to choose a mail server configuration type, I chose Satellite system. For the System mail name, I entered ww1.example.com and for the SMTP relay host, I selected mail.example.com. Note that I replaced example.com with my own domain. (HowTos)

5
Unable to run java in redhat osview story

http://www.unix.com – I am unable to run java from jdk. it says "cannot execute binary file" I downloaded the jdk again freshly but the problem still persists. All files have execution permission. Both OS and JDK are 64bit. Please help me out. [XXXXX@YYYYYY bin]$ pwd /home/XXXXX/apache-tomcat-6.0.18/jdk1.5.0_14/bin [XXXXX@YYYYYY bin]$ java bash: /home/XXXXX/java1.5/bin/java: cannot execute binary file (HowTos)

5
Modify environment variable in a running processview story

http://unix.stackexchange.com – Is there a trick to modify an environment variable in a running process? I need to add a repository at the end of PATH. I have both access to root and the user of the process (jenkins on tomcat). (HowTos)

5
Is Amazon EC2 (small/micro instance) a good solution for me given these circumstances?view story

http://serverfault.com – I'm currently running a home Ubuntu server which I use to host a couple personal Wordpress websites, private git repo, and do some other tinkering (deploy some sample web apps, etc). My website gets around 4,000 views a month, so scalability is not a huge concern. (HowTos)