<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Meanwhile I found a major error I did:<br>
<br>
When working under Windows 7 and you are editing files in e.g.
WEB-INF\config and such, e.g. opencms-system.xml or<br>
opencms-importexport.xml and you are doing this without raised
priviliges (as normal user), your changes are cached in <br>
~\AppData\Local\VirtualStore\Program Files\...\WEB-INF\config...<br>
But the service (tomcat6) is still using the original files. This
lead to some confusion.<br>
<br>
I saw this when I looked into the apache2 access.log:<br>
172.27.7.130 - - [06/Jan/2015:12:01:11 +0100] "GET
/system/login/index.html HTTP/1.1" 200 8738<br>
172.27.7.130 - - [06/Jan/2015:12:01:12 +0100] "POST <font
color="#cc0000">/opencms</font>/system/login/index.html
HTTP/1.1" 301 252 <font color="#3333ff"><<<Form action</font><br>
<br>
This lead me to look into opencms-importexport.xml and it still
looked like this:<br>
<br>
<rendersettings><br>
<rfs-prefix>${CONTEXT_NAME}/export</rfs-prefix><br>
<vfs-prefix>${CONTEXT_NAME}${SERVLET_NAME}</vfs-prefix><br>
<userelativelinks>false</userelativelinks><br>
<exporturl>http://127.0.0.1:8080${CONTEXT_NAME}/handle404</exporturl><br>
<br>
Now with the correction <br>
<br>
<rendersettings><br>
<rfs-prefix>${CONTEXT_NAME}/export</rfs-prefix><br>
<vfs-prefix>${CONTEXT_NAME}</vfs-prefix><br>
<userelativelinks>false</userelativelinks><br>
<exporturl>http://127.0.0.1:8080${CONTEXT_NAME}/handle404</exporturl><br>
<br>
logging in through the standard login banner works.<br>
<br>
And while being at this entry: when using a multisite setup with
running opencms on a different port than 8080, e.g. 8880, <br>
wouldn't have the above line have to reflect that different port
setting? E.g. in this case:<br>
<br>
<exporturl>http://127.0.0.1:8880${CONTEXT_NAME}/handle404</exporturl><br>
<br>
<br>
Am 06.01.2015 um 10:00 schrieb Christoph Kukulies:<br>
</div>
<blockquote cite="mid:54ABA433.2070007@physik.rwth-aachen.de"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<div class="moz-signature">I still have not running my multisite
setup under 9.5.0 (Windows 7, apache2, tomcat6, MySQL 5.1),
opencms as ROOT app.<br>
FWIW, here is an excerpt of my opencms-system.xml:<br>
<br>
<sites><br>
<workplace-server><a moz-do-not-send="true"
class="moz-txt-link-freetext" href="http://cms.mysite.de">http://cms.mysite.de</a></workplace-server><br>
<default-uri>/sites/default/</default-uri><br>
<shared-folder>/shared/</shared-folder><br>
<site server=<a moz-do-not-send="true"
class="moz-txt-link-rfc2396E" href="http://cms.mysite.de">"http://cms.mysite.de"</a>
uri="/sites/default/"/><br>
<site server=<a moz-do-not-send="true"
class="moz-txt-link-rfc2396E" href="http://other.mysite.de">"http://other.mysite.de"</a>
uri="/sites/other/"/><br>
<site server=<a moz-do-not-send="true"
class="moz-txt-link-rfc2396E" href="http://www.mysite.de">"http://www.mysite.de"</a>
uri="/sites/www/"><br>
<alias server=<a moz-do-not-send="true"
class="moz-txt-link-rfc2396E" href="http://www.mysite.com">"http://www.mysite.com"</a>/><br>
</site><br>
<site server=<a moz-do-not-send="true"
class="moz-txt-link-rfc2396E" href="http://second.mysite.de">"http://second.mysite.de"</a>
uri="/sites/second/"/><br>
<site server=<a moz-do-not-send="true"
class="moz-txt-link-rfc2396E" href="http://intranet.mysite.de">"http://intranet.mysite.de"</a>
uri="/sites/intranet/"/><br>
<site server=<a moz-do-not-send="true"
class="moz-txt-link-rfc2396E" href="http://wwwneu.mysite.de">"http://wwwneu.mysite.de"</a>
uri="/sites/www_neu/"/><br>
</sites><br>
<br>
When I'm not logged in and invoke<br>
<br>
<a moz-do-not-send="true" class="moz-txt-link-freetext"
href="http://cms.mysite.de/system/login">http://cms.mysite.de/system/login</a>
I'm getting the "old" login banner, with the user/password
fields. When I enter<br>
Admin/admin, nothing happens.<br>
<br>
When I go to <a moz-do-not-send="true"
class="moz-txt-link-freetext" href="http://cms.mysite.de/">http://cms.mysite.de/</a>
I'm getting redirected to <a moz-do-not-send="true"
class="moz-txt-link-freetext"
href="http://cms.mysite.de/overview">http://cms.mysite.de/overview</a>.<br>
Logging in there as Admin/admin I'm getting to a page
cms.mysite.de/login/index.html (!) Shouldn't this be
/system/login/index.html?<br>
Anyway, accessing the cms.mysite.de/login/index.html gives me:<br>
<br>
<br>
<br>
But when I then (in the logged in state) go to<br>
<br>
<a moz-do-not-send="true" class="moz-txt-link-freetext"
href="http://cms.mysite.de/system/login">http://cms.mysite.de/system/login</a>
I'm right in the traditional workplace view (Site "Demo
Content").<br>
<br>
What's wrong?<br>
<br>
</div>
</blockquote>
<br>
<div class="moz-signature">-- <br>
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de
</div>
</body>
</html>