Results 1 to 2 of 2
Hello all
I have been trying to test out OpenClinica which requires tomcat apache. However I am having problems seeing the web page that should be displayed.
When typing http://serverip:8080/ ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-14-2011 #1Just Joined!
- Join Date
- Jan 2008
- Posts
- 48
Tomcat problems
Hello all
I have been trying to test out OpenClinica which requires tomcat apache. However I am having problems seeing the web page that should be displayed.
When typing http://serverip:8080/ into a web browser i get a blank white page but when I type http://serverip:8080/OpenClinica/
i get http status 404
type Status report
message
description The requested resource () is not available.
Its been many many years since I last worked with apache tomcat (10 years) so does anyone have any pointers as to what I should look for to try and rectify this problem?
Many thanks in adv for any help
t.
- 02-27-2011 #2Just Joined!
- Join Date
- Feb 2011
- Location
- Zagreb
- Posts
- 10
It seems that U don't have context file..
go to tomcat/conf/Catalina/localhost
create new file - OpenClinica.xml , add following code:
Code:<Context path="/OpenClinica" docBase="/path/to/application" debug="0"> </Context>
Restart tomcat
BR
Dino


Reply With Quote
