...
The last step, is to initialize the tables, and populate with the latest Health Canada DPD. You can do this by pointing your browser to http://localhost:8080/drugref2/Update.jsp
For OSCAR, you just need to edit the configuration file, and update the drugref_url property. It should look something like this
Code Block |
---|
drugref_url=http://localhost:8080/drugref2/DrugrefService |
Notes:
In order to get passed the LoadTimeWeaver exception (and problems with the update, i had to do the following)
...