Commit graph

9 commits

Author SHA1 Message Date
Brian Clements
fe8eb82e92 Omaha #3206 edex changes related to new javax.serlvet FOSS project
Former-commit-id: c875f17719 [formerly 0a2ddfbc79 [formerly f9de79465a] [formerly c875f17719 [formerly c042671ecf12a6fa46e35d4954d23492f35b7c76]]]
Former-commit-id: 0a2ddfbc79 [formerly f9de79465a]
Former-commit-id: 0a2ddfbc79
Former-commit-id: 8471e4d8a4
2014-05-22 14:09:07 -05:00
Brad Gonzales
c92b8ccb34 Issue #2886 Removed httpd-collaboration rpm Installation and added collab-dataserver
rpm to replace it.  Changed dependency references to httpd-collaboration to refer to collab-dataserver.

Amend:  Updated call to status in init script.
        Redirect start.sh error output to an error file.
        Use macro to define ant opts in component.spec.

Change-Id: I73369dc3e9079a1732ae9d06229d3135f82ef2f4

Former-commit-id: f0189d61ca [formerly fe8e6a1fa1 [formerly 4fa60427b4] [formerly f0189d61ca [formerly d7466d36140c94b5ef4e57fea25526231912e018]]]
Former-commit-id: fe8e6a1fa1 [formerly 4fa60427b4]
Former-commit-id: fe8e6a1fa1
Former-commit-id: 9ff7dd12aa
2014-04-03 17:47:58 -05:00
Brad Gonzales
2bf330935d Issue #2937 Separate room logging into a subdirectory to separate room logs from
other logging. Updated abstract_setup.xml to check the javaUtilities baseline directory and the cots directory
for dependency jars so that symbolic links are not needed in order to build.  Fixes for Archive log access
and search.

Change-Id: I7ca111cebb4dae998ce1390f3bb73b0f48eb7174

Former-commit-id: 15e1b7a7f6 [formerly d4659c48a6 [formerly 404faeeca0] [formerly 15e1b7a7f6 [formerly 480c86e5bbe6866b8c4c285006d3d7f7fed2b056]]]
Former-commit-id: d4659c48a6 [formerly 404faeeca0]
Former-commit-id: d4659c48a6
Former-commit-id: 85911a9d01
2014-03-31 11:45:22 -05:00
Brian Clements
be28c7e1cd Issue #2827 fixed collab dataserver returning empty body with 200
we check if a file exists in and out of the lock when reading
if the file is deleted between checks, the inner check attempts to return an error
we had already access the output stream from the response object so it is committed to 200
fixed by waiting to get the output stream until after the second check


Former-commit-id: d44c55e976 [formerly ce1038723d [formerly bfde9c37ce] [formerly d44c55e976 [formerly 31c42d161146b0367435c66535d4da700a572f24]]]
Former-commit-id: ce1038723d [formerly bfde9c37ce]
Former-commit-id: ce1038723d
Former-commit-id: 2aa9dcb248
2014-03-12 08:27:22 -05:00
Brian Clements
6c142629c4 Issue #2756 reworked collaboration dataserver build
replaced install ant script with build script that also deploys
new build uses feature explorer, but handles its own compile stage
updated deployment and start script to match new build
added logging level control argument


Former-commit-id: cde0d05820 [formerly acbd4910fe [formerly fac33a8915] [formerly cde0d05820 [formerly 8e1da85b9d3da580c8d5b53783e2b17c6ee8d00e]]]
Former-commit-id: acbd4910fe [formerly fac33a8915]
Former-commit-id: acbd4910fe
Former-commit-id: a97d1a1fb5
2014-03-06 11:49:57 -06:00
Brian Clements
7d4b92d90f Issue #2756 added security toggle to collaboration
security on HTTP server can be disabled for legacy clients from openfire settings
added xmpp connection retry to http server so servers can be started in any order


Former-commit-id: f44f1212dd [formerly cd0e1e271a [formerly 7b085f62de] [formerly f44f1212dd [formerly 1e52606fe709f2cf27f835363ca5ab2bf6ada912]]]
Former-commit-id: cd0e1e271a [formerly 7b085f62de]
Former-commit-id: cd0e1e271a
Former-commit-id: 2482a58273
2014-03-04 16:02:25 -06:00
Brian Clements
0170dbdb6f Issue #2756 install script for collaboration http server
added check for non-edex deployment in plugin-methods.xml
added dataserver feature to use feature-based deployment scripts
moved start/stop scripts to subdirectory
reworked start script to work with external classpath jars


Former-commit-id: 934ce73e4b [formerly a738448825 [formerly 3b6121b9fa] [formerly 934ce73e4b [formerly 7d476e67ad00cc8e9c494ed04c7ce0ecc691059a]]]
Former-commit-id: a738448825 [formerly 3b6121b9fa]
Former-commit-id: a738448825
Former-commit-id: 769ee18145
2014-03-03 14:07:01 -06:00
Brian Clements
f5ac60f8fa Issue #2756 implemented HTTP public key auth scheme
collaboration HTTP server now requires auth header (configured via openfire)
added auth to cave client


Former-commit-id: d8e283e1b4 [formerly 9d0b02e0a4 [formerly ce24bd1018] [formerly d8e283e1b4 [formerly e0e4dfdedff283c809060257fbf04e777faf318d]]]
Former-commit-id: 9d0b02e0a4 [formerly ce24bd1018]
Former-commit-id: 9d0b02e0a4
Former-commit-id: fd18963221
2014-02-28 16:15:17 -06:00
Brian Clements
673bcd6917 Issue #2756 new collaboration openfire plugin and http service
new servlet http service that communicates with openfire for configuration
new openfire plugin to reflect new http service
openfire and http service no longer need to be on same machine
moved http header parsing code from ogc to common util
updated collaboration http code to prefer XML instead of HTML


Former-commit-id: 5b4f1e8288 [formerly f0c89ef6c6 [formerly f6b2827434] [formerly 5b4f1e8288 [formerly ff23569984eee43927c10ca041ca7e0ca4d40a3b]]]
Former-commit-id: f0c89ef6c6 [formerly f6b2827434]
Former-commit-id: f0c89ef6c6
Former-commit-id: 68fac79fe7
2014-02-18 10:03:12 -06:00