Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The VetView project contains four files that must be customized to your institution's settings.  These files are named:

 


  • VetView-authentication-config.properties
  • VetView-database-config.properties
  • VetView-communication-config.properties

 


These files will be found at in the WEB-INF/classes folder (inside your VetView installation folder).

...

To configure the LDAP settings, open the VetView-authentication-config.properties file and change the settings to match your institution's.  If your ldap requires more settings, you can add lines to this file.    


Info

To read more about security LDAP settings in VetView, check out our page on Security.

 


To disable LDAP completely (and rely solely on local VetView accounts), open the file and comment out each line with a '#'.

Before: 

...

To configure the LDAP settings, open the VetView-database-config.properties file and change the settings to match the database you've setup for VetView.

 


Configuring Your Communications

Note

In previous version of VetView, there were more parameters stored in this file, but since version 0.9.2.4, many parameters All parameters, except for the Email settings were moved to the System Options Screen and are stored in the database.

 


The VetView-communication-config.properties file contains only the following email settings:

...

Info
iconfalse
titleEmail Settings
grails.

...

mail.

...

smtp.auth=true
grails.

...

mail.

...

smtp.

...

grails.machine.interface.server.url

...

For VetView installations using the TCP/IP Dawning/DI interface, this is the parameter you'll use to set the URL to reach that web application. The URL should be the address of the web app with "/Order" appended to it (for example, "http://128.192.84.39:8080/VvTcpIpInterface/Order").

...

starttls.enable=true
grails.mail.smtp.port=587
grails.mail.host=post.uga.edu
grails.mail.port=587
grails.mail.username=<System Account>
grails.mail.password=<password>

Some schools who are using Office365 where having issues with setting some of the mail properties using a properties text file. So I also set VetView to look for a "VetView-config.groovy" file. This file allows us to create a list of parameters. I have attached an example file that can be downloaded and add to the classes folder with the other configuration files.

VetView-config.groovy




Next Step

Previous Step