<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.obsidianscheduler.com/doc/index.php?action=history&amp;feed=atom&amp;title=Installation_Guide_%283.x.x_and_earlier%29</id>
	<title>Installation Guide (3.x.x and earlier) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.obsidianscheduler.com/doc/index.php?action=history&amp;feed=atom&amp;title=Installation_Guide_%283.x.x_and_earlier%29"/>
	<link rel="alternate" type="text/html" href="https://wiki.obsidianscheduler.com/doc/index.php?title=Installation_Guide_(3.x.x_and_earlier)&amp;action=history"/>
	<updated>2026-04-22T17:56:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.7</generator>
	<entry>
		<id>https://wiki.obsidianscheduler.com/doc/index.php?title=Installation_Guide_(3.x.x_and_earlier)&amp;diff=3010&amp;oldid=prev</id>
		<title>Craig: Created page with &quot;This installation guide is a companion to the Obsidian Installer UI. Its purpose is to provide additional detail as to the meaning of various inputs and to provide guidance on...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.obsidianscheduler.com/doc/index.php?title=Installation_Guide_(3.x.x_and_earlier)&amp;diff=3010&amp;oldid=prev"/>
		<updated>2016-07-03T14:25:02Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This installation guide is a companion to the Obsidian Installer UI. Its purpose is to provide additional detail as to the meaning of various inputs and to provide guidance on...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This installation guide is a companion to the Obsidian Installer UI. Its purpose is to provide additional detail as to the meaning of various inputs and to provide guidance on advanced usage of the installer.&lt;br /&gt;
&lt;br /&gt;
The installer itself installs and configures the artifacts. The configured artifacts will have their [[Advanced_Configuration#Properties_File|Properties]] file configured according to the choices made during the installation process. You may always change these later or use one of the [[Advanced_Configuration#Properties_File|override]] mechanisms.&lt;br /&gt;
== Running the Obsidian Installer ==&lt;br /&gt;
The installer is an executable jar that can be run as a UI &amp;lt;code&amp;gt;java -jar Obsidian-Install-&amp;#039;&amp;#039;n&amp;#039;&amp;#039;-&amp;#039;&amp;#039;n&amp;#039;&amp;#039;-&amp;#039;&amp;#039;n&amp;#039;&amp;#039;.jar&amp;lt;/code&amp;gt; or in interactive console mode &amp;lt;code&amp;gt;java -jar Obsidian-Install-&amp;#039;&amp;#039;n&amp;#039;&amp;#039;-&amp;#039;&amp;#039;n&amp;#039;&amp;#039;-&amp;#039;&amp;#039;n&amp;#039;&amp;#039;.jar -console&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
If you are doing a version upgrade of Obsidian or are otherwise uninterested in actually configuring the artifacts, you can run the quick start mode to get the default configured artifacts &amp;lt;code&amp;gt;java -jar Obsidian-Install-&amp;#039;&amp;#039;n&amp;#039;&amp;#039;-&amp;#039;&amp;#039;n&amp;#039;&amp;#039;-&amp;#039;&amp;#039;n&amp;#039;&amp;#039;.jar h2-winstone-quick-start.xml&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Obsidian Installer Artifacts ==&lt;br /&gt;
The Obsidian Installer installs and configures a number of artifacts.&lt;br /&gt;
&lt;br /&gt;
[[Image:2.5.0.InstallationPacks.PNG]]&lt;br /&gt;
&lt;br /&gt;
# Obsidian WAR - This is the Obsidian Web Admin UI with scheduler component enabled. Configuration will be found at &amp;#039;&amp;#039;INSTALL_PATH&amp;#039;&amp;#039;/obsidian.war!/WEB-INF/classes/com.carfey.properties.&lt;br /&gt;
# Obsidian Standalone Admin WAR - This is the Obsidian Web Admin UI with scheduler component disabled. Configuration will be found at &amp;#039;&amp;#039;INSTALL_PATH&amp;#039;&amp;#039;/standaloneObsidianAdmin.war!/WEB-INF/classes/com.carfey.properties.&lt;br /&gt;
# Standalone Obsidian Runtime - This is a runtime folder containing the libraries and configuration necessary for running the Obsidian Scheduler component either as a standalone module or for use as an Embedded Scheduler in your application. Configuration will be found at &amp;#039;&amp;#039;INSTALL_PATH&amp;#039;&amp;#039;/standalone/obsidian-props.jar!/com.carfey.properties.&lt;br /&gt;
# Obsidian License Proxy - Allows for local license leasing from a [[Key_Server_Proxy|Key Server Proxy]] that ultimately leases licenses from the Obsidian License server.&lt;br /&gt;
# Documentation - README and Embedded API Javadoc.&lt;br /&gt;
# Winstone - A simple servlet container for quick evaluation of the Obsidian UI.&lt;br /&gt;
# License - Obsidian and 3rd party license information.&lt;br /&gt;
&lt;br /&gt;
== Obsidian Configuration ==&lt;br /&gt;
The rest of the installation process guides you through the configuration.&lt;br /&gt;
&lt;br /&gt;
[[Image:2.5.0.Configuration1.PNG]]&lt;br /&gt;
&lt;br /&gt;
First, you must choose what [[Authenticator]] mechanism will be used within Obsidian. Select Other if you have implemented your own authentication mechanism to use within Obsidian. &amp;#039;&amp;#039;Native (Database)&amp;#039;&amp;#039; authentication requires no additional configuration.&lt;br /&gt;
&lt;br /&gt;
Next, you&amp;#039;ll want to select the email usage type. We highly recommend you configure Obsidian for email use as it will allow you to benefit from the event [[Event_Notifications|notification]] and [[Admin_Notifications|subscription]] model in Obsidian.&lt;br /&gt;
&lt;br /&gt;
Then you&amp;#039;ll configure the log file location, license key and registered company name. Registered company name is only required for our Site License users.&lt;br /&gt;
&lt;br /&gt;
==== LDAP Configuration ====&lt;br /&gt;
[[Image:2.5.0.ConfigurationLDAP.PNG]]&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;ve selected LDAP Authentication, this screen takes you through configuring the server address and the various elements used to grant access. You should familiarize yourself with Obsidian [[Authenticator#Roles|Roles]]. The &amp;#039;&amp;#039;Access DN&amp;#039;&amp;#039; configuration element grants Read access to Obsidian application. You may use the same DN for more than one Role should you so wish.&lt;br /&gt;
&lt;br /&gt;
==== Custom Authenticator Configuration====&lt;br /&gt;
[[Image:2.5.0.ConfigurationCustomAuthenticator.PNG]]&lt;br /&gt;
&lt;br /&gt;
If you have chosen to use your own authentication mechanism, you must enter the fully qualified classname here.&lt;br /&gt;
&lt;br /&gt;
==== Database Configuration ====&lt;br /&gt;
[[Image:2.9.0.ConfigurationDatabase.PNG]]&lt;br /&gt;
&lt;br /&gt;
Next comes database configuration. If you are using JNDI, leave the username and password fields blank. If using JDBC URL, username and password fields are required.&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;Database connections per instance&amp;#039;&amp;#039; and &amp;#039;&amp;#039;Database connection timeout(millis)&amp;#039;&amp;#039; fields are required and provide directive to the connection pool.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Database table name prefix&amp;#039;&amp;#039; is optional and is typically used when Obsidian will be colocated in an existing database/schema.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Database schema (Oracle/PostgreSQL)&amp;#039;&amp;#039; - This is used to allow for an alternate schema other than the default user&amp;#039;s schema. We also recommend setting this value with Oracle/PostgreSQL when using JNDI as it allows more efficient database metadata loading.&lt;br /&gt;
&lt;br /&gt;
By default, the Obsidian installation will only include the JDBC libraries necessary for your particular database. At times you may wish to include the others to be able to change between databases. In those cases, check &amp;#039;&amp;#039;Include all supported JDBC libs&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
==== Email Configuration ====&lt;br /&gt;
If not using JNDI for mail sessions, provide the server and authentication details as required.&lt;br /&gt;
&lt;br /&gt;
[[Image:2.5.0.ConfigurationSSL.PNG]]&lt;br /&gt;
&lt;br /&gt;
[[Image:2.5.0.ConfigurationTLS.PNG]]&lt;br /&gt;
&lt;br /&gt;
[[Image:2.5.0.ConfigurationOpen.PNG]]&lt;br /&gt;
&lt;br /&gt;
==== JNDI Configuration ====&lt;br /&gt;
[[Image:2.5.0.ConfigurationJNDIBoth.PNG]]&lt;br /&gt;
&lt;br /&gt;
If you have selected JNDI for mail sessions, provide the JNDI path here. If you are using JNDI for Database connections, specify the database type.&lt;br /&gt;
&lt;br /&gt;
==== Configuring 3rd Party Library Conflict Management ====&lt;br /&gt;
[[Image:2.5.0.ConfigurationJarJar.PNG]]&lt;br /&gt;
&lt;br /&gt;
The Obsidian installer allows you to use [https://code.google.com/p/jarjar/ JarJar] to handle potential conflicts between Obsidian&amp;#039;s use of 3rd party libraries and versions used within your application. On this screen, simply select which libraries to which you wish to apply the JarJar bytecode modification process. This is optional and is skipped if no libraries are selected. Any jars not listed for which you are using more recent versions can be used and are therefore not included as options in the JarJar processing.&lt;br /&gt;
&lt;br /&gt;
== Completing the Installation ==&lt;br /&gt;
[[Image:2.5.0.InstallationFinished.PNG]]&lt;br /&gt;
&lt;br /&gt;
Once you&amp;#039;ve completed the Installation and Configuration screens, fully configured Obsidian Scheduler artifacts are now ready for you to use in the installation path you selected.&lt;br /&gt;
&lt;br /&gt;
Should you wish to automate future installations with the same configuration, click &amp;#039;&amp;#039;Generate an automatic installation script&amp;#039;&amp;#039;. This will prompt you to save an XML file that can be used for future installations using the automated install procedure &amp;lt;code&amp;gt;java -jar Obsidian-Install-&amp;#039;&amp;#039;n&amp;#039;&amp;#039;-&amp;#039;&amp;#039;n&amp;#039;&amp;#039;-&amp;#039;&amp;#039;n&amp;#039;&amp;#039;.jar my-obsidian-configuration.xml&amp;lt;/code&amp;gt;. Every effort is made to ensure compatibility of these automated install files between versions. Any incompatibility will be noted in the [[Release_Notes|Release Notes]]. These automated installer files can also be used as templates for other environments, modifying them as necessary.&lt;/div&gt;</summary>
		<author><name>Craig</name></author>
	</entry>
</feed>