Package | Description |
---|---|
org.openmrs.api.context |
This package describes the context framework through which
authentication is performed and services provided for the OpenMRS system.
|
org.openmrs.web |
Modifier and Type | Method and Description |
---|---|
static void |
Context.startup(Properties props)
Starts the OpenMRS System Should be called prior to any kind of activity
|
static void |
Context.startup(String url,
String username,
String password,
Properties properties)
Starts the OpenMRS System in a _non-webapp_ environment
Note: This method calls Context.openSession() , so you must call
Context.closeSession() somewhere on the same thread of this application so as to not
leak memory. |
Modifier and Type | Method and Description |
---|---|
static void |
WebDaemon.startOpenmrs(javax.servlet.ServletContext servletContext)
Start openmrs in a new thread that is authenticated as the daemon user.
|
Copyright © 2024 OpenMRS Inc.. All rights reserved.