Building an apache-tomcat server

Hi,

I have been assigned a task to build a server with these requirements :

  • > has multiple tomcats running under the same apache.
  • > tomcat & jdk has to be binded with apache.
  • > latest openssl with all necesarry "mod" to bind with apache & tomcat.

I am fairly new to configuring/installing apache-tomcat, and thus need some guidance on how to start with these tasks, especially how to build/configure the "mod" files
for this setup.

You should start one at a time.

First install apache2 and tomcat and get them working together. Add SSL afterwards, if you want.

Then after you get the basic pair up and running, you can then start working on setting up a more complex environment.

Start out small and simple, and work your way up. Walk before you run. Crawl before you walk.