on 6/17/01 4:02 PM, "a a" <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Please bare with me if I am asking a naive question,
> afterall, my Turbine experience only started a few
> weeks ago.. Here is what I would like to acomplish,
> please shred some light on me:
>
> there will be many different versions of the pages
> (e.g. different languages), ie, different screens +
> layout pairs.
>
> lang1.mysite.com/* -> screen/lang1/*
> (which eventually assembles the page with
> layout/lang1/*)
>
> lang2.mysite.com/* -> screen/lang2/*
> (which eventually assembles the page with
> layout/lang2/*)
You aren't using a template solution?
> I would like the user see the "lang1.mysite.com/*"
> URLs only, instead of the ~/myapp/servlet/myapp path.
Mod_rewrite will accomplish that.
> Do I need to use Apache + Turbine (ie, Catalina) or I
> can accomplish this by Turbine only?
Apache HTTPd on the front (with mod_rewrite enabled) brokers requests for
Catalina or Tomcat which is plugged in through mod_webapp or mod_jk...
> Anything to do with mod_rewrite?
Yes.
-jon
--
"Open source is not available to commercial companies."
-Steve Ballmer, CEO Microsoft
<http://www.suntimes.com/output/tech/cst-fin-micro01.html>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]