Hi Johan, You can have Apache running on port 80 and Tomcat running on another port, like 8080 and then you can set up apache to forward certain types of requests to Tomcat.
This is done using a Tomcat Connector like AJP_13 or Mod_JK2 (my names may be out of date). Check http://tomcat.apache.org/connectors-doc/ for more information. Hope this helps, Mark On 07/02/2008, johan <[EMAIL PROTECTED]> wrote: > > Does any body know how I can setup tomcat and apache to both use port > 80 on a linux server? My linux skills are limited and I don't really > know where to start. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CTJUG Tech" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.co.za/group/CTJUG-Tech?hl=en -~----------~----~----~----~------~----~------~--~---
