We are currently working on the forum. For the short-term, all forum content will be in read-only format. We apologize for the interruption and look forward to collaborating with you shortly. All the best in your research!
I am running Ubuntu 16.04 LTS
Apache Tomcat/7.0.68
PostgreSQL 9.5.3
I am trying to deploy OpenClinica 3.11 within Tomcat
I have set up the folders and datainfo.properties as instructed.
I have also successfully deployed a sample "Hello World" applet through Tomcat.
However, trying to access localhost:8080/OpenClinica results in
"HTTP Status 404 - /OpenClinica
type Status report
message /OpenClinica
description The requested resource is not available."
I have tried to deploy the OpenClinica.war file in the webapps folder in /usr/share/tomcat7
I would appreciate a little bit of guidance on this issue, things to check etc. The fact that Tomcat successfully deploys a sample applet but not OC makes me think that there may be compatibility issues, or additional requirements for OC to work.
0
Comments
dbUser=clinica
dbPass=**********
db=openclinica
dbPort=5432
dbHost=localhost
filePath=/var/OpenClinica/3-11/data/
sysURL=http://localhost:8080/OpenClinica/MainMenu
log.dir=/var/OpenClinica/3-11/logs/
Make sure the changes you made changes to both places/tomcat/webapps/openclinica/WEB-INF/classes/ datainfo.properties
and one in tomcat/openclinica.config/datainfo.properties
Start tomcat again
Regards
Krister
I'm also cautious not to use hyphens in the paths. This caused an issue in my deployment with Rules Designer previously.