View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006631 | SymmetricDS | Improvement | public | 2024-10-31 12:54 | 2024-11-06 21:00 |
Reporter | elong | Assigned To | elong | ||
Priority | normal | ||||
Status | resolved | Resolution | fixed | ||
Product Version | 3.15.0 | ||||
Target Version | 3.15.10 | Fixed in Version | 3.15.10 | ||
Summary | 0006631: Deployment of WAR on Tomcat 10 | ||||
Description | Make it easy to deploy a WAR on Tomcat 10, which is using Jakarta EE 10 platform and Servlet 3.0. Make it possible to deploy a WAR without a web.xml, using default application descriptors defined by annotations in the code. # Copy a JDBC JAR into web/WEB-INF/lib # Edit conf/log4j2.xml to set path and filename to symmetric.log bin/symadmin create-war --external-security sym.war cp sym.war ${TOMCAT_HOME}/webapps/ # Optional: Set system property for engines directory: -Dsymmetric.engines.dir=/path/to/dir # Optional: Set system property for security file: -Dsym.keystore.file=/path/to/keystore # Optional: Set system property for cacerts file: -Djavax.net.ssl.trustStore=/path/to/cacerts # Optional: Set system property for REST file: -Dsym.rest.properties.file=/path/to/rest.properties | ||||
Tags | No tags attached. | ||||
SymmetricDS: 3.15 3aa09c2e 2024-10-31 12:58:52 Details Diff |
0006631: Deployment of WAR on Tomcat 10 |
Affected Issues 0006631 |
|
mod - symmetric-server/src/main/java/org/jumpmind/symmetric/JettyCustomizer.java | Diff File | ||
mod - symmetric-server/src/main/java/org/jumpmind/symmetric/SymmetricBoot.java | Diff File | ||
SymmetricDS: 3.15 8b34ba0f 2024-11-06 20:20:52 Details Diff |
0006631: Deployment of WAR on Tomcat 10 |
Affected Issues 0006631 |
|
mod - symmetric-client/src/main/java/org/jumpmind/symmetric/SymmetricAdmin.java | Diff File | ||
rm - symmetric-server/src/main/deploy/web/WEB-INF/web.xml | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-10-31 12:54 | elong | New Issue | |
2024-10-31 12:54 | elong | Status | new => assigned |
2024-10-31 12:54 | elong | Assigned To | => elong |
2024-10-31 12:59 | elong | Status | assigned => resolved |
2024-10-31 12:59 | elong | Resolution | open => fixed |
2024-10-31 12:59 | elong | Fixed in Version | => 3.15.10 |
2024-10-31 13:00 | admin | Changeset attached | => SymmetricDS 3.15 3aa09c2e |
2024-11-06 20:16 | elong | Description Updated | View Revisions |
2024-11-06 21:00 | admin | Changeset attached | => SymmetricDS 3.15 8b34ba0f |