<?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: Redirection in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/redirection/m-p/299047#M252177</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay so, i add &amp;lt;% response.sendRedirect("/share/page"); %&amp;gt; in the file "index.jsp" inside the folder "tomcat\webapps\alfresco". &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If i put "mycompany:8080/" it doesn't work but if i put "mycompany:8080/alfresco" the redirection works. But it's not really what i want. :s&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jun 2016 12:22:02 GMT</pubDate>
    <dc:creator>zazugue</dc:creator>
    <dc:date>2016-06-10T12:22:02Z</dc:date>
    <item>
      <title>Redirection</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/redirection/m-p/299044#M252174</link>
      <description>Hello guys ! I am on Alfresco Community 5.0d on Windows. I am trying to redirect the URL "mycompany.com:8080/" to "mycompany.com:8080/share/page". So i saw a possibility to to it with Urlrewritefilter install inside of Alfresco "C:\Alfresco\tomcat\webapps\wcmqs\WEB-INF" but the problem it doesn't wo</description>
      <pubDate>Wed, 01 Jun 2016 15:08:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/redirection/m-p/299044#M252174</guid>
      <dc:creator>zazugue</dc:creator>
      <dc:date>2016-06-01T15:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Redirection</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/redirection/m-p/299045#M252175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'd include a redirection in Tomcat home page, like this one: &lt;/SPAN&gt;&lt;A href="https://notesbytom.wordpress.com/2013/03/21/redirect-apache-tomcat-default-page/" rel="nofollow noopener noreferrer"&gt;https://notesbytom.wordpress.com/2013/03/21/redirect-apache-tomcat-default-page/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 16:11:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/redirection/m-p/299045#M252175</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2016-06-01T16:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Redirection</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/redirection/m-p/299046#M252176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you ! I will try that ! So every redirections, we have to use the file index.jsp?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 13:15:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/redirection/m-p/299046#M252176</guid>
      <dc:creator>zazugue</dc:creator>
      <dc:date>2016-06-06T13:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Redirection</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/redirection/m-p/299047#M252177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay so, i add &amp;lt;% response.sendRedirect("/share/page"); %&amp;gt; in the file "index.jsp" inside the folder "tomcat\webapps\alfresco". &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If i put "mycompany:8080/" it doesn't work but if i put "mycompany:8080/alfresco" the redirection works. But it's not really what i want. :s&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 12:22:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/redirection/m-p/299047#M252177</guid>
      <dc:creator>zazugue</dc:creator>
      <dc:date>2016-06-10T12:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Redirection</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/redirection/m-p/299048#M252178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is because your index.jsp is part of the Alfresco webapp, so is only available under the context root "/alfresco" as far as Tomcat is concerned.&amp;nbsp; There are probably various ways you can do what you want but a couple of options are:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;ol&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;li&amp;gt; Change the index.jsp file of the default tomcat web app (called ROOT, so webapps/ROOT/index.jsp) and set it to be what you have above&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;li&amp;gt; Changing the default wepapp tomcat uses by default is also possible, but messy: &lt;/SPAN&gt;&lt;A href="http://stackoverflow.com/questions/14325171/setting-default-application-in-tomcat-7" rel="nofollow noopener noreferrer"&gt;http://stackoverflow.com/questions/14325171/setting-default-application-in-tomcat-7&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/ol&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm sure there are other ways as well e.g. using url rewrite in the ROOT webapp etc etc but they all work along the same lines of changing soemthing within the ROOT app, or adding a context file pretending to be ROOT.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steven&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 12:44:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/redirection/m-p/299048#M252178</guid>
      <dc:creator>steven_okennedy</dc:creator>
      <dc:date>2016-06-10T12:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Redirection</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/redirection/m-p/299049#M252179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay i see ! I tried and it works ! But quite weird by changing the name, the redirection understand it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you !&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 07:53:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/redirection/m-p/299049#M252179</guid>
      <dc:creator>zazugue</dc:creator>
      <dc:date>2016-06-13T07:53:29Z</dc:date>
    </item>
  </channel>
</rss>

