
DocCare2 full distribution has an embedded Tomcat5.5 server. It locates in ${BURGEONSOFT_HOME}/deploy/tomcat.sar.
The default HTTP port is 8080.
To change the default port, you may edit ${BURGEONSOFT_HOME}/deploy/tomcat.sar/service.xml, find the parameter named ‘PORT’ and change its value.
This modification requires restart of DocCare2.
By default the web context is ‘doccare’, that means you may access DocCare2 from URL http://hostname:port/doccare.
If you want to change the default web context, you may edit ${BURGEONSOFT_HOME}/deploy/tomcat.sar/conf/module.xml, find attribute ‘context’ and change its value.
This modification also requires restart of DocCare2.