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
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.

Link to comment
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.

 

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.