shane716
shane716

Reputation: 155

How to install Tomcat on Apache HTTP Server

I am playing around GeoServer and I have a Apache HTTP Server I want to put GeoServer on my Apache HTTP Server, but we can only download a WAR file of GeoServer for Tomcat.

Is it possible to install Tomcat on Apache HTTP server?

Upvotes: 1

Views: 1207

Answers (2)

Prashanth Shyamprasad
Prashanth Shyamprasad

Reputation: 837

Apache Tomcat has nothing to do with Apache HTTP Server. If you are trying to deploy some java webapps with JSPs and Servlets (and may be other web framework that uses these two) you just need to install tomcat server only. You can download it from here.

If you want to know the difference b/w Tomcat and HTTP server its given in this question

Hope this is useful. If any mistakes pardon me.

Upvotes: 1

Michael-O
Michael-O

Reputation: 18415

Tomcat is seperate product which has nothing to do with the Apache Web Server and has to be installed separately,

Upvotes: 2

Related Questions