Hi, Your uriworkermap.properties should look something like this:
/your.external.ip.address/geoserver/*=tomcat /127.0.0.1/geoserver/*=tomcat /*.your.hostname.com/geoserver/*=tomcat your workers.properties shoud looke something like this: /* ajp13 port should match the one you configured in tomcat */ worker.tomcat.port=9401 worker.tomcat.host=127.0.0.1 worker.tomcat.type=ajp13 Best regards, Sjoerd Brandsma CycloMedia On Mon, Nov 14, 2011 at 8:46 AM, Amini, Manouchehr <[email protected]> wrote: > Hi Lucas, > Thanks for your response. I installed AJP (isapi_redirector) on tomcat > following the steps given in > http://tomcat.apache.org/connectors-doc/webserver_howto/iis.html. How should > I set the workers.properties and uriworkermap.properties? It seems that IIS > recognizes the tomcat and isapi_redirection is initialized. > > Thanks, > Manouchehr > > > > -----Original Message----- > From: Lucas Heezen - Covadis [mailto:[email protected]] > Sent: Mittwoch, 9. November 2011 13:25 > To: Sjoerd Brandsma; Amini, Manouchehr > Cc: [email protected] > Subject: RE: [Geoserver-users] IIS and geoserver > > We use this solution for our servers. On Windows 2008 R2 we have tried > Application Reqest Routing but there were some problems. With AJP we don't > have that problem. > > > Met vriendelijke groet, > Lucas Heezen > > Covadis b.v. > t: 026 3616600 > > Geograaf 12 > f: 026 3612317 > > 6921 EW Duiven > e: [email protected] > > > > -----Oorspronkelijk bericht----- > Van: Sjoerd Brandsma [mailto:[email protected]] > Verzonden: woensdag 9 november 2011 11:57 > Aan: Amini, Manouchehr > CC: [email protected] > Onderwerp: Re: [Geoserver-users] IIS and geoserver > > Hi, > > You can use the AJP13 ISAPI filter to setup tomcat behind IIS. Here's more > info: > > http://tomcat.apache.org/connectors-doc-archive/jk2/jk/iishowto.html > > With this solution you're able to access tomcat/geoserver also on port 80. > > > Best regards, > Sjoerd Brandsma > CycloMedia > > On Wed, Nov 9, 2011 at 11:15 AM, Amini, Manouchehr > <[email protected]> wrote: >> Hi Users, >> >> >> >> I have a .net application on IIS 7 server (port 80) and a Geoserver >> on >> Apache Tomcat 6 (port 8080). I would like to make IIS default Web >> Server and add Apache and GeoServer as secondary web server. Is >> anybody up there who had the same experience and can provide me some >> hints. I need to mention that in my application I used GeoExt and >> Openlayers for visualizing the maps. >> >> >> >> >> >> Thanks, >> >> Manouchehr >> >> >> >> ---------------------------------------------------------------------- >> -------- >> RSA(R) Conference 2012 >> Save $700 by Nov 18 >> Register now >> http://p.sf.net/sfu/rsa-sfdev2dev1 >> _______________________________________________ >> Geoserver-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/geoserver-users >> >> > > ------------------------------------------------------------------------------ > RSA(R) Conference 2012 > Save $700 by Nov 18 > Register now > http://p.sf.net/sfu/rsa-sfdev2dev1 > _______________________________________________ > Geoserver-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users > > ------------------------------------------------------------------------------ > RSA(R) Conference 2012 > Save $700 by Nov 18 > Register now > http://p.sf.net/sfu/rsa-sfdev2dev1 > _______________________________________________ > Geoserver-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users > ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
