<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Content on Content Management &#187; Install</title>
	<atom:link href="http://contentoncontentmanagement.com/category/install/feed/" rel="self" type="application/rss+xml" />
	<link>http://contentoncontentmanagement.com</link>
	<description></description>
	<lastBuildDate>Tue, 03 Aug 2010 12:57:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<atom:link rel="next" href="http://contentoncontentmanagement.com/category/install/feed/?page=2" />

		<item>
		<title>Installing Oracle/Stellent Content Server on MS Vista</title>
		<link>http://contentoncontentmanagement.com/2007/09/installing-oraclestellent-content-server-on-ms-vista/</link>
		<comments>http://contentoncontentmanagement.com/2007/09/installing-oraclestellent-content-server-on-ms-vista/#comments</comments>
		<pubDate>Fri, 07 Sep 2007 02:43:49 +0000</pubDate>
		<dc:creator>David Roe</dc:creator>
				<category><![CDATA[Install]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Stellent]]></category>

		<guid isPermaLink="false">http://ContentOnContentManagement.com/2007/09/06/installing-oraclestellent-content-server-on-ms-vista/</guid>
		<description><![CDATA[Last February, shortly after it&#8217;s release, I upgraded my laptop to MS Vista.  Overall I would say my feelings on Vista are mixed, it has a very cool look and feel, but also can be a real pain due to &#8230; <a href="http://contentoncontentmanagement.com/2007/09/installing-oraclestellent-content-server-on-ms-vista/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last February, shortly after it&#8217;s release, I upgraded my laptop to MS Vista.  Overall I would say my feelings on Vista are mixed, it has a very cool look and feel, but also can be a real pain due to a number of issues already covered in countless Linux blogs and Apple commercials.  At the time though the big issue I immediately ran in to was that Oracle/Stellent Content Server would not install.  I tried 10gr3 and 7.5.2 and both either timed out or arubtly threw and error stating that the OS was not compatible.</p>
<p>The one interesting thing was that I already had an instance on my laptop, which was installed prior to upgrading from XP and that instance was running great.  I thus concluded that the compatibility issues were related to the installer, not the actual system, and began experimenting with ways to work around the installer.</p>
<p>Before we go any farther it&#8217;s important to understand that Oracle and/or Stellent Content Server are not <a href="http://www.oracle.com/technology/products/content-management/cert/UCM_Certification_Matrix.pdf">supported </a>on MS Vista and from what I&#8217;ve heard they have no plans to start supporting it.  I personally have yet to experience any major compatibility issues with Content Server running on Vista, but I&#8217;m also not taxing my system heavily, more just proofing out different concepts as well as some limited development.</p>
<p>One of the required elements of my installation procedures is the use of a &#8220;preinstalled Windows XP environment&#8221; created on either a CD or a thumbdrive.  There are a number of utilities available to create a preinstalled environment, the one I used <a href="http://www.nu2.nu/pebuilder/">BartPE </a>is free, <a href="http://www.microsoft.com/Licensing/sa/benefits/winpe.mspx">Microsoft</a> also has one which I have not tried but is available as well.  These utilities will allow you to create a bootable XP instance on a CD or thumbdrive, from there we&#8217;ll be able to boot and then install under XP on to our Vista drive.</p>
<p>Sounds like a hack so far?  Well it is, but keep in mind it&#8217;s only a hack around the installer.  Once the app is installed it&#8217;s business as ususal. </p>
<p><span id="more-10"></span></p>
<p>When your preinstalled windows environment is ready to go, you can begin the installation process:</p>
<p>1.  Download and install Apache.  Windows Vista ships with IIS7, a brand new version and one heavily geared towards .NET web applications.  I&#8217;ve experimented some with the Oracle/Stellent ISAPI filter and IIS7 and had mixed results.  Apache on the other hand runs great on Vista and behaves in a a reliable predicatble manner.</p>
<p>2. Unzip the Oracle and/or Stellent ISO to an accessible folder on the hard drive.  Stellent 7.5.2 had some issues installing from a folder with a space in the name, so as a general practice I ususally unzip everything to a c:\stellent_install folder.</p>
<p>3. Load your preinstalled environment CD or thumbdrive and restart the machine, booting to your CD or thumbdrive.</p>
<p>4. Open a command window, navigate over to your c:\stellent_install folder and run the installer(for 7.5.1 ensure this is the command line installer)</p>
<p>5. During the install, follow the Stellent <a href="http://download-east.oracle.com/docs/cd/E10316_01/cs/cs_doc_10/documentation/integrator/install_cserver_win_10en.pdf">documentation </a>to select the settings that best fit your needs.  There are a couple exceptions though:</p>
<ul>
<li>Choose to manually configure the web server </li>
<li>Skip the database configuration</li>
<li>Do not install the Content Server or Admin Server as services</li>
</ul>
<p>6. Remove your CD or thumbdrive and restart the machine</p>
<p>7. Configure your apache httpd.conf file to point to your new Oracle/Stellent instance.  Should looks something like this:</p>
<p><code><br />
LoadModule IdcApacheAuth c:/stellent/shared/os/win32/lib/IdcApache22Auth.dll<br />
IdcUserDB idcm1 "c:/stellent/data/users/userdb.txt"<br />
Alias /stellent "c:/stellent/weblayout"<br />
&lt;Location "/stellent"&gt;<br />
 DirectoryIndex portal.htm<br />
 IdcSecurity &lt;instance name&gt;<br />
 allow from all<br />
&lt;/Location&gt;</code></p>
<p>add the following if you&#8217;re going to install site studio<br />
<code>&lt;Location "/"&gt;<br />
 IdcSecurity idcm1<br />
&lt;/Location&gt;<br />
UseCanonicalName Off</code></p>
<p>8.  Follow Oracle&#8217;s <a href="http://download-east.oracle.com/docs/cd/E10316_01/cs/cs_doc_10/documentation/integrator/install_cserver_win_10en.pdf">instructions</a> for setting up your database.  If you&#8217;re using an Oracle database the installation doc&#8217;s steps should work great.  If you are using SQL Server 2005(and probably 2000), then you may want to consider using an alternative driver as I&#8217;ve had some issue with the JTDS driver which ships with Oracle/Stellent.  As an alternative you could download (what I think is) the newer JTDS 1.2 driver <a href="http://sourceforge.net/project/showfiles.php?group_id=33291">here</a>.</p>
<blockquote><p>To set up the driver: </p>
<ul>
<li>Find the jtds-1.2.jar file in the downloaded zip and drop it in your shared/classes folder. </li>
<li>Open the System Properties applet and set the following:
<ul>
<li>JDBC Driver Name: net.sourceforge.jtds.jdbc.Driver</li>
<li>JDBC Connection String: jdbc:jtds:sqlserver:/[server]:[port]/[database];instance=[sql server instance]</li>
<li>User name and Password</li>
</ul>
</li>
<li>On the Paths tab, add $COMPUTEDCLASSPATH;$SHAREDDIR/classes/jtds-1.2.jar to the Java Classpath</li>
</ul>
</blockquote>
<p>9.  Open a command window and navigate to the stellent/bin folder.  Run the following</p>
<blockquote><p>IdcServerNT -install</p>
<p>This will install the content server service</p></blockquote>
<p>10.  Navigate to the admin/bin folder and run the following:</p>
<blockquote><p>IdcAdminNT -install</p>
<p>This will install the admin service</p></blockquote>
<p>11.  Open your service and start the Idc Content Server and Idc Content Admin Server services.</p>
<p>That&#8217;s it.  You should now be able to open a browser and log in. </p>
]]></content:encoded>
			<wfw:commentRss>http://contentoncontentmanagement.com/2007/09/installing-oraclestellent-content-server-on-ms-vista/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

