DPascalBernard / maven-alfresco-archetypes

Automatically exported from code.google.com/p/maven-alfresco-archetypes
0 stars 0 forks source link

1.0.2 all-in-one does not run 'out of the box' #141

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Steps:
1. Follow steps and workarounds in Issue 140 
(https://code.google.com/p/maven-alfresco-archetypes/issues/detail?id=140)
2. Run`mvn clean install -Prun` (wait until the log says '[INFO] Started Jetty 
Server')

Expected:
The URLs http://localhost:8080/alfresco and http://localhost:8080/share are 
accessible and usable.

Actual:
Upon accessing /alfresco URL, 503 SERVICE_UNAVAILABLE is encountered. Upon 
accessing the /share URL, the login page appears, but the user cannot login 
with admin/admin.

Environment:
OS: Mac OS X 10.8.4
JDK: Oracle Java 7, Update 40
Maven: 3.0.4
Local firewall disabled

Additional Info:
Attached is the Maven log (run.log). I triggered CTRL+C at 12:54:01.809 in the 
logs, so anything before that is likely relevant.

Original issue reported on code.google.com by jeff.m.m...@gmail.com on 16 Sep 2013 at 4:57

Attachments:

GoogleCodeExporter commented 9 years ago
So let me get this straight:

you are developing an AMP with the amp-archetype and with 

alfresco.client.war=share

(so that it gets installed and ran in share).

Now, this project will NOT run Alfresco.

If you want to run BOTH Alfresco and Share you can either:

1. Use the all-in-one archetype, that runs everything together in one Jetty 
(Tomcat as of SDK 1.1.0)
2. Run 2 AMP archetypes in 2 separate shells, one with 
alfresco.client.war=share and the other with alfresco.client.war=alfresco 
(configuring runner.port=8081 for the former)

HTH, closing this issue as invalid.

Original comment by colum...@gmail.com on 30 Oct 2013 at 7:44