FAQ
(Difference between revisions)
(→General questions) |
(→Why does the default installation have /opencms/opencms/ as folder?) |
||
Line 1: | Line 1: | ||
== General questions == | == General questions == | ||
− | === Why does the default | + | === Why does the default OpenCms url contain /opencms/opencms/? === |
The first OpenCms is the folder of your OpenCms installation in the webapps folder of your servlet container (tomcat,jboss,etc.), the second is a servlet mapping to the main OpenCms servlet which handles the requests. There is a howto to get rid of /opencms/opencms. | The first OpenCms is the folder of your OpenCms installation in the webapps folder of your servlet container (tomcat,jboss,etc.), the second is a servlet mapping to the main OpenCms servlet which handles the requests. There is a howto to get rid of /opencms/opencms. | ||
+ | |||
== User Management == | == User Management == |
Revision as of 14:06, 1 November 2006
General questions
Why does the default OpenCms url contain /opencms/opencms/?
The first OpenCms is the folder of your OpenCms installation in the webapps folder of your servlet container (tomcat,jboss,etc.), the second is a servlet mapping to the main OpenCms servlet which handles the requests. There is a howto to get rid of /opencms/opencms.