url after deployment. How to remove faces from the rul

Hi,

When running the web application from my local machine the url is the following

http://localhost:8080/AutomobileDatabase2/faces/Page1.jsp

I want to deploye my application in a real server with the name

AUTODEALS

so the url should be

www.autodeals.com

Questions

1. How will Page1.jsp be displayed when i type

www.autodeals.com?

2. How will i remove /faces/Page1.jsp?

[437 byte] By [p_georgea] at [2007-11-27 8:28:38]
# 1
Hi,When you redeploy your application .war file in a remote server, you have to give path of the remote server. After that just launch from admin console and your application runs as you wanted. (So I think you should not worry about url at all). dr.am.mohan rao
Madana at 2007-7-12 20:18:40 > top of Java-index,Development Tools,Java Tools...
# 2
Thank you, i will soon host my application and if i have problems i will come back to this.
p_georgea at 2007-7-12 20:18:40 > top of Java-index,Development Tools,Java Tools...