<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Alfresco v3.4b + OpenWorkDesk in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-v3-4b-openworkdesk/m-p/267209#M220339</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Manuel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;we could reproduce this issue here at WeWebU too running against Alfresco 3.4b. But we could solve this issue by using the tomcat server coming with Alfresco only for Alfresco and using another standalone tomcat server ONLY for OpenWorkdesk. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem seems to be a library conflict when deploying Alfresco 3.4b and OpenWorkdesk on the same application server. We will adopt the QuickStartGuide according to this issue and update "Known Problems". Could you please give feedback, if this solution works on your side too.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2010 19:53:01 GMT</pubDate>
    <dc:creator>deko</dc:creator>
    <dc:date>2010-12-12T19:53:01Z</dc:date>
    <item>
      <title>Alfresco v3.4b + OpenWorkDesk</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-v3-4b-openworkdesk/m-p/267208#M220338</link>
      <description>Hello,i am Manuel Mueller from the WeWebU-Project-Team at HS-Coburg. This is the issue i told Mr. Pausch and Mr. Michel about.I set up the latest Alfresco v3.4b on a german Windows XP SP3 in VMWare Workstation 7.CPU: Intel Core2Duo 3GhzRAM: 1024MBI followed the steps in the Quick-Start-Guide -&amp;gt; "</description>
      <pubDate>Thu, 09 Dec 2010 09:45:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-v3-4b-openworkdesk/m-p/267208#M220338</guid>
      <dc:creator>unknown-user</dc:creator>
      <dc:date>2010-12-09T09:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco v3.4b + OpenWorkDesk</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-v3-4b-openworkdesk/m-p/267209#M220339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Manuel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;we could reproduce this issue here at WeWebU too running against Alfresco 3.4b. But we could solve this issue by using the tomcat server coming with Alfresco only for Alfresco and using another standalone tomcat server ONLY for OpenWorkdesk. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem seems to be a library conflict when deploying Alfresco 3.4b and OpenWorkdesk on the same application server. We will adopt the QuickStartGuide according to this issue and update "Known Problems". Could you please give feedback, if this solution works on your side too.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2010 19:53:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-v3-4b-openworkdesk/m-p/267209#M220339</guid>
      <dc:creator>deko</dc:creator>
      <dc:date>2010-12-12T19:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco v3.4b + OpenWorkDesk</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-v3-4b-openworkdesk/m-p/267210#M220340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried installing OWD with Alfresco on Ubuntu 10.10 last night at home.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I got it to work with no problems, but I did this in several steps:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Firstly I installed Apache Tomcat (in the /opt folder).&amp;nbsp; This is the default .tar.gz file, which I unzipped and copied using &lt;/SPAN&gt;&lt;STRONG&gt;sudo cp -s &amp;lt;src&amp;gt; &amp;lt;dest&amp;gt;&lt;/STRONG&gt;&lt;SPAN&gt; into the&lt;/SPAN&gt;&lt;STRONG&gt; /opt&lt;/STRONG&gt;&lt;SPAN&gt; folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I unzipped the OpenWorkdesk .tar.gz file and copied the contents into a newly-created folder "ow" inside the Tomcat webapps folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Next I started Tomcat with its default configuration &lt;/SPAN&gt;&lt;STRONG&gt;sudo ./startup.sh&lt;/STRONG&gt;&lt;SPAN&gt; and waited for the server to initialize correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I tested OWD inside FireFox with the following URL: &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;A href="http://localhost:8080/ow" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/ow&lt;/A&gt; &lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;and was taken directly to the OpenWorkdesk login screen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I logged in with the username "admin" and password "admin" and was immediately connected to the Alfresco Cloud.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The next step was to install Alfresco locally, which I did by first downloading the Alfresco Community Edition, which is bundled as a Linux .bin file.&amp;nbsp; I ran the installation and installed the deployment into the /opt directory also.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;During installation, remember to configure the ports differently to the existing Apache Tomcat server that is hosting the OpenWorkdesk, so as not to cause any conflicts.&amp;nbsp; This I did by simply incrementing all the port numbers and this seemed to do the trick, e.g. port 8080 became 8081.&amp;nbsp; Please also remember your Alfresco username and password, which you will enter during the installation, because you'll need this to log into OWD later.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After starting the Alfresco server, I browsed to my newly configured URL, which in my case was &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;A href="http://localhost:8081/alfresco" rel="nofollow noopener noreferrer"&gt;http://localhost:8081/alfresco&lt;/A&gt; &lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;and this opened the Alfresco dashboard.&amp;nbsp; I was also able to login to Alfresco using the username and password that I had previously set.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The next step was to connect OWD to the local Alfresco deployment.&amp;nbsp; This would mean stopping the OWD Tomcat server and modifying the owbootstrap.xml file, which was located in:&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;/opt/apache-tomcat-x.x.x./webapps/ow/WEB-INF/conf/cmis/owbootstrap.xml&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I switched the configuration of the repository by commenting out the section WSDLRepository that pointed at the Alfresco Cloud and configured the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;WSDLRepository&amp;gt;&lt;A href="http://localhost:8081/alfresco/cmis/RepositoryService?wsdl" rel="nofollow noopener noreferrer"&gt;http://localhost:8081/alfresco/cmis/RepositoryService?wsdl&lt;/A&gt;&amp;lt;/WSDLRepository&amp;gt;&lt;BR /&gt;&amp;lt;WSDLNavigation&amp;gt;&lt;A href="http://localhost:8081/alfresco/cmis/NavigationService?wsdl" rel="nofollow noopener noreferrer"&gt;http://localhost:8081/alfresco/cmis/NavigationService?wsdl&lt;/A&gt;&amp;lt;/WSDLNavigation&amp;gt;&lt;BR /&gt;&amp;lt;WSDLObject&amp;gt;&lt;A href="http://localhost:8081/alfresco/cmis/ObjectService?wsdl" rel="nofollow noopener noreferrer"&gt;http://localhost:8081/alfresco/cmis/ObjectService?wsdl&lt;/A&gt;&amp;lt;/WSDLObject&amp;gt;&lt;BR /&gt;&amp;lt;WSDLMultifiling&amp;gt;&lt;A href="http://localhost:8081/alfresco/cmis/MultiFilingService?wsdl" rel="nofollow noopener noreferrer"&gt;http://localhost:8081/alfresco/cmis/MultiFilingService?wsdl&lt;/A&gt;&amp;lt;/WSDLMultifiling&amp;gt;&lt;BR /&gt;&amp;lt;WSDLDiscovery&amp;gt;&lt;A href="http://localhost:8081/alfresco/cmis/DiscoveryService?wsdl" rel="nofollow noopener noreferrer"&gt;http://localhost:8081/alfresco/cmis/DiscoveryService?wsdl&lt;/A&gt;&amp;lt;/WSDLDiscovery&amp;gt;&lt;BR /&gt;&amp;lt;WSDLVersioning&amp;gt;&lt;A href="http://localhost:8081/alfresco/cmis/VersioningService?wsdl" rel="nofollow noopener noreferrer"&gt;http://localhost:8081/alfresco/cmis/VersioningService?wsdl&lt;/A&gt;&amp;lt;/WSDLVersioning&amp;gt;&lt;BR /&gt;&amp;lt;WSDLRelationship&amp;gt;&lt;A href="http://localhost:8081/alfresco/cmis/RelationshipService?wsdl" rel="nofollow noopener noreferrer"&gt;http://localhost:8081/alfresco/cmis/RelationshipService?wsdl&lt;/A&gt;&amp;lt;/WSDLRelationship&amp;gt;&lt;BR /&gt;&amp;lt;WSDLPolicy&amp;gt;&lt;A href="http://localhost:8081/alfresco/cmis/PolicyService?wsdl" rel="nofollow noopener noreferrer"&gt;http://localhost:8081/alfresco/cmis/PolicyService?wsdl&lt;/A&gt;&amp;lt;/WSDLPolicy&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;Then I saved the file, restarted Tomcat and then opened OpenWorkdesk in FireFox once again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;A href="http://localhost:8080/ow" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/ow&lt;/A&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;This time I logged into OpenWorkdesk using the Alfresco username and password, which I had previously entered while installing Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I could see the new repository layout - Voila!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Dec 2010 11:58:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-v3-4b-openworkdesk/m-p/267210#M220340</guid>
      <dc:creator>unknown-user</dc:creator>
      <dc:date>2010-12-17T11:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco v3.4b + OpenWorkDesk</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-v3-4b-openworkdesk/m-p/267211#M220341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, well that helped. I was just confused because i had the intel that no second tomcat would be required. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had to change the Tomcat-Settings of Tomcat v5.5 for the OWD-Install on Windows in the server.xml from "C&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;rogrammeApache Software FoundationTomcat 5.5conf"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;Server port="8006" shutdown="SHUTDOWN"&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Connector port="8081" maxHttpHeaderSize="8192"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; maxThreads="150" minSpareThreads="25" maxSpareThreads="75"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; enableLookups="false" redirectPort="8444" acceptCount="100"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; connectionTimeout="20000" disableUploadTimeout="true" /&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Connector port="8010"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; enableLookups="false" redirectPort="8444" protocol="AJP/1.3" /&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;That helped. I am testing the latest sprint which is Sprint 6a. In order to save some Performance i installed Alfresco with the minimal settings, meaning i deselected everything, also OpenOffice. I hope this will not result in problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can not simply change the ports for the alfresco-install in their installer because the HR-Application would not let it install because your installer is configured that way that it uses the port 8080 and fails if alfresco is not there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now it would be nice if somebody would find time to convert the HR-Sample-Application installer batch-files (its two of em) into .sh-linux-shellscripts so one could use it on linux/unix as well. To save performance we think about using a centralized alfresco install and only use one tomcat and owd on the dev-machines.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;edit: i just saw &lt;/SPAN&gt;&lt;A href="http://www.openworkdesk.org/phpbbforum/viewtopic.php?f=8&amp;amp;t=35" rel="nofollow noopener noreferrer"&gt;http://www.openworkdesk.org/phpbbforum/viewtopic.php?f=8&amp;amp;t=35&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;okay so i am glad i did built another vm to test this ^^&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Dec 2010 14:36:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-v3-4b-openworkdesk/m-p/267211#M220341</guid>
      <dc:creator>unknown-user</dc:creator>
      <dc:date>2010-12-19T14:36:20Z</dc:date>
    </item>
  </channel>
</rss>

