On Mon, Oct 13, 2008 at 7:17 PM, AD <[EMAIL PROTECTED]> wrote:

>  If i have a tomcat app deployed at http://localhost:8080/myapp1/  and
> http://localhost:8080/myapp2/ and i want 2 virtualhosts in apache to map "/"
> to each one of these apps, is this possible?

Possible? Sure. Good idea? Probably not.

> Trying something like

Did your editor just drop into mode.new().generateRandomStuff()?

Do you want to use port 8080 (http) or 8009 (ajp)?

<Proxy balancer://whatever>
BalancerMember http://localhost:3000
</Proxy>


-- 
Hassan Schroeder ------------------------ [EMAIL PROTECTED]

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to