OpenEdit Developer ForumWelcome to the OpenEdit User Forum. You must be registered and logged in to post a new comment or topic. This forum is only for developers who want to discuss the technical aspects of the OpenEdit Framework. For end user technical support please visit the EnterMedia web site. cannot pass through layout installationHello,
I received an error just after the installation (deploying the war file) when I tried to install a layout. It seems I have a network error. I'm behind an enterprise firewall and I have absolutely no influence on firewall settings so I don't think I'll have the opportunity to use this method of layout installation ever. The problem is I can not pass through the step of Layout installation - I always end up on index.htm which is trying to force me to install a new layout - which I can not complete because of my network problems. After all, my question is how can I install the layout manually and let the system know about it? I tried to consult the documentation but the Working with Layouts link gives a
404 Not Found/oemanual/layouts/index.html was not found on this server.
Resin/3.1.6
error.
The layout installation error is:
Please check your inputs before reporting a bug via email. The administrator has received a copy of this error. .
Thanks in advance!
SzG
Posted by SzeG Fri, Nov 28 2008 5:42 AM
|
Most Recent Posts
encodings ...
(4 comments)
Slamdance
(7 comments)
Help upgrading jars on starter war
(6 comments)
Help, Velocity Generator not initializing
(4 comments)
Multiple Main Sites
(10 comments)
Search filtering by theme
(3 comments)
xml version "s1.0" error
(4 comments)
How can i localization the openedit?
(3 comments)
Problem with the interface
(4 comments)
latest openedit-editor build
(2 comments) Archive
Log in
Syndicate:
|
||||||||||
Copyright 2008 OpenEdit Inc. All rights reserved. last modified: Nov 28 2008

http://www.openedit.org/openedit/files/download/download/layouts/zip/zengarden.zip
Download the above layout and move it to your server - then unzip it into the folder. Create a file called /_site.xconf in your root directory of the webapp and add the following to it:
<page>
<inner-layout>/layouts/zengarden/layout.html</inner-layout>
</page>
OpenEdit should then use that layout instead of the "starter" layout you're seeing. You can then use that layout as the basis for creating your own custom layout - if you look at the HTML files in the /layouts/zengarden/ folder, you should get a pretty good idea of how it works.
Hope that helps,
Ian
That was very helpful, it solved the case! Thank you!