<?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: localhost:8080 connection failure and amp-to-war issue in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/localhost-8080-connection-failure-and-amp-to-war-issue/m-p/21278#M9371</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don´t know if you noticed, but that tutorial&amp;nbsp;got updated to use the new SDK 3.0.&lt;/P&gt;&lt;P&gt;I think the problem is you are mixing some commands that were used for 2.2.0, but that are different now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I recommend is that you try again, following all the steps, as something must be different.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Apr 2017 14:34:30 GMT</pubDate>
    <dc:creator>douglascrp</dc:creator>
    <dc:date>2017-04-27T14:34:30Z</dc:date>
    <item>
      <title>localhost:8080 connection failure and amp-to-war issue</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/localhost-8080-connection-failure-and-amp-to-war-issue/m-p/21275#M9368</link>
      <description>Hello, I have an issue working with Custom Content types in Alfresco (it's the tutorial available on ECM Architect ) but when I launch the content-repo (with mvn intergration-test -Pamp-to-war or the run.bat)&amp;nbsp;or the content-tutorial-share the localhost:8080 gives nothingWhen I generate a simple proj</description>
      <pubDate>Thu, 27 Apr 2017 10:03:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/localhost-8080-connection-failure-and-amp-to-war-issue/m-p/21275#M9368</guid>
      <dc:creator>jackarnd</dc:creator>
      <dc:date>2017-04-27T10:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: localhost:8080 connection failure and amp-to-war issue</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/localhost-8080-connection-failure-and-amp-to-war-issue/m-p/21276#M9369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You didn't say what archetypes you used when creating the projects.&lt;/P&gt;&lt;P&gt;If you used the AIO, then both alfresco and share will be available in port 8080.&lt;/P&gt;&lt;P&gt;But if you used the repo for alfresco and share for share, then alfresco will be using the port 8080, but share will be in port 8081, as maven will start a tomcat instance for each project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give us more details in order to be able to help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 13:14:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/localhost-8080-connection-failure-and-amp-to-war-issue/m-p/21276#M9369</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2017-04-27T13:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: localhost:8080 connection failure and amp-to-war issue</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/localhost-8080-connection-failure-and-amp-to-war-issue/m-p/21277#M9370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used the repo for Alfresco and share for share. And yes normally I should be able to have Alfresco on port 8080 and share on 8081&lt;BR /&gt;I created my Alfresco repo project using&amp;nbsp;&lt;/P&gt;&lt;PRE style="background: #f7f7f7; border: 0px; margin: 0px 0px 24px; padding: 1.5em;"&gt;&lt;CODE style="background: transparent; border: 0px; font-size: 13px;"&gt;mvn archetype:generate -Dfilter=org.alfresco:&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;CODE style="background: transparent; border: 0px; font-size: 13px;"&gt;Then i created a custom content model XML file named&amp;nbsp;&lt;/CODE&gt;&lt;CODE style="background: transparent; border: 0px; font-size: 13px;"&gt;scModel.xml file which I put in ..\content-tutorial-repo\src\main\amp\config\alfresco\module\content-tutorial-repo\modelas said &lt;A href="http://ecmarchitect.com/alfresco-developer-series-tutorials/content/tutorial/tutorial.html#setting-up" rel="nofollow noopener noreferrer"&gt;there&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;Then I added this code to service-context.xml&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE style="background: transparent; border: 0px; font-size: 13px;"&gt;&amp;lt;!‐‐ Registration of new models ‐‐&amp;gt;&lt;BR /&gt; &amp;lt;bean id="${project.artifactId}_dictionaryBootstrap" parent="dictionaryModelBootstrap" depends‐on="dictionaryBootstrap"&amp;gt;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;property name="models"&amp;gt;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;list&amp;gt;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;value&amp;gt;alfresco/module/${project.artifactId}/model/scModel.xml&amp;lt;/value&amp;gt;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/list&amp;gt;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/property&amp;gt;&lt;BR /&gt; &amp;lt;/bean&amp;gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I tried to install but got errors i solved adding some code to my pom.xml as &lt;A href="http://stackoverflow.com/questions/43628932/maven-surefire-plugin-missing" rel="nofollow noopener noreferrer"&gt;detailed&amp;nbsp;here&lt;/A&gt;&amp;nbsp;and up there&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 14:09:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/localhost-8080-connection-failure-and-amp-to-war-issue/m-p/21277#M9370</guid>
      <dc:creator>jackarnd</dc:creator>
      <dc:date>2017-04-27T14:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: localhost:8080 connection failure and amp-to-war issue</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/localhost-8080-connection-failure-and-amp-to-war-issue/m-p/21278#M9371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don´t know if you noticed, but that tutorial&amp;nbsp;got updated to use the new SDK 3.0.&lt;/P&gt;&lt;P&gt;I think the problem is you are mixing some commands that were used for 2.2.0, but that are different now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I recommend is that you try again, following all the steps, as something must be different.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 14:34:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/localhost-8080-connection-failure-and-amp-to-war-issue/m-p/21278#M9371</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2017-04-27T14:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: localhost:8080 connection failure and amp-to-war issue</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/localhost-8080-connection-failure-and-amp-to-war-issue/m-p/21279#M9372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok yes i didn't see that... I actually saved the page as PDF and it was just before it got updated... Great... aha&lt;BR /&gt;But thank you !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 07:46:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/localhost-8080-connection-failure-and-amp-to-war-issue/m-p/21279#M9372</guid>
      <dc:creator>jackarnd</dc:creator>
      <dc:date>2017-04-28T07:46:14Z</dc:date>
    </item>
  </channel>
</rss>

