Mission brief
Today I will describe the steps of configuring server to be able run web java applications on Tomcat server.
Ingredients we need to make it work:
I will not describe in this post all possible configurations that you can do. The idea was to write the short How-To to avoid in future searching through the dozens of pages for solution.
This is short how-to. By defaults on the mininal Ubuntu 10.10 Server comes openjdk instead of sun-java6-jdk.
To install sun-java6-jdk you need to execute following commands in terminal:
That's all. Enjoy.