Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If that works, you may stop the archive by Ctrl+C in the console you have started it, and

Windows:
  • install it as Windows service executing install_service.bat
  • aditional notes:
    • for 64-bit Windows download JavaService version 2.0.7.64 from http://javaservice.objectweb.org and replace file bin/JavaService.exe
    • if your service fails while starting ("Service could not be started") , and you are using JDK 6 and :
      1. check your your Windows Event Log - if there are messages like "The specified module could not be found.", "Failed creating java ...\jvm.dll"
      in your Windows Event Log -
      1. - continue with next step
      2. try to add %JAVA_HOME%\bin to the system PATH environment variable, so java could find file mscvr71.dll (for details see https://issues.apache.org/bugzilla/show_bug.cgi?id=41538 and http://www.duckware.com/tech/java6msvcr71.html)
    • Many versions of Windows need to be restarted after modifying environment variables (like JAVA_HOME and PATH).
Redhat and Ubuntu Linux:
  • copy the init script dcm4chee_init_redhat.sh to /etc/init.d/ and adjust it according your installation location of the archive and the JDK and under which user the archive application shall run.
Mac OSX
Tip
title

If running as a service or daemon on any operating system, you should disable CONSOLE logging as noted here:http://forums.dcm4che.org/jiveforums/thread.jspa?messageID=4787&#4787