<?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>IT Support Services Blog &#187; OpenOffice</title>
	<atom:link href="http://www.offsitenoc.com/blogs/tag/openoffice/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.offsitenoc.com/blogs</link>
	<description>One Click Remote Server Support</description>
	<lastBuildDate>Fri, 16 Jul 2010 17:54:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Openoffice as a service in windows</title>
		<link>http://www.offsitenoc.com/blogs/openoffice-as-a-service-in-windows/</link>
		<comments>http://www.offsitenoc.com/blogs/openoffice-as-a-service-in-windows/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 21:43:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OpenOffice]]></category>

		<guid isPermaLink="false">http://www.offsitenoc.com/blogs/?p=148</guid>
		<description><![CDATA[1) Download and install openoffice 2) run openoffice once before installing it as a service 3) Download and install windows 2003 resource kit from microsoft website. 4) Create a service account and give it log on as a service rights ( i used openoffice as service account name) 4) Create a service named OpenOfficeUnoServer to [...]]]></description>
			<content:encoded><![CDATA[<p>1) Download and install openoffice</p>
<p>2) run openoffice once before installing it as a service</p>
<p>3) Download and install windows 2003 resource kit from microsoft website.</p>
<p>4) Create a service account and give it log on as a service rights ( i used openoffice as service account name)</p>
<p>4) Create a service named <tt>OpenOfficeUnoServer to do so run the following command</tt></p>
<p>&#8220;C:\Program Files\Windows Resource Kits\Tools\Instsrv.exe&#8221; OpenOfficeUnoServer &#8220;C:\Program Files\Windows Resource Kits\Tools\Srvany.exe&#8221;</p>
<p>5) Go to services snap in and change the log on account with the account you created in step 4.</p>
<p>5)  Open registry and configure the values as shown in the screen shot shown below:</p>
<p>Create parameters key and make sure the values match as shown below. You have to create Application and AppParameters REG_SZ values.</p>
<p><img class="alignnone size-large wp-image-150" title="Openoffice service parameter key" src="http://www.offsitenoc.com/blogs/wp-content/uploads/2009/12/temp2-1024x217.jpg" alt="Openoffice service parameter key" width="727" height="217" /></p>
<p><img class="alignnone size-full wp-image-149" title="openoffice as a service registry settings" src="http://www.offsitenoc.com/blogs/wp-content/uploads/2009/12/temp1.jpg" alt="openoffice as a service registry settings" width="724" height="224" /></p>
<p>6) Start Service</p>
<p>7) Open command prompt and change directory to c:\program files\openoffice.org 3\program</p>
<p>Run the following command</p>
<p><span style="color: #0000ff;"><span style="color: #cc0000;">soffice -accept=&#8221;socket,port=8100;urp;StarOffice.ServiceManager&#8221;</span></span></p>
<p><span style="color: #0000ff;"><span style="color: #cc0000;"><span style="color: #000000;"> <img src='http://www.offsitenoc.com/blogs/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Run </span></span></span>netstat -anp tcp</p>
<p>This should show a listening on port 8100.Chances are that the service will only listen on the <tt>127.0.0.1</tt> interface; this means you can only connect from the same machine and it&#8217;s good  from a security point of view. However, if you want to be able to connect from  other machines as well you need to change the <em>accept</em> string to  <tt>"socket,host=0.0.0.0,port=8100;urp;"</tt> in the <tt>AppParameters</tt> registry value</p>
]]></content:encoded>
			<wfw:commentRss>http://www.offsitenoc.com/blogs/openoffice-as-a-service-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
