cancel
Showing results for 
Search instead for 
Did you mean: 

How to Install multiple Web Quick Start

yimmono
Champ in-the-making
Champ in-the-making
Hello ..! every body,i am a new user of alfresco and i want to install multiple web quick start . so how can i do?
And one more ,how to change default configuration ? like this word wcmqs ,
7 REPLIES 7

bremmington
Champ on-the-rise
Champ on-the-rise
Web Quick Start is made up of a few parts: the example web application that defines the page templates and loads the data from the repository; the repository extensions that define the content types "website", "section", and "web asset" and the behaviours of those types; and the example website data for the "Finance" and "Government" websites. Although they work together to produce the finished website, they are independent of one another.

I'm not quite sure whether you want to install multiple web applications, data for multiple websites, or both multiple web applications and multiple website data.

To help establish which it is, the most important question to answer is: Do you want your websites to share the same set of page templates (possibly styled differently)? Let me know.

To answer the second question, you can change the "wcmqs" part of the URL quite easily. If you want it to be "myapp" instead, then do the following:

1. In your Tomcat webapps folder (assuming you're using Tomcat - let me know if not), copy wcmqs.war to myapp.war
2. Using the Alfresco Share client, edit the metadata of the "Quick Start Editorial" section (imported by the Web Quick Start dashlet), and change the Web App Context property to be "myapp"
3. Restart Tomcat

The website will now be delivered from "http://localhost:8080/myapp/"

yimmono
Champ in-the-making
Champ in-the-making
thank You So much. Good Luck.

yimmono
Champ in-the-making
Champ in-the-making
Hello ..!I try to created Menu and Sub menu at the Top Right of web quick start but unsuccessful , when i click on those menu it show message error .
How can i do? Please ! help me.

bremmington
Champ on-the-rise
Champ on-the-rise
How did you try to create the menu items, and what error are you seeing?

yimmono
Champ in-the-making
Champ in-the-making
Hello ! This is step that i created Menu in web quick start : Documents >Alfresco Quick Start >Quick Start Editorial >root 
and then i created  folder test  when i click on those menu in client site i got error like this :
——————————————————————–
An error has occured in the component: /myapp/service/list/thumbnails.
It responded with a status of 500 - Internal Error.
Error Code Information: 500 - An error inside the HTTP server which prevented it from fulfilling the request.
Error Message: 11300001 Failed to load script 'org.springframework.extensions.webscripts.ResourceStore$WebApplicationStoreScriptContent@117efa0': 11300000
Server: Alfresco Spring WebScripts - v1.0.0 (Release Candidate 2 675) schema 1,000
Time: Dec 30, 2010 8:38:05 AM
Click here to view full technical information on the error.
———————————————————————
So how can do ?

thank u .

rmorant
Champ in-the-making
Champ in-the-making
Have you set the Template Mapping?
by example:
ws:indexPage=sectionpage2,ws:article=articlepage1

yimmono
Champ in-the-making
Champ in-the-making
Yes ,may be like this …!
Thank You.