<?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: Tomcat index page (newbie question) in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-index-page-newbie-question/m-p/296334#M249464</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;..i have decide to make some clickable desktop icons, that way bypass having to learn Java and have browsers point to the correct addresses with a desktop one click solution. after all an end user just wants to connect to a server and then get to work anyway. so consider this topic "solved"&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 01 Feb 2014 01:04:00 GMT</pubDate>
    <dc:creator>nate88</dc:creator>
    <dc:date>2014-02-01T01:04:00Z</dc:date>
    <item>
      <title>Tomcat index page (newbie question)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-index-page-newbie-question/m-p/296330#M249460</link>
      <description>&amp;nbsp; ok, so I've setup my Alfresco Community 3.4d, 32 bit site correctly and have everything perfectly configured. Now i'm trying to change the Tomcat, ("It works! This is the default web page for this server. The web server software is running but no content has been added, yet.")&amp;nbsp; default page. -AND</description>
      <pubDate>Thu, 30 Jan 2014 05:36:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-index-page-newbie-question/m-p/296330#M249460</guid>
      <dc:creator>nate88</dc:creator>
      <dc:date>2014-01-30T05:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat index page (newbie question)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-index-page-newbie-question/m-p/296331#M249461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are many ways to do this. Really, this is a Tomcat question. It isn't Alfresco-specific. But, to help you out, one way to do this is to go into $TOMCAT_HOME/webapps/ROOT and rename index.jsp to index.jsp.bak. Then, change index.jsp to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;%&lt;BR /&gt;response.sendRedirect("&lt;A href="http://your_domain:8080/share" rel="nofollow noopener noreferrer"&gt;http://your_domain:8080/share&lt;/A&gt;");&lt;BR /&gt;%&amp;gt;&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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Again, there are many other options for doing a redirect. This is one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 16:05:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-index-page-newbie-question/m-p/296331#M249461</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2014-01-30T16:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat index page (newbie question)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-index-page-newbie-question/m-p/296332#M249462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Jeff.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - well the index page in the root directory is entitled "index.html" but when I dial in my server dns name, which is at extention 192.168.1.***; I get a different page that is an index page with this text: "It Works! This is the default web page for this server.The web server software is running but no content has been added, yet."&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;= all I'd like to do is replace THAT page with a page I designed that basically says welcome to my server. then i'm gonna add a link to the Alfresco login. When I read the page source, Firefox seems to believe that it is an html. Yet, I probably am just not looking deep enough into the folders for that particular html that is popping up. That's all I'm really trying to do. I'm not making any changes to Alfresco. I have everything else perfectly configured so far. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;so I've been clicking on every .html I've encountered, and unless I've missed it, it seems to be eluding me, or perhaps that default page isn't actually an html? &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 00:43:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-index-page-newbie-question/m-p/296332#M249462</guid>
      <dc:creator>nate88</dc:creator>
      <dc:date>2014-01-31T00:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat index page (newbie question)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-index-page-newbie-question/m-p/296333#M249463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt; ok; so my current update: (several hours later&lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Actually after searching through lots of tutorials on Tomcat, the correct question is "how do i make my dns server land on "localhost:8080" ?" THAT is where my graphics page I inserted shows up. i'm gonna add a hyperlink for alfresco as "localhost:8080/alfresco". i just need my domain name i received from a dns provider to stop landing on that elusive Apache "It works!" page. i used to think i was a good tracker until i started wading through tomcat folders hahahaha. should i set out nets?! or perhaps a Bengal Tiger Trap? lol. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; -I cannot find that page, so i'm assuming it is NOT an html after all, but something the java scripts are generating?.. at this point, i'm far too intrigued to be frustrated hahaaha.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sooooo, i'm open to all clever suggestions for "netting me a tomcat" (ya i know that was lame- i just ran out of cofee….) &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 11:27:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-index-page-newbie-question/m-p/296333#M249463</guid>
      <dc:creator>nate88</dc:creator>
      <dc:date>2014-01-31T11:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat index page (newbie question)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-index-page-newbie-question/m-p/296334#M249464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;..i have decide to make some clickable desktop icons, that way bypass having to learn Java and have browsers point to the correct addresses with a desktop one click solution. after all an end user just wants to connect to a server and then get to work anyway. so consider this topic "solved"&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Feb 2014 01:04:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-index-page-newbie-question/m-p/296334#M249464</guid>
      <dc:creator>nate88</dc:creator>
      <dc:date>2014-02-01T01:04:00Z</dc:date>
    </item>
  </channel>
</rss>

