cancel
Showing results for 
Search instead for 
Did you mean: 

Setting up multi-tenant environment for Alfresco in EC2

palashg
Champ in-the-making
Champ in-the-making
Hi,

While trying to setup a multi-tenant environment for Alfresco in EC2, I see couple of challanges :

A) After renaming the 3 mt files under (alfresco/extension/mt) in Ec2, am able to access 'Alfresco Web Explorer', but could not access 'Alfresco Share'. When trying to access share, it throws error like '08040000 Unable to retrieve object: site-index of type: page' with additional stack trace. Looks like there is already an issue reported in Jira : https://issues.alfresco.com/jira/browse/ETHREEOH-2767 and it says it got resolved in build 123 (Rel 3.2). Now the question is the Alfresco version currently running in EC2 does not have this fix included? If not, when this fix will be available in EC2?

B) My second question is related to tenant-admin console. When am trying to access tenant admin link (after renaming mt file & restarting tomcat) in EC2
http://<ec2-public-dns>/alfresco/faces/jsp/admin/tenantadmin-console.jsp
, it gives the error like 'Access to the specified resource () has been forbidden.' Why is that? How to fix this?

Your quick reply will be highly appreciated.

With regards,
Palash
6 REPLIES 6

glenski
Champ in-the-making
Champ in-the-making
Hello

Did you manage to find a solution to your second problem? The "Access to the specified resource () has been forbidden"

Regards

G

abhashree
Champ in-the-making
Champ in-the-making
hi Palashg,
i have also tried to setup multitenanat in alfresco3.3g but i didnt get any kind of error as mentioned by you.
it will be helpful if you will post the log files here.

scapeler
Champ in-the-making
Champ in-the-making
Same error here: 'Access to the specified resource () has been forbidden.'
Workaround: first log into alfresco with admin account.
Then change url to alfresco/faces/jsp/admin/tenantadmin-console.jsp
Community version 3.4.d

mixa
Champ in-the-making
Champ in-the-making
I try to login to tenant admin console http://localhost:8080/alfresco/faces/jsp/admin/tenantadmin-console.jsp

I get following message:

HTTP Status 403 -
type Status report
message
description Access to the specified resource () has been forbidden.

What is wrong?

Best regards
Ike

mixa
Champ in-the-making
Champ in-the-making
Hi

I do not have the folder faces but tenantadmin-console.jsp is at following address:

http://172.x.x.x:8080/alfresco/jsp/admin/tenantadmin-console.jsp

When I put the address in a browser i get the information:
javax.faces.FacesException: Faces context not found. getResponseWriter will fail. Check if the FacesServlet has been initialized at all in your web.xml configuration fileand if you are accessing your jsf-pages through the correct mapping. E.g.: if your FacesServlet is mapped to *.jsf (with the <servlet-mapping>-element), you need to access your pages as 'sample.jsf'. If you tried to access 'sample.jsp', you'd get this error-message.

Any idee what is wrong?

Best regards
Ike

tarapenner
Champ in-the-making
Champ in-the-making
Hi Ike - did you ever sort this out?