Hello
I cannot accurately configure OpenAM since its war file set up and started effectively.
On separate Tomcat OpenAM set up in /var/lib/tomcat6/webapps/opensso.
In its initial access OpenAM set up its configuration which finishes with error message showing:
Checking configuration directory /usr/share/tomcat6/opensso.
/usr/share/tomcat6/opensso/.configParam (No such file or directory), refer to install.log under /usr/share/tomcat6/opensso
for more information.
Return to Configurator
I don’t know why it is referring just this directory. Please help me to solve it. Thanks a lot.
- Login or Signup Now to post comments

If nothing works properly for you, you can re do the required steps
OpenAM require 1 GB heap size the following query should do that
“set CATALINA_OPTS=-Xms512m -Xmx1024m”
You also can check with the below link that might help
https://wikis.forgerock.org/confluence/display/openam/Deploy+OpenAM
http://www.turnkeylinux.org/forum/support/20120302/unable-setup-openam-a...
Hi Kim brauer,
To solve the problem you have to take some patience and follow the step by step instructions.
First of all you have to install a fresh copy of turn-key-core. And then write the following commands:
apt-get update
apt-get install openjdk-6-jdk
Now you have to place newly downloaded apache-tomcat version 6 in /usr/share/tomcat6/webapp
Now server should be start.
I think your problem has solved.
Thank you.