dependencies { compile project(":client-java") compile fileTree(dir: 'vendor', include: '*.jar', exclude: '*-sources.jar') vendor 'org.apache.logging.log4j:log4j-core:2.5' vendor 'org.apache.logging.log4j:log4j-core:2.5:sources' vendor 'org.apache.logging.log4j:log4j-slf4j-impl:2.5' vendor 'org.apache.logging.log4j:log4j-slf4j-impl:2.5:sources' vendor 'org.eclipse.jetty:jetty-server:9.3.6.v20151106' vendor 'org.eclipse.jetty:jetty-server:9.3.6.v20151106:sources' vendor 'org.eclipse.jetty:jetty-servlet:9.3.6.v20151106' vendor 'org.eclipse.jetty:jetty-servlet:9.3.6.v20151106:sources' vendor 'org.eclipse.jetty:jetty-proxy:9.3.6.v20151106' vendor 'org.eclipse.jetty:jetty-proxy:9.3.6.v20151106:sources' }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 19803 | tjuricek |
Setting up the server to be deployable as a servlet, and adding custom "prefix" addition to all routes. It's not completely clear exactly when you'd want to do this, but, you could include the hws.jar in your app server and run this way. This adds a new "servlet example project" that we use to execute a basic test in the new suite. |
||
#1 | 19645 | tjuricek | Create test that uses reverse proxy to mount HWS under "/webservices", and then use the HWS java SDK to access it via that proxy. |