Changeset 1254 for EDIS/trunk/java/README
- Timestamp:
- Sep 18, 2011, 9:16:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
EDIS/trunk/java/README
r1251 r1254 31 31 32 32 Pick and choose which are appropriate depending on your deployment platform and configuration. 33 34 ## Configuring VistALink 35 36 Currently, VistALink connection settings are "baked in" to the web application in the following file: 37 38 tracking-server-main/src/main/web-app/WEB-INF/config/vistalink-config.xml 39 40 You can either edit this before performing a build so that main.war contains your connection settings, or do it after deploying main.war to your servlet container in "exploded" mode. 41 42 Possible future development could store this connection information with some alternative implementation, like in a relational database, for example. One could potentially write a VistALink connection info administration UI as well. 43 44 ## Configuring SSL 45 46 Currently, EDIS is not configured to enforce channel security over SSL, though it should be able to run over SSL if you have configured your servlet container to serve it over SSL, which you most certainly should do. If you'd like it to serve user-friendly welcome pages over port 80 and still require SSL for other bits, you will need to tweak the spring-security configuration located at: 47 48 tracking-server-main/src/main/web-app/WEB-INF/config/security-config.xml 49 50 The main web application uses the spring security framework (version 2.0.7) to implement its security layer. You can read more about it here: 51 http://static.springsource.org/spring-security/site/docs/2.0.x/reference/springsecurity.html 52 53 ## EDIS Big Board Automatic Login with No User 54 55 Currently the EDIS Big Board web application (bigboard.war) has no authentication mechanism configured at all. VA's implementation was a WebLogic specific 2-way SSL authentication mechanism. If you want automatically authenticating big boards you will need to implement the equivalent yourself. 56 57 The main EDIS application (main.war) contains a copy of the Big Board that runs as a signed-in user, which should work as a starting point.
Note:
See TracChangeset
for help on using the changeset viewer.