<?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 Alfresco Sample site for the latest build in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-sample-site-for-the-latest-build/m-p/52473#M30822</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good morning,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Those of you on the latest build(s) of Alfresco wcm, have probably already discovered that the Alfresco sample website does not run correctly for press-releases, and company footer.&amp;nbsp; The reason for this is that some of the AVM and JNDI libraries have moved around between releases.&amp;nbsp; It is a fairly straight-forward process to resolve this issue though.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the Util.java file located at or.alfresco.web.pr you will find several import statements.&amp;nbsp; Replace the import statements with the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;import javax.servlet.*;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import javax.servlet.http.*;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import javax.servlet.jsp.PageContext;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import java.io.*;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import java.util.*;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import org.alfresco.jndi.*;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import org.alfresco.service.cmr.remote.AVMRemote;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import org.alfresco.service.cmr.avm.AVMNodeDescriptor;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import org.w3c.dom.*;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import javax.xml.parsers.*;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import java.text.*;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Next, find the line that contains this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;final InputStream istream&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and replace it with this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;final InputStream istream = avm_remote.getFileInputStream( -1, avmPath + '/' + entryName );&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can then compile this into a class, and package it into a jar with the same name as theirs, alfresco-sample-website.jar.&amp;nbsp; Update said jar in Alfresco and restart virtualization.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note:&amp;nbsp; if you are using eclipse, you will need to reference external jars in the buildpath to resolve some types.&amp;nbsp; The jars are all in virtual_tomcat/common/lib, add core.jar, jsp-api.jar, repository.jar, and servlet-api.jar.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If anyone is still having trouble, I'd be happy to email you the compiled jar and/or source code.&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;Brent Kastner&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eye Street Software&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:brent.kastner@eyestreet.com" rel="nofollow noopener noreferrer"&gt;brent.kastner@eyestreet.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Dec 2006 15:14:58 GMT</pubDate>
    <dc:creator>brentkastner</dc:creator>
    <dc:date>2006-12-21T15:14:58Z</dc:date>
    <item>
      <title>Alfresco Sample site for the latest build</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-sample-site-for-the-latest-build/m-p/52473#M30822</link>
      <description>Good morning,Those of you on the latest build(s) of Alfresco wcm, have probably already discovered that the Alfresco sample website does not run correctly for press-releases, and company footer.&amp;nbsp; The reason for this is that some of the AVM and JNDI libraries have moved around between releases.&amp;nbsp; It i</description>
      <pubDate>Thu, 21 Dec 2006 15:14:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-sample-site-for-the-latest-build/m-p/52473#M30822</guid>
      <dc:creator>brentkastner</dc:creator>
      <dc:date>2006-12-21T15:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Sample site for the latest build</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-sample-site-for-the-latest-build/m-p/52474#M30823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;if you are compiling from source, you should be able to recompile a functional sample website compatible with the latest build by doing:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;ant -buildfile projects/web-client/project-build.xml sample-website&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;the war file will end up in projects/web-client/build/dist/&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 19:09:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-sample-site-for-the-latest-build/m-p/52474#M30823</guid>
      <dc:creator>arielb</dc:creator>
      <dc:date>2006-12-27T19:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Sample site for the latest build</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-sample-site-for-the-latest-build/m-p/52475#M30824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I notice that the "Import website content" feature described in the tutorial no longer exists in the current builds.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has this been dropped or is there another way to use this functionality?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2007 23:41:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-sample-site-for-the-latest-build/m-p/52475#M30824</guid>
      <dc:creator>dgibbons</dc:creator>
      <dc:date>2007-01-10T23:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Sample site for the latest build</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-sample-site-for-the-latest-build/m-p/52476#M30825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Never mind, figured it out!&amp;nbsp; Guess I should wait until the official release (and the updated docs), but this is cool stuff…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2007 23:53:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-sample-site-for-the-latest-build/m-p/52476#M30825</guid>
      <dc:creator>dgibbons</dc:creator>
      <dc:date>2007-01-10T23:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Sample site for the latest build</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-sample-site-for-the-latest-build/m-p/52477#M30826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Never mind, figured it out!&amp;nbsp; Guess I should wait until the official release (and the updated docs), but this is cool stuff…&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, it is AND isn't in the current build.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For everyone wondering, the Import Website Content has been deprecated and replaced for BETA and GA with a Bulk Import action.&amp;nbsp; This action is available from the Actions menu within a user's sandbox.&amp;nbsp; This allows users to upload any directory over time into their sandbox, see the list of unpacked files in the Modified Items list, preview, and then submit (which will create a workflow task for whatever workflow you have configured for non-form related assets).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Bulk Import action supports unpacking of zip, tar, and WAR files.&amp;nbsp; The WAR files specifically are to support our new capability of supporting multiple web apps.&amp;nbsp; In the Preview, we supported the ROOT web app only … now, you have access to a Create Web App command within your sandbox, so that you can have a website that is composed of multiple web apps.&amp;nbsp; You can switch context easily between web apps, import an existing web app to preview, and, of course preview via the Virtualization Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is also expected to be used in combo with the File System Interface (new in the current build), which will allow your Web Developers and Application Developers to use DreamWeaver or Eclipse or any other tool to create and modify web assets.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, onto QA to get BETA out next week!&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, 11 Jan 2007 03:40:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-sample-site-for-the-latest-build/m-p/52477#M30826</guid>
      <dc:creator>kvc</dc:creator>
      <dc:date>2007-01-11T03:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Sample site for the latest build</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-sample-site-for-the-latest-build/m-p/52478#M30827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you help me out with steps for downloading source code?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it necessary to install eclipse and SVN for the same?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please reply me soon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Anil&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 13:48:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-sample-site-for-the-latest-build/m-p/52478#M30827</guid>
      <dc:creator>anilkumar_sama</dc:creator>
      <dc:date>2009-07-15T13:48:35Z</dc:date>
    </item>
  </channel>
</rss>

