Reputation: 155
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
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
Reputation: 18415
Tomcat is seperate product which has nothing to do with the Apache Web Server and has to be installed separately,
Upvotes: 2