<?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 Virtualisation Server and context path in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/virtualisation-server-and-context-path/m-p/96670#M66452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We have a dynamic web application which we are managing using Alfresco and have run into an isuse with the virtualisation server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have encoded all our urls using the JSTL c:url tag. When viewed through the virtualisation server we get a context path of $-1$site$ROOT added to urls.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I assume this context path is required by the internals of the virtualisation server. However I don't think it should be exposed to the application, as the path is incorrect for the running application. Is there any way I can get rid of this through configuration?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Aug 2007 07:49:26 GMT</pubDate>
    <dc:creator>mark_smithson</dc:creator>
    <dc:date>2007-08-03T07:49:26Z</dc:date>
    <item>
      <title>Virtualisation Server and context path</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/virtualisation-server-and-context-path/m-p/96670#M66452</link>
      <description>We have a dynamic web application which we are managing using Alfresco and have run into an isuse with the virtualisation server.We have encoded all our urls using the JSTL c:url tag. When viewed through the virtualisation server we get a context path of $-1$site$ROOT added to urls.I assume this con</description>
      <pubDate>Fri, 03 Aug 2007 07:49:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/virtualisation-server-and-context-path/m-p/96670#M66452</guid>
      <dc:creator>mark_smithson</dc:creator>
      <dc:date>2007-08-03T07:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Virtualisation Server and context path</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/virtualisation-server-and-context-path/m-p/96671#M66453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mark,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did a checkin today&amp;nbsp; on&amp;nbsp; the 2.1 enterprise branch that should&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;address this problem.&amp;nbsp;&amp;nbsp; This should make its way to HEAD/community&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;fairly soon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The effects of this checkin will make the virt server able to support&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sessions (c.f:&amp;nbsp; JSESSIONID),&amp;nbsp; as well as make the &amp;lt;c.url&amp;gt; tag happy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note:&amp;nbsp; there is a bug in JSTL 1.1&amp;nbsp; that causes &amp;lt;c:url&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it to generate "bad" URLs for the default/ROOT webapp:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;A href="http://java.sun.com/webservices/docs/1.5/jstl/ReleaseNotes.html" rel="nofollow noopener noreferrer"&gt;http://java.sun.com/webservices/docs/1.5/jstl/ReleaseNotes.html&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 22860 tag url generate invalid result for root context&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;The bug in JSTL 1.1 &amp;lt;c:url&amp;gt; is that it fails to remove the name of&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the default webapp ("ROOT") from the URL it creates.&amp;nbsp; However,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;JSTL is not alone in problems like this so the virtualization server&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;automatically accepts "/ROOT" as an alias for "/").&amp;nbsp; Thus, despite&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the problems with JSTL 1.1,&amp;nbsp; your URLs will work anyhow, once you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;upgrade to 2.1E (or some&amp;nbsp; post-merge version of HEAD).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; -Jon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 20:07:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/virtualisation-server-and-context-path/m-p/96671#M66453</guid>
      <dc:creator>jcox</dc:creator>
      <dc:date>2007-08-06T20:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Virtualisation Server and context path</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/virtualisation-server-and-context-path/m-p/96672#M66454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Jon,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I look forward to trying it out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 21:53:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/virtualisation-server-and-context-path/m-p/96672#M66454</guid>
      <dc:creator>mark_smithson</dc:creator>
      <dc:date>2007-08-06T21:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Virtualisation Server and context path</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/virtualisation-server-and-context-path/m-p/96673#M66455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am still facing this problem while using the controller classes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In case of controller class, it shows "$-1$site$ROOT" as contextPath. Hence, urls generated in controller class are having BAD urls.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using latest enterprise 2.1 version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Appreciate early response.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 04:56:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/virtualisation-server-and-context-path/m-p/96673#M66455</guid>
      <dc:creator>sanjay</dc:creator>
      <dc:date>2007-09-28T04:56:25Z</dc:date>
    </item>
  </channel>
</rss>

