Talk:Removing /opencms/opencms from site url
From OpenCms Wiki
I think "external links" sounds better than other docs :)
- Jan 15:47, 1 November 2006 (CET)
Hi. I'm to new with OpenCMS (and Java at all) to write directly on the Article page, but here is a very little tips to simplify the home page url :
If the site url is : http://TheSite:8080/opencms/opencms
And wants to simplify it as : http://TheSite:8080/opencms
I've added a little index.jsp page in the filesystem installation folder of opencms (for me it is D:\sun\AppServer\domains\domain1\applications\j2ee-modules\opencms)
The content of the file is : <%@ page session="false" %> <jsp:forward page="opencms"/>
My 2 cents --Cyrille37 00:54, 30 November 2006 (CET)