I am trying to deploy Thredds
war file in the Apache Tomcat 7
server on Windows Server 2012 R2
.
When I started threads data server it is showing error massage like:
Application at context path/Thredds could not found.
I also gone through the Thredds
server log files there error massage is displaying looks like:
tds.content.root.path property isn't defined.
How can I set tds.content.root.path
property in the tds.properties
file or using Java
system properties ?
Please Guys help me out for this issue.
You'll want to specify
tds.content.root.path
in your<tomcat_home>/bin/setenv.bat
. There's a tutorial for server setup here. It's Unix-centric, but hopefully you can use it to do the analogous configuration on Windows.