<?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: Is it possible to run services outside of the container? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-run-services-outside-of-the-container/m-p/146482#M102307</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Basically what happens in my archetype is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- The archetype generates a project which has basically a maven-archetype-webapp structure&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- It has a WAR dependency in the POM to the alfresco.war&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- It produces a customized WAR in target overlaying the sources with alfresco (and potentially more, that's where it may come handy to you) war(s)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- You can run it all with a mvn jetty:run-exploded &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't know your project, but it may help. I think that with an advanced maven-war-plugin configuration you could make it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ciao and HTH,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Gab&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Apr 2008 17:48:39 GMT</pubDate>
    <dc:creator>mindthegab</dc:creator>
    <dc:date>2008-04-07T17:48:39Z</dc:date>
    <item>
      <title>Is it possible to run services outside of the container?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-run-services-outside-of-the-container/m-p/146478#M102303</link>
      <description>We are trying to navigate the integration waters with Alfresco and the root context of liferay to add new portals which call on the services available in the spring context.One of my first steps has been to try running the application within a maven 2 integration test project (and ultimately in anot</description>
      <pubDate>Tue, 23 Oct 2007 17:15:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-run-services-outside-of-the-container/m-p/146478#M102303</guid>
      <dc:creator>corridor</dc:creator>
      <dc:date>2007-10-23T17:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to run services outside of the container?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-run-services-outside-of-the-container/m-p/146479#M102304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Maybe you could be interested in running Alfresco within jetty maven2 embedded ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use this feature in the maven-alfresco-extension archetype we've just released in the forge, and also provide some feedback on its usage&amp;nbsp; &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See forge project page &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forge.alfresco.com/projects/m2alfresco/" rel="nofollow noopener noreferrer"&gt;http://forge.alfresco.com/projects/m2alfresco/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and project website&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://repository.sourcesense.com/maven2-sites/maven-alfresco-extension-archetype-1.0.0/" rel="nofollow noopener noreferrer"&gt;http://repository.sourcesense.com/maven2-sites/maven-alfresco-extension-archetype-1.0.0/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in case it can help you…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope so!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ciao,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Gab&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PS:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Well ok, technically it's not out of a container, but it's soooo fast and smooth I had to tell you &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;))&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 16:39:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-run-services-outside-of-the-container/m-p/146479#M102304</guid>
      <dc:creator>mindthegab</dc:creator>
      <dc:date>2008-04-07T16:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to run services outside of the container?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-run-services-outside-of-the-container/m-p/146480#M102305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Funny you mentioned it - I ended up creating my own alfresco archetype as well. It doesn't sound quite as thorough as yours, but it's allowed me to easily extend the api with embedded changes. Branding is a snap now too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for chiming in!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 16:49:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-run-services-outside-of-the-container/m-p/146480#M102305</guid>
      <dc:creator>corridor</dc:creator>
      <dc:date>2008-04-07T16:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to run services outside of the container?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-run-services-outside-of-the-container/m-p/146481#M102306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Corridor - Were you able to successfully embed the Alfresco Spring services within your own web app using this approach?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 16:54:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-run-services-outside-of-the-container/m-p/146481#M102306</guid>
      <dc:creator>jdbrown</dc:creator>
      <dc:date>2008-04-07T16:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to run services outside of the container?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-run-services-outside-of-the-container/m-p/146482#M102307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Basically what happens in my archetype is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- The archetype generates a project which has basically a maven-archetype-webapp structure&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- It has a WAR dependency in the POM to the alfresco.war&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- It produces a customized WAR in target overlaying the sources with alfresco (and potentially more, that's where it may come handy to you) war(s)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- You can run it all with a mvn jetty:run-exploded &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't know your project, but it may help. I think that with an advanced maven-war-plugin configuration you could make it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ciao and HTH,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Gab&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 17:48:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/is-it-possible-to-run-services-outside-of-the-container/m-p/146482#M102307</guid>
      <dc:creator>mindthegab</dc:creator>
      <dc:date>2008-04-07T17:48:39Z</dc:date>
    </item>
  </channel>
</rss>

