Description
In OOZIE-2666, when Oozie has moved from Tomcat to Jetty, we also moved the Tomcat related JVM options inside the startup script bin/oozied.sh to the more specific bin/oozie-jetty-server.sh.
It seems that not all the catalina_opts have been moved to jetty_opts. Such an example is oozie.instance.id, causing we don't have any server name information within the Oozie server logs.
So the task is to investigate startup scripts and put missing and needed catalina_opts to jetty_opts.
Attachments
Attachments
Issue Links
- is related to
-
OOZIE-2666 Support embedding Jetty into Oozie
- Closed