---- Arvind Pandey <[EMAIL PROTECTED]> schrieb:
> 
> Hi all,
> 
>         Always I access my applicaion with 'http://localhost:8080/xyz'  as
> URL in browser.
> Instead of this , I want to access the application as 'www.xyz.com' . What
> should I do?
> Do I need to configure web.xml for this? I am using JBoss as server.

This is nothing to do with myfaces at all - nor with JBoss.

You need to ensure that DNS (domain name service) on any machine you want to 
use resolves that name to the IP address of your computer. It's a computer 
networking issue.

If you just want this to work for your local machine (for testing purposes) and 
you are using linux, then you can probably create an entry in your /etc/hosts 
file for this. Otherwise, see your computer network support person.

Regards,  Simon

Reply via email to