Installing Petals View

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (1)

View Page History

Repeat the procedure to configure all steps and parameters you want to be shown in Petals View.

h1. Known problems


h2. Unable to start the application under tomcat 6

Under some Operating System (checked on Red Hat Entreprise 5), by default, the Tomcat Security Manager doesn't allow the access to classes with a restricted user. So the application doesn't start. So you must add this lines into the catalina.policy file (you can found it into the conf directory of your tomcat installation):
{code}
 grant codeBase "file:${catalina.home}/webapps/petals-view-ui-X/WEB-INF/classes/-" { };
{code}
Then you restart the tomcat server, and now the application may start.