Layer a webapp

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2010 09:21 AM
I have 2 types of projects. One type of project is the core project which holds all the files of our webapp, that I can use the preview server on.
The other type of project is a content project. There are many content projects (one each for a number of different languages). I want to use a layered folder so that the core project's files are seen in the content projects' top level directory. I'm not able to create this layered folder as the top level folder already exists and alfresco prevents this from happening. Is there any way to accomplish this?
I tried this command in the AVM console to layer the core project into a webapp folder of another web project:
mkldir, core:/www/avm_webapps/ROOT, temp:/www/avm_webapps, webapp
It created the layered folder, but for some reason, the virtualization server doesn't pick up the project (I'm guessing because it's a layered folder).
Any Ideas?
The other type of project is a content project. There are many content projects (one each for a number of different languages). I want to use a layered folder so that the core project's files are seen in the content projects' top level directory. I'm not able to create this layered folder as the top level folder already exists and alfresco prevents this from happening. Is there any way to accomplish this?
I tried this command in the AVM console to layer the core project into a webapp folder of another web project:
mkldir, core:/www/avm_webapps/ROOT, temp:/www/avm_webapps, webapp
It created the layered folder, but for some reason, the virtualization server doesn't pick up the project (I'm guessing because it's a layered folder).
Any Ideas?
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2010 08:59 AM
What about:
Create a layered ROOT into the temp project
- Delete the ROOT folder in your temp project
rm, temp:/www/avm_webapps, ROOT
mkldir, core:/www/avm_webapps/ROOT, tmp:/www/avm_webapps, ROOT
Then, on top of this layered ROOT, you should be able to put your localized content.
