Hi, Thiago.

What is not correct? You do not have http server in front?

I would also like http server to serve static content. What are the pros and
cons with that? Asset versioning?

-Borut


2010/9/15 Thiago H. de Paula Figueiredo <thiag...@gmail.com>

> On Wed, 15 Sep 2010 15:28:40 -0300, Borut Bolčina <borut.bolc...@gmail.com>
> wrote:
>
>  Hi,
>>
>
> Hi!
>
>  I was wondering what is the recipe to deploy several T5 web apps under
>> *one*Jetty or Tomcat instance. Each of the web apps have their on
>> context name (app1, app2, app3). There must be apache http server or nginx
>> in front of
>> them.
>>
>
> This is not correct. I have a single Jetty instance handling both
> arsmachina.com.br, pronutricionista.com.br and cristilenesalomao.com.br(which 
> is rewritten to
> cristilenesalomao.pronutricionista.com.br and the rewritten again
> depending on the page). and their subdomains. Kalle showed the Tomcat
> documentation for virtual domains. Here's the Jetty one:
> http://docs.codehaus.org/display/JETTY/Virtual+hosts. Very easy.
>
> --
> Thiago H. de Paula Figueiredo
> Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,
> and instructor
> Owner, Ars Machina Tecnologia da Informação Ltda.
> http://www.arsmachina.com.br
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to