Re: Accessing workplace or ADE through a server which has not been configured (OpenCMS16)
Christoph Kukulies via opencms-dev <[email protected]> Tue, 5 Dec 2023 12:51:27 +0100
| Newsgroups | gmane.comp.cms.opencms.devel |
|---|---|
| Message-ID | <[email protected]> |
I only get it working when I use this opencms-sites.xml configuration:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE opencms SYSTEM "http://www.opencms.org/dtd/6.0/opencms-sites.dtd">
<opencms>
<sites>
<workplace-server>https://cms.mydomain.org:8082</workplace-server>
<default-uri>/sites/kuku/</default-uri>
<shared-folder>/shared/</shared-folder>
<site server="https://www.mydomain.org:8080" uri="/sites/kuku/">
<parameters>
<param name="locale.main">en</param>
<param name="locale.secondary">de</param>
</parameters>
</site>
</sites>
</opencms>
With that I cannot use https://cms.myserver.org/system/login <https://cms.myserver.org/system/login>
:(
> Am 05.12.2023 um 11:05 schrieb Christoph Kukulies via opencms-dev <[email protected]>:
>
> Wasn't there something to edit in opencms-importexport.xml to make ROOTed opencms work?
>
> <rendersettings>
> <rfs-prefix>${CONTEXT_NAME}/export</rfs-prefix>
> <vfs-prefix>${CONTEXT_NAME}</vfs-prefix>
> <userelativelinks>false</userelativelinks>
> <exporturl>http://127.0.0.1:8080${CONTEXT_NAME}/handle404</exporturl>
> <plainoptimization>true</plainoptimization>
> <testresource uri="/system/config/page.dtd" />
> <resourcestorender>
> <regex>/sites/.*</regex>
> <regex>/system/modules/.*/resources/.*</regex>
> </resourcestorender>
> </rendersettings>
>
>
> --
> Christoph
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> https://lists.opencms.org/mailman/listinfo/opencms-dev
>
>
>
_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
https://lists.opencms.org/mailman/listinfo/opencms-dev