-
need help - urgent (2 messages)
- Posted by: harish pathak
- Posted on: May 15 2006 04:11 EDT
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 PathakThreaded Messages (2)
- More info... by Todd Edman on May 15 2006 23:38 EDT
- Re: More info... by harish pathak on May 16 2006 08:18 EDT
-
More info...[ Go to top ]
- Posted by: Todd Edman
- Posted on: May 15 2006 23:38 EDT
- in response to harish pathak
So basicly your wanting to map a URL like: http://myneetosite.com/neetstuff/createnewneatuser.jsp to something like http://newuser.myneetosite.com Well your gonna have to map the address in your webserver to handle this. So that leaves the question: Which webserver are you using? -
Re: More info...[ Go to top ]
- Posted by: harish pathak
- Posted on: May 16 2006 08:18 EDT
- in response to Todd Edman
hi, thanks for your reply, well we are using orion web server. any suggestion will be highly appreciated. Thanks again. harish pathak