Hi I have three app running on one Linux server
/home/server/public_html/app1
/home/server/public_html/app2
/home/server/public_html/app3
I create an empty app (only one blank)
/home/server/public_html/prod
I upload the production environment only in the empty app (prod)
My Applications directory is setup, connections are setup and the Incompatible applications page shows that everything is OK
But when I try to run app1, 2 or 3 it complains that it cannot find the production environment.
I try to set the Common libraries folder to the following without any success
/home/server/public_html/prod/_lib/prod
home/server/public_html/prod/_lib/prod
/public_html/prod/_lib/prod
and
/prod/_lib/prod
What I my doing wrong
Regards