| Author |
Message |
carpark
Joined: 09 Aug 2008
Posts: 1
|
| Posted: Sat Aug 09, 2008 12:35 pm Post subject: Java development on a Linode 540MB |
|
|
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. |
|
| Back to top |
|
dictzone
Joined: 17 Jul 2008
Posts: 4
|
| Posted: Sat Aug 09, 2008 4:00 pm Post subject: tomcat |
|
|
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 |
|
| Back to top |
|
dictzone
Joined: 17 Jul 2008
Posts: 4
|
| Posted: Sat Aug 09, 2008 4:00 pm Post subject: tomcat |
|
|
Sorry my bad English.
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 |
|
| Back to top |
|
| |