-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
comand and tomcat war support #646
Comments
Hi @SnowerWkh , thanks for filing this issue! We are actively working on support for WARs in #431 . |
|
Hi @YJFinBJ , what sorts of instructions are you performing in your entrypoint script ( Are you calculating JVM args in your entrypoint script? If not, I would recommend either setting them using the |
|
Hi @coollog @chanseokoh There is start/stop Bootstrap in catalina.sh,and also some env args like JAVA_OPTS etc. And JVM args can setting them in jvmFlags that's OK |
@YJFinBJ this may be helpful: #431 (comment) |
Closing this in favor of #431. For WAR use cases now, we recommend converting to a JAR with embedded Tomcat (via dependencies under |
Description of the issue:
Expected behavior:
Thanks for contributing!
The text was updated successfully, but these errors were encountered: