Oscar On Tomcat 6
open source web-based Electronic Medical Record (EMR) system
Brought to you by:
davidhcchan,
jaygallagher
Kinda flying blind here, but I adjusted the Tomcat lib path in the ant script and now I get the error shown below. Any pointers in the right direction would be appreciated.
Old Value:
<fileset dir="${catalina}/common/lib">
New Value:
<fileset dir="${catalina}/lib">
New Error:
someuser@ubuntu:~/src/oscar_source/oscar_mcmaster/build$ ant
Buildfile: build.xml
BUILD FAILED
/home/someuser/src/oscar_source/oscar_mcmaster/build/build.xml:401: taskdef class org.apache.catalina.ant.ReloadTask cannot be found
Total time: 5 seconds
Ok - think I managed to solve the problem. Line 403 needed to be adjusted as well.
Old Line:
<pathelement path="${catalina}/server/lib/catalina-ant.jar"/>
New Line:
<pathelement path="${catalina}/lib/catalina-ant.jar"/>
May have spoke too soon. Although the compile seems to work fine, I still can't seem to get Oscar to run. Can anyone confirm if they've been able to get Oscar to work with Tomcat 6?
Thanks,
Kris