need help-- urgent

Hi All,

I am involved in developing a web applicaiton named say xyz.com.

When I enter the url >> http://www.xyz.com/mysearch/itemsearch.jsp

it shows me the item list page and the other urls.

well I want to change the url and if user enter >> http://www.itemsearch.xyz.com It should show the same result i.e item list page and the other urls.

how it is possible.

Anybody please tell me ...

Like the following url works........

http://community.java.net/

http://developers.sun.com/forums/

http://developers.sun.com/prodtech/support/

Thanks in advance

Please reply soon.

Harish Pathak

[679 byte] By [harishpathaka] at [2007-10-2 20:05:52]
# 1
Oh, it's urgent? Then I must be too late... so sorry...
CeciNEstPasUnProgrammeura at 2007-7-13 22:46:06 > top of Java-index,Java Essentials,Java Programming...
# 2
Please reply .....................ThanksHarish Pathak
harishpathaka at 2007-7-13 22:46:06 > top of Java-index,Java Essentials,Java Programming...
# 3

> I am involved in developing a web applicaiton named

> say xyz.com.

> When I enter the url >>

> http://www.xyz.com/mysearch/itemsearch.jsp

> it shows me the item list page and the other urls.

>

> well I want to change the url and if user enter >>

> http://www.itemsearch.xyz.com It should show the

> same result i.e item list page and the other urls.

>

> how it is possible.

> Anybody please tell me ...

Configure your DNS entries to point to your webserver.

Configure your webserver to map different host names to different paths.

tschodta at 2007-7-13 22:46:06 > top of Java-index,Java Essentials,Java Programming...