Talk:Removing /opencms/opencms from site url
From OpenCms Wiki
(Difference between revisions)
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
+ | I think "external links" sounds better than other docs :) | ||
+ | : [[User:Jan|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 : | ||
+ | <nowiki> | ||
+ | <%@ page session="false" %> | ||
+ | <jsp:forward page="opencms"/> | ||
+ | </nowiki> | ||
+ | |||
+ | My 2 cents --[[User:Cyrille37|Cyrille37]] 00:54, 30 November 2006 (CET) |
Latest revision as of 00:54, 30 November 2006
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)