سؤال

I am trying to setup Jaas and TomEE. So I created a TomEE installation using Generating a TomEE-Project with Maven and I am doing the required changes to catalina.sh and server.xml, but everytime I run TomEE, the changes I made into catalina.sh server.xml are lost. Why?

هل كانت مفيدة؟

المحلول 2

I lost changes because, to start TomEE, I used the command

mvn package tomee:run

that overwrites the settings with the defaults

نصائح أخرى

To complete the answer you can persist changes putting the config (tomee.xml, system.properties, ...) in src/main/tomee/conf.

Side note: another advantage is using:

mvn tomee:build

you can create a zip with tomee and your config.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top