by passing virtualhost when accessing an app?

2009-01-06 Thread Angelo Chen
Hi, Say I have app deployed as www.myapp.com, for sake of debugging I'd like to access it without the virtual host approach, maybe just http://127.0.0.1:8080~www.myapp.com, possible? Thanks. -- View this message in context: http://www.nabble.com/by-passing-virtualhost-when-accessing-an-app

Re: by passing virtualhost when accessing an app?

2009-01-06 Thread Gregor Schneider
Why don't you simple add the entry 127.0.0.1 www.myapp.com myapp.com into your /etc/hosts or *sic* in WIndows into C:\WINDOWS\system32\drivers\etc\hosts? Works for me Cheers Gregor -- just because your paranoid, doesn't mean they're not after you... gpgp-fp:

Re: by passing virtualhost when accessing an app?

2009-01-06 Thread Angelo Chen
commands, e-mail: users-h...@tomcat.apache.org -- View this message in context: http://www.nabble.com/by-passing-virtualhost-when-accessing-an-app--tp21308824p21309955.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: by passing virtualhost when accessing an app?

2009-01-06 Thread Serge Fonville
-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- View this message in context: http://www.nabble.com/by-passing-virtualhost-when-accessing-an-app--tp21308824p21309955.html Sent from the Tomcat - User mailing list archive

Re: by passing virtualhost when accessing an app?

2009-01-06 Thread Hassan Schroeder
On Tue, Jan 6, 2009 at 5:04 AM, Angelo Chen angelochen...@yahoo.com.hk wrote: that's what i'm doing now, i was just hoping maybe there are ways without updating the hosts files, reason is, when you ask somebody to try out your app from a certain website and told them to update the hosts file,