Hi all, On the subject of Apache web server, we are going to be building a new MT server in the near future (Window 2003). We have decided to use Tomcat without IIS. I am wondering what the benefits of using Apache for the web server and Tomcat for the jsp engine would be (if any).
My thought is that it may give us a little bit more flexibility than just using Tomcat as the web server. We do run some static pages as well as RKM. We plan on creating different Tomcat instances for MT and RKM (following the teachings of Christopher Strauss). Would it be beneficial to run an Apache front end web server on ports 80/443 that directs traffic to the correct website or jsp engine? I am more familiar with Apache than Tomcat and am not too clear on what differences in features are (i.e. what features are missing in Tomcat). Would there be a negative performance impact using Apache in front of MT running on Tomcat? Would the results be similar to running IIS with the Tomcat plugin (the slowest combination in BMC's benchmarking)? Thanks, Jason On Mon, Jun 30, 2008 at 10:12 PM, Matt Reinfeldt <[EMAIL PROTECTED]> wrote: > ** > > Stuart, > > > > I have recently done this for Apache 2.2 and Apache Tomcat 6. Details can > be found here: > http://www.mattreinfeldt.com/forums/ubbthreads.php/topics/140044/Jakarta_Connector_Apache_2_2_8#Post140044 > > > > The details probably differ slightly from what you need, but maybe reading > through it will help you a little. > > > > Good luck! > > > > Matt R. > > > > *From:* Action Request System discussion list(ARSList) [mailto: > [EMAIL PROTECTED] *On Behalf Of *Schon, Stuart > *Sent:* Monday, June 30, 2008 11:55 PM > *To:* [email protected] > *Subject:* AR Mid Tier 7.1 URL resolution with Tomcat > > > > ** > > HI All > > > > New installation > > Windows 2003 r2 > > IIS 6, > > Tomcat 5.5 > > Java 1.5_15 jdk > > > > I am having an issue with AR mid-tier 7.1 passing > http://localhost/arsys/shared/..... All entries passed return an error > 'the page cannot be displayed' > > > > Passing url http://localhost:8080/arsys/shared/config/config.jsp works > fine. Dropping the 8080 returns the error. I can't see anything wrong > > > > A first attempt installing the mid-tier did not seem top work so > uninstalled it and the tomcat version it installed. I then installed Tomcat > 5.5_26, then installed mid-tier again. I selected IIS as the web server and > JSP as Tomcat. > > > > Examining IIS the isapi_redirect.dll seems to be installed correctly. The > web sites ISAPI Filters tab has 1 entry Jakarta, priority High with a green > arrow. > > Web Services Extension has an entry for Jakarta which is allowed. > > > > What else is there to do, I must be missing something pretty basic? > > > > From C:\Program Files\Apache Software Foundation\Jakarta Isapi > Redirector\conf > > *uriworkermap.properties (stripped of all comments)* > > /admin/*=wlb > > /manager/*=wlb > > /jsp-examples/*=wlb > > /jsp-examples/*.jsp/=wlb > > /servlets-examples/*=wlb > > !/servlets-examples/*.jpeg=wlb > > /jkmanager=jkstatus > > /arsys/*=wlb > > > > *workers.properties.minimal (stripped of all comments)* > > worker.list=wlb,jkstatus > > worker.ajp13w.type=ajp13 > > worker.ajp13w.host=localhost > > worker.ajp13w.port=8029 > > worker.wlb.type=lb > > worker.wlb.balance_workers=ajp13w > > worker.jkstatus.type=status > > > > The server.xml is unchanged, I can invoke > http://localhost:8080/jsp-examples successfully. But as above can't > http://localhost/jsp-examples > > __Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" > html___ > __Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" > html___ > _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

