On Thu, Nov 19, 2009 at 10:07 AM, picosam <[email protected]> wrote: > I have a Tomcat6 server running behind an Apache2 server using JK mod. My > Tomcat responds to www.myserver.com and www.myserver.com/api. I would like > to make the server not respond to the latter and access the application > under /api via api.myserver.com instead.
So you want "api.myserver.com" to be a "virtual host". There's a doc for that. :-) -- Hassan Schroeder ------------------------ [email protected] twitter: @hassan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
