Thanks for the link. Can you add it to the documentation index at http://tomee.apache.org/documentation.html?

I tried following the instructions, and I encountered two issues:

1) "Update $CATALINA_HOME/conf/tomcat-users.xml to add a tomee user to allow access to the console" : this is not obvious at all. Any old user definition does *not* work.

I copied the following snippet from a standalone distribution, but I'm not really sure what the restrictions are.

  <role rolename="tomee-admin" />
<user username="tomee" password="tomee" roles="tomee-admin,manager-gui" />

You'd better include the required XML snippet in the documentation.

2) After running the installer from the web UI, I could not restart Tomcat.

This was fixed by

chmod +x bin/catalina.sh


Otherwise, everything worked fine, and I was able to deploy a Java EE webapp.

Best regards,
Harald


Am 23.11.2012 21:06, schrieb Jean-Louis MONTEIRO:
here it is
http://tomee.apache.org/installation-drop-in-war.html

If you have any comments of fix, please feel free to use the blue pen on
top-right to edit the page (no committer account needed).

JLouis

Reply via email to