<?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: Any way to explode, rather than running build.xml in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/any-way-to-explode-rather-than-running-build-xml/m-p/14524#M6288</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, you can. In JBoss you can create an alfresco folder under &amp;lt;jboss&amp;gt;/server/default/deploy/alfresco and extract the WAR contents in there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Remember to remove the WAR file from &amp;lt;jboss&amp;gt;/server/default/deploy though otherwise your changes will be overwritten. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are actually considering distributing the bundle in this way to make changes for developers easier.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jan 2006 09:02:10 GMT</pubDate>
    <dc:creator>gavinc</dc:creator>
    <dc:date>2006-01-26T09:02:10Z</dc:date>
    <item>
      <title>Any way to explode, rather than running build.xml</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/any-way-to-explode-rather-than-running-build-xml/m-p/14522#M6286</link>
      <description>HiI have integrated Alfresco code in ObjectWeb Lomboz (Eclipse 3.1), made few changes in the JSP level, have set JDK1.5 and Jboss_home variables in build.xml environment, and was able to run the application which reflected the changes.Now developers concern, I will have to tweak a lot at different l</description>
      <pubDate>Wed, 25 Jan 2006 11:48:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/any-way-to-explode-rather-than-running-build-xml/m-p/14522#M6286</guid>
      <dc:creator>shanmmugarajak</dc:creator>
      <dc:date>2006-01-25T11:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to explode, rather than running build.xml</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/any-way-to-explode-rather-than-running-build-xml/m-p/14523#M6287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes we do that. We find TomCat is the easiest platform to test against because it automatically expands the WAR file on deployment. You can then easily replace the JSP files (while the server is running hot) or class files and config files (then restarting the server).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For JBoss I think you can explode the WAR file by hand into the deployment directory (in the same way that a lot of the Jboss services are expanded into folder structures) - you can then make changes to the exploded structure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2006 08:55:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/any-way-to-explode-rather-than-running-build-xml/m-p/14523#M6287</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2006-01-26T08:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to explode, rather than running build.xml</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/any-way-to-explode-rather-than-running-build-xml/m-p/14524#M6288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, you can. In JBoss you can create an alfresco folder under &amp;lt;jboss&amp;gt;/server/default/deploy/alfresco and extract the WAR contents in there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Remember to remove the WAR file from &amp;lt;jboss&amp;gt;/server/default/deploy though otherwise your changes will be overwritten. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are actually considering distributing the bundle in this way to make changes for developers easier.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2006 09:02:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/any-way-to-explode-rather-than-running-build-xml/m-p/14524#M6288</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2006-01-26T09:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to explode, rather than running build.xml</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/any-way-to-explode-rather-than-running-build-xml/m-p/14525#M6289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Kevin and Gavin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot for your response. I was out of work for few days hence couldn't check your replies.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes I have done what you have suggested, created a folder ALFRESCO within Jboss\server\default\deploy\ and I unzipped&amp;nbsp; alfresco.war in it, I couldn't find any .class file in the WAR. It is the same WAR which works perfectly fine after making the JSP change and deploying it (created a new WAR after making my JSP change).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now my question is how would I go about making changes to .java file and allied files (if needed) and deploy it. I couldn't find any .class file, if I could spot any my guess is I have to compile a java file after making my changes replace it in the ALFRESCO folder. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Help me on this - spotting the .class files, making change to .java file?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I belive you guys should be able to give a solution for the above.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would suggest you guys give Alfresco itself as WAR file and instructions on how to go about it, to our community, so that it will be a great boon to developers, your idea in line with this suggestion is absolutely awesome!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Raja&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2006 06:21:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/any-way-to-explode-rather-than-running-build-xml/m-p/14525#M6289</guid>
      <dc:creator>shanmmugarajak</dc:creator>
      <dc:date>2006-01-30T06:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to explode, rather than running build.xml</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/any-way-to-explode-rather-than-running-build-xml/m-p/14526#M6290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Guys&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is an addition to the previous question of mine, regarding exploding the WAR of alresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using JBOSS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did per your instructions, created a folder called ALFRESCO under \server\default\deploy, made a simple change in login.jsp, removed the alfresco.war and started the JBOSS server, I just managed only a error page - "/alfresco/faces/jsp/login.jsp is not available", to correct it I pasted the old WAR in the deploy folder, now I get the original login.jsp but the change is not getting reflected, currently I am in a position where I need to run build.xml for each and every change I make, this is really painful for a developer like me. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Guys I am sure you Alfresco developers would have gone through it and have a solution, please respond.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Raja&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2006 10:58:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/any-way-to-explode-rather-than-running-build-xml/m-p/14526#M6290</guid>
      <dc:creator>shanmmugarajak</dc:creator>
      <dc:date>2006-01-30T10:58:58Z</dc:date>
    </item>
  </channel>
</rss>

