How to Change DocCare's Web Address(URL)?
After you have installed DocCare, by default, you can use the following URL to access DocCare, http://<hostname or IP address>:8088/doccare
For example: http://localhost:8088/doccare
Move DocCare to Root Context
You can move the /doccare context to the root context. For example: http://localhost:8088/
Steps below:
- If DocCare is running, stop it.
- Move all the content in ${BURGEON_HOME}/webapps/doccare to ${BURGEON_HOME}/webapps/ROOT, then delete directory ${BURGEON_HOME}/webapps/doccare.
- Modify ${BURGEON_HOME}/deploy/20tomcat.sar/conf/module.xml, Comment out or delete line
<war context="/doccare" path="/doccare"/>
. Save your modification.
- Start DocCare. Then you can access DocCare by using root context.
Change /doccare to other context
Steps below:
- If DocCare is running, stop it.
- Modify ${BURGEON_HOME}/deploy/20tomcat.sar/conf/module.xml, Replace
context=/doccare"
with context="/New Context Name", For example: context="/docs"
Save your modification.
- Start DocCare. Then you can access DocCare by using new context name. For example: http://localhost:8088/docs