Java development on a Linode 540MB
I got a linode 540MB (running ubuntu). Could someone point me to a step by step tutorial (from scratch) on how to run servlets on the linode?
Currently running ubuntu, but I will install a different distro if necessary.
Thanks in advance.
PS. Yes, I used the phpbb search function and googled site:linode.com java etc.
4 Replies
My Linode is working with squid proxy as frontend.
I installed Tomcat 6.0 with java 1.6.
If you would like to install similar system, google world wide with keywords:
"debian tomcat apache"
"debian java"
etc.
I installed my system without packages (longer way).
You can install it with e.g.:
apt-get install tomcat
apt-get install apache
I use Debian.
My Linode is working with squid proxy as frontend.
I installed Tomcat 6.0 with java 1.6.
If you would like to install similar system, google world wide with keywords:
"debian tomcat apache"
"debian java"
etc.
I installed my system without packages (longer way).
You can install it with e.g.:
apt-get install tomcat
apt-get install apache
@carpark:
Hello fellow linode users,
I got a linode 540MB (running ubuntu). Could someone point me to a step by step tutorial (from scratch) on how to run servlets on the linode?
Currently running ubuntu, but I will install a different distro if necessary.
Thanks in advance.
PS. Yes, I used the phpbb search function and googled site:linode.com java etc.
I'm running CentOS+Tomcat+MySQL+Struts+Java, I wget zips from apache, mysql sites and upload artifcats from my laptop works like a charm..it is a basic news site
sudo apt-get install sun-java6-jdk - For the JDK (Developer)
sudo apt-get install sun-java6-jre - For the JRE (User)
James