diff options
author | Endi S. Dewata <edewata@redhat.com> | 2013-05-16 13:06:14 -0500 |
---|---|---|
committer | Endi S. Dewata <edewata@redhat.com> | 2013-06-10 13:35:22 -0400 |
commit | 0812c8d7583250d9ccbfbc3439083d1d2296b2f5 (patch) | |
tree | ed22e7a39a37ee87a36257170b00da7db11eca54 /base/common/src/com | |
parent | e4656ce3f71f5cc0ba124ed5082a264e2689140b (diff) | |
download | pki-0812c8d7583250d9ccbfbc3439083d1d2296b2f5.tar.gz pki-0812c8d7583250d9ccbfbc3439083d1d2296b2f5.tar.xz pki-0812c8d7583250d9ccbfbc3439083d1d2296b2f5.zip |
Added Tomcat-based TPS instance.
The build and deployment tools have been modified to support creating
a basic Tomcat instance to run TPS. New configuration and template
files for TPS have been copied from another Tomcat subsystem. The TPS
functionality itself will be added in future patches.
Ticket #526
Diffstat (limited to 'base/common/src/com')
-rw-r--r-- | base/common/src/com/netscape/certsrv/logging/ILogger.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/common/src/com/netscape/certsrv/logging/ILogger.java b/base/common/src/com/netscape/certsrv/logging/ILogger.java index 10ec35337..c036a538b 100644 --- a/base/common/src/com/netscape/certsrv/logging/ILogger.java +++ b/base/common/src/com/netscape/certsrv/logging/ILogger.java @@ -134,6 +134,7 @@ public interface ILogger { */ public static final int S_TKS = 16; + public static final int S_TPS = 17; /** * log source: identify the log entry is from other subsystem |