Commit graph

7 commits

Author SHA1 Message Date
Brad Gonzales
5506e9362a 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: d4659c48a6 [formerly 404faeeca0] [formerly d4659c48a6 [formerly 404faeeca0] [formerly 15e1b7a7f6 [formerly 480c86e5bbe6866b8c4c285006d3d7f7fed2b056]]]
Former-commit-id: 15e1b7a7f6
Former-commit-id: 1c685a9eb6 [formerly 2f56fd3c9d]
Former-commit-id: 4940c40a7f
2014-03-31 11:45:22 -05:00
Brian Clements
560f51d226 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: ce1038723d [formerly bfde9c37ce] [formerly ce1038723d [formerly bfde9c37ce] [formerly d44c55e976 [formerly 31c42d161146b0367435c66535d4da700a572f24]]]
Former-commit-id: d44c55e976
Former-commit-id: ab86cda554 [formerly d693c07bb4]
Former-commit-id: 22d6302151
2014-03-12 08:27:22 -05:00
Brian Clements
f962ac4159 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: acbd4910fe [formerly fac33a8915] [formerly acbd4910fe [formerly fac33a8915] [formerly cde0d05820 [formerly 8e1da85b9d3da580c8d5b53783e2b17c6ee8d00e]]]
Former-commit-id: cde0d05820
Former-commit-id: 2b3aaeff26 [formerly eb54c46b3c]
Former-commit-id: db510daf06
2014-03-06 11:49:57 -06:00
Brian Clements
8d9da2b63e 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: cd0e1e271a [formerly 7b085f62de] [formerly cd0e1e271a [formerly 7b085f62de] [formerly f44f1212dd [formerly 1e52606fe709f2cf27f835363ca5ab2bf6ada912]]]
Former-commit-id: f44f1212dd
Former-commit-id: c446513912 [formerly 0790849f03]
Former-commit-id: 8b1a00fb2f
2014-03-04 16:02:25 -06:00
Brian Clements
861716341a 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: a738448825 [formerly 3b6121b9fa] [formerly a738448825 [formerly 3b6121b9fa] [formerly 934ce73e4b [formerly 7d476e67ad00cc8e9c494ed04c7ce0ecc691059a]]]
Former-commit-id: 934ce73e4b
Former-commit-id: 75c179b06f [formerly a44c5f8d48]
Former-commit-id: a36f303646
2014-03-03 14:07:01 -06:00
Brian Clements
f00f8eb1d9 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: 9d0b02e0a4 [formerly ce24bd1018] [formerly 9d0b02e0a4 [formerly ce24bd1018] [formerly d8e283e1b4 [formerly e0e4dfdedff283c809060257fbf04e777faf318d]]]
Former-commit-id: d8e283e1b4
Former-commit-id: f56cbac9fb [formerly edd72cbde4]
Former-commit-id: 6d4abdc37c
2014-02-28 16:15:17 -06:00
Brian Clements
f866ac4365 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: f0c89ef6c6 [formerly f6b2827434] [formerly f0c89ef6c6 [formerly f6b2827434] [formerly 5b4f1e8288 [formerly ff23569984eee43927c10ca041ca7e0ca4d40a3b]]]
Former-commit-id: 5b4f1e8288
Former-commit-id: 02319f36e4 [formerly a1d9e40bd4]
Former-commit-id: 5889341612
2014-02-18 10:03:12 -06:00