Help Center

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:

  1. If DocCare is running, stop it.
  2. Move all the content in ${BURGEON_HOME}/webapps/doccare to ${BURGEON_HOME}/webapps/ROOT, then delete directory ${BURGEON_HOME}/webapps/doccare.
  3. Modify ${BURGEON_HOME}/deploy/20tomcat.sar/conf/module.xml, Comment out or delete line
     <war context="/doccare" path="/doccare"/> 
    . Save your modification.
  4. Start DocCare. Then you can access DocCare by using root context.

Change /doccare to other context

Steps below:
  1. If DocCare is running, stop it.
  2. Modify ${BURGEON_HOME}/deploy/20tomcat.sar/conf/module.xml, Replace
    context=/doccare" 
    with
    context="/New Context Name", For example: context="/docs"
    Save your modification.
  3. Start DocCare. Then you can access DocCare by using new context name. For example: http://localhost:8088/docs