<?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: Classloader in virtual tomcat in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/classloader-in-virtual-tomcat/m-p/157871#M112018</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks you, I know this: but how to solve this ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mila&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2008 06:39:51 GMT</pubDate>
    <dc:creator>mvlach</dc:creator>
    <dc:date>2008-06-05T06:39:51Z</dc:date>
    <item>
      <title>Classloader in virtual tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/classloader-in-virtual-tomcat/m-p/157869#M112016</link>
      <description>Hi,I have problem with classloader - It cannot load log4j.properties from the standard webapp. It cannot read our language properties.log4j:ERROR Could not read configuration file from URL [file:/V:/www/VERSION/v-1/DATA/www/avm_webapps/ROOT/WEB-INF/classes/log4j.properties].java.io.FileNotFoundExcep</description>
      <pubDate>Thu, 05 Jun 2008 05:26:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/classloader-in-virtual-tomcat/m-p/157869#M112016</guid>
      <dc:creator>mvlach</dc:creator>
      <dc:date>2008-06-05T05:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Classloader in virtual tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/classloader-in-virtual-tomcat/m-p/157870#M112017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you mapped or mounted the CIFS projection of the repository, as described at &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Virtualization_Server_FAQ#What_is_the_difference_between_a_native_file_system_path.2C_a_JNDI_path.2C_and_an_AVM_path.3F" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Virtualization_Server_FAQ#What_is_the_difference_between_a_native_file_system_path.2C_a_JNDI_path.2C_and_an_AVM_path.3F&lt;/A&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It sounds like your webapp (or Log4J) is trying to perform direct file I/O to read the log4j.properties file, which is an activity that cannot be intercepted by the Alfresco code that runs within the virtualisation server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Peter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2008 06:37:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/classloader-in-virtual-tomcat/m-p/157870#M112017</guid>
      <dc:creator>pmonks</dc:creator>
      <dc:date>2008-06-05T06:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Classloader in virtual tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/classloader-in-virtual-tomcat/m-p/157871#M112018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks you, I know this: but how to solve this ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mila&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2008 06:39:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/classloader-in-virtual-tomcat/m-p/157871#M112018</guid>
      <dc:creator>mvlach</dc:creator>
      <dc:date>2008-06-05T06:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Classloader in virtual tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/classloader-in-virtual-tomcat/m-p/157872#M112019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If the virtualisation server is running on Windows, you need to map the Alfresco repository as the "V:" drive, using Windows Explorer or the "net use" command or wotnot.&amp;nbsp; If the virtualisation server is running on Linux / Solaris / Mac OSX, you need to mount the Alfresco repository at "/media/alfresco/cifs/v" using the "mount" command.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is explained in more detail at &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Virtualization_Server_FAQ#What_is_the_difference_between_a_native_file_system_path.2C_a_JNDI_path.2C_and_an_AVM_path.3F" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Virtualization_Server_FAQ#What_is_the_difference_between_a_native_file_system_path.2C_a_JNDI_path.2C_and_an_AVM_path.3F&lt;/A&gt;&lt;SPAN&gt; - I'd encourage you to read that section of the virtualisation server FAQ a few times just to get a feel for what this is doing and why it's required.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Peter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2008 06:54:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/classloader-in-virtual-tomcat/m-p/157872#M112019</guid>
      <dc:creator>pmonks</dc:creator>
      <dc:date>2008-06-05T06:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Classloader in virtual tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/classloader-in-virtual-tomcat/m-p/157873#M112020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks you for heplp,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i have worked&amp;nbsp; whole night and I am very slow &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mila&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2008 06:57:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/classloader-in-virtual-tomcat/m-p/157873#M112020</guid>
      <dc:creator>mvlach</dc:creator>
      <dc:date>2008-06-05T06:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Classloader in virtual tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/classloader-in-virtual-tomcat/m-p/157874#M112021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm facing the same problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What is the default Alfresco repository location on Windows and Linux Systems?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I couldn't find them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Junior&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2009 17:55:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/classloader-in-virtual-tomcat/m-p/157874#M112021</guid>
      <dc:creator>fjunior87</dc:creator>
      <dc:date>2009-01-31T17:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Classloader in virtual tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/classloader-in-virtual-tomcat/m-p/157875#M112022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The location of the repository isn't what's relevant here - what's required is to mount the Alfresco WCM (AVM) repository via CIFS to one of the mount locations described at &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Virtualization_Server_FAQ#What_is_the_difference_between_a_native_file_system_path.2C_a_JNDI_path.2C_and_an_AVM_path.3F" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Virtualization_Server_FAQ#What_is_the_difference_between_a_native_file_system_path.2C_a_JNDI_path.2C_and_an_AVM_path.3F&lt;/A&gt;&lt;SPAN&gt;; ie.:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;/media/alfresco/cifs/v&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;on Unix&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;v:&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;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;on Windows.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The "share" that should be mounted to one of these locations is "AVM", so the full UNC is "\\alfrescohostnameA\AVM" (where "alfrescohostnameA" is the fully qualified hostname of the machine Alfresco is running on, with the letter 'A' appended to the end).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Stepping back for a minute, I should also point out that the virtualisation server isn't the only (or even the best) way to achieve in-context preview with Alfresco WCM managed content.&amp;nbsp; The other options, along with a comparison of each, is described at &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/WCM_Preview" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/WCM_Preview&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Peter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 19:29:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/classloader-in-virtual-tomcat/m-p/157875#M112022</guid>
      <dc:creator>pmonks</dc:creator>
      <dc:date>2009-02-02T19:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Classloader in virtual tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/classloader-in-virtual-tomcat/m-p/157876#M112023</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;BR /&gt;&lt;SPAN&gt;After digging into alfresco and windows a lot with unsucessful output gave up this task&amp;nbsp; &lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;&amp;nbsp; :twisted: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Requesting you to give one example. The documentation given is in brief but unable to do understand it properly.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2009 06:20:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/classloader-in-virtual-tomcat/m-p/157876#M112023</guid>
      <dc:creator>mt44555</dc:creator>
      <dc:date>2009-02-13T06:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Classloader in virtual tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/classloader-in-virtual-tomcat/m-p/157877#M112024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just thought of posting the list of information sources that helped give me a solution:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;This thread.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;&lt;A href="http://wiki.alfresco.com/wiki/CIFS_Windows" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/CIFS_Windows&lt;/A&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;&lt;A href="http://blog.another-d-mention.ro/misc/alfresco-cifs-shared-drive-authentication-problem/" rel="nofollow noopener noreferrer"&gt;http://blog.another-d-mention.ro/misc/alfresco-cifs-shared-drive-authentication-problem/&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;SPAN&gt;Notes:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;–Both server and client are on Windows 7&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;–The step to edit host file (Windows\System32\drivers\etc\hosts) is important (from resource #3 above):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;13.13.13.13 workstationA&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;–Replacing "workstationA" with "your computer name" + "A", I needed to type the command like below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;net use V: \\workstationA\AVM /user:admin admin /persistent:yes&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;Links with related information:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;–&lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/File_Server_Subsystem" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/File_Server_Subsystem&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;–&lt;/SPAN&gt;&lt;A href="http://andoylang.wordpress.com/2010/07/20/alfresco-with-cifs/" rel="nofollow noopener noreferrer"&gt;http://andoylang.wordpress.com/2010/07/20/alfresco-with-cifs/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrew&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 23:17:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/classloader-in-virtual-tomcat/m-p/157877#M112024</guid>
      <dc:creator>ansyeow</dc:creator>
      <dc:date>2011-08-03T23:17:58Z</dc:date>
    </item>
  </channel>
</rss>

