summaryrefslogtreecommitdiffstats
path: root/base/server/share
Commit message (Collapse)AuthorAgeFilesLines
...
* Moved web application context file.Endi S. Dewata2013-12-162-0/+0
| | | | | | | | | | | | | | The location of web application context file has been changed from <instance>/webapps/<name>/META-INF/context.xml into <instance>/conf/Catalina/localhost/<name>.xml. This will eventually allow deploying the web application directly from the shared folder. A new upgrade script has been added to move the context files in the existing instances. Ticket #499
* Added paging links.Endi S. Dewata2013-12-061-0/+94
| | | | | | | The UI tables have been modified to provide Prev and Next links to navigate through the result pages. Ticket #654
* Added RCUE sample files.Endi S. Dewata2013-12-0622-6/+572
| | | | | | New CSS, font, and image files have been added from RCUE examples. Ticket #654
* Added TPS UI skeleton.Endi S. Dewata2013-12-062-0/+85
| | | | | | | An inititial implementation of TPS UI has been added. The UI will display TPS resources as tables. Ticket #654
* Added Backbone library.Endi S. Dewata2013-12-052-0/+2857
| | | | | | | The Backbone library and its dependency (Underscore) have been added to the common web application. Ticket #654
* Updated jQuery library.Endi S. Dewata2013-12-054-11/+10262
| | | | | | | The jQuery library its internationalization plugin have been replaced with the development version. Ticket #654
* Replaced auth.properties with acl.properties.Endi S. Dewata2013-11-201-2/+2
| | | | | | | | | | | | | | The ACL mapping files have been renamed from auth.properties to acl.properties to match the actual content and moved into the subsystem conf folder. The authentication method mapping files have been extracted from the interceptor into actual files. The ACLInterceptor and AuthMethodInterceptors have been modified to read the default mapping first, then overwrite it with custom mapping if it exists in the subsystem folder. The UpdateAuthzProperties upgrade script has been replaced with RemoveAuthProperties that will remove the old auth.properties.
* Stand-alone DRMMatthew Harmsen2013-10-251-2/+2
| | | | * TRAC Ticket #762 - Stand-alone DRM (cleanup tasks)
* enable tomcat access logAndrew Wnuk2013-10-151-2/+2
| | | | | | This patch enables Tomcat access log for Java subsystems. Ticket #558.
* Upgrade script to fix JAVA_OPTSAde Lee2013-09-181-10/+10
|
* Added new link for resteasy dependencyAde Lee2013-09-171-0/+4
| | | | | Resteasy 3.0.1 uses apache-commons-io. Also fixed PKIErrorInterceptor with correct method call and reformatted the interceptors.
* fixing for new tomcat systemd filesAde Lee2013-09-172-6/+11
| | | | | | | | tomcat now uses systemd unit files. We will reuse and customize those files accordingly. As a result, startup is simplified considerably - and pkidaemon has been gutted accordingly. We'll need to add migration scripts for older instances in a subsequent patch.
* TRAC Ticket #641 - Incorrect interface labels in pkidaemon outputMatthew Harmsen2013-09-041-21/+21
|
* Changed systemd service file so that target starts up correctlyAde Lee2013-09-021-1/+2
| | | | | | | Also added SuccessExitStatus directive to unit file to ignore exit value 143. As a result of this setting, exit status 0 is returned. Ticket 716
* Added TPS installation to the web based install panels for JavaAde Lee2013-08-234-0/+220
|
* Reorganized server files.Endi S. Dewata2013-07-1352-0/+8709
Some server files in base/common have been moved to base/server for consistency. The build scripts have been updated accordingly.