everyone
I made a web application by Apache Click Framework, and just throwed it into tomcat behind httpd.
(assume my domain name is http://www.domain.com.)
So I can access my app by the URL: http://www.myDomain.com/myApp/pages/login.htm
My questions is, how to remove the “myApp” part in this url by configuration in httpd or tomcat? because my domain name already has some words like “myApp”.
Simply name your war file
root.warand deploy it to tomcat.You probably have to remove the preconfigured
ROOT/directory in tomcat first, if it exists.