[opencms-dev] Accessing workplace or ADE through a server which has not been configured (OpenCMS16)
Christoph Kukulies
kuku at physik.rwth-aachen.de
Tue Dec 5 12:51:27 CET 2023
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 <opencms-dev at opencms.org>:
>
> 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
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opencms.org/pipermail/opencms-dev/attachments/20231205/04c0e98b/attachment.htm>
More information about the opencms-dev
mailing list