Jump to content

Apache2 running, now TomCat?


Recommended Posts

i'm wondering what this tomcat stuff is all about. it seems to be a server that interprets java servlets and java server pages. but, i already have apache 2 running. is there any way i can get them to run congruently, like, mod_jsp or something like that? if they end up having to be deployed as two separate servers, can i get them both to run on the same port?

Link to comment
https://forums.phpfreaks.com/topic/73136-apache2-running-now-tomcat/
Share on other sites

TomCat if I remember right, is an extension type thing.... It's not like a module, but rather it overlays on the entire Apache program (I most probably remember incorrectly).

 

If that's the case, then you should able to configure Apache to parse PHP, and TomCat will just work over Apache.

TomCat if I remember right, is an extension type thing.... It's not like a module, but rather it overlays on the entire Apache program (I most probably remember incorrectly).

 

If that's the case, then you should able to configure Apache to parse PHP, and TomCat will just work over Apache.

 

thanks for your reply. from what i've learned TomCat runs congruently with apache, not ontop of eachother, not within eachother. congruently with apache. the way you simulate them working this congruency is to configure tomcat's configuration file to run on port 80. default i think is 8080. if you're running apache and tomcat on the same port, and the request asks for a .jsp file, it will switch from apache to tomcat. this how i think it works. anyway, i'm still having trouble installing it since there is little documentation on installing it using the aptitude package manager or from source .tar.gz. most of the documentation is for a windoze environment, which i neither run, nor support. but i can see why. anyway. i still need help. if anyone has any informative links or tutorials or whatever. post them please.

 

thanks again.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.