Здравствуйте. Произвел установку opencms. С настройками для Apache+mod_jk.
Пытаюсь войти в админскую часть. Ввод логина пароля порходит успешно- появляется сообщение что я авторизован как админ, но для в хода нужно открыть страницу в новом окне. При открытии нового окна меня опять спрашивают логин и пароль. И так по кругу.
# These are the settings for static export. If the requested resource is not already # statically exported create a new request to the opencms404 handler. This has to be # a new request, because the current would net get through mod_jk because of the "no-jk" var. RewriteCond %{REQUEST_URI} ^/export/.*$ RewriteCond "%{DOCUMENT_ROOT}%{REQUEST_FILENAME}" !-f RewriteCond "%{DOCUMENT_ROOT}%{REQUEST_FILENAME}/index_export.html" !-f RewriteRule .* /opencms/opencms/handle404?exporturi=%{REQUEST_URI}&%{QUERY_STRING} [P]
# If the request starts with /${WEBAPP_NAME}/resources, delete the /${WEBAPP_NAME} prefix RewriteCond %{REQUEST_URI} ^/opencms/resources/.*$ RewriteRule ^/opencms/(.*)$ /$1 JkOptions +ForwardKeySize +ForwardURICompat JkMount /* ocms