I use mod_jk as well as squid.  At one point i had 3 web servers and ran
tomcat stand alone (and resin) and used a squid caching server to proxy
requests on port 80 (as well as load balance)

Just depends on how you want to go. Single node, mod_jk works the best.

-byron

-----Original Message-----
From: Olaf Thiele <[EMAIL PROTECTED]>
To: nutch-user@incubator.apache.org
Date: Mon, 4 Apr 2005 20:26:15 +0200
Subject: Re: Port Redirect

> Hi xxx,
> you might be best of with the mod_jk.
> It is a connector between apache and tomcat.
> It may take you a some effort to get it running, 
> but it offers load balancing and a lot of other nice
> features.
> 
> Start here:
> http://jakarta.apache.org/tomcat/connectors-doc/index.html
> 
> Ciao
> Olaf
> 
> 
> On Apr 3, 2005 7:11 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> wrote:
> > Hi,
> > 
> >  What's the better way to redirect http://localhost/search to
> http://localhost:8080 and also http://localhost/search?query=XXX to
> http://localhost:8080/search.jsp?query=XXX .
> >  Maybe like Google does with google.com/search?q=mercado1 .
> >  Mod Rewirte ProxyRequests ?
> >  How to do that?
> >  Including security issues.
> > 
> > Thanks!
> > 
> > 
> 
> 
> -- 
> 
> <SimpleHuman gender="male">
>    <Physical name="Olaf Thiele" />
>    <Virtual adress="http://www.olafthiele.de"; />
> </SimpleHuman>
> 

Reply via email to