<?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: Conflicts between Apache webserver and Apache Tomcat in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/conflicts-between-apache-webserver-and-apache-tomcat/m-p/87194#M59027</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It means although your tamcat is running at port 8080 but its able to deploy the war alfresco file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Check your log files and see the errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/viewtopic.php?t=6164" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/viewtopic.php?t=6164&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Apr 2007 10:27:21 GMT</pubDate>
    <dc:creator>sanjaykatiyar</dc:creator>
    <dc:date>2007-04-19T10:27:21Z</dc:date>
    <item>
      <title>Conflicts between Apache webserver and Apache Tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/conflicts-between-apache-webserver-and-apache-tomcat/m-p/87191#M59024</link>
      <description>Hey Guys,So I have a Windows server running Windows Server 2003 on it, and have a total of three open-source webapps I'm trying to run.&amp;nbsp; One of them (SugarCRM) runs on one version of Apache webserver, and the other two (Alfresco, OpenClinica) both utilize Apache Tomcat 5.x.&amp;nbsp; Now, the problem I'm see</description>
      <pubDate>Tue, 17 Apr 2007 18:52:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/conflicts-between-apache-webserver-and-apache-tomcat/m-p/87191#M59024</guid>
      <dc:creator>vivektaneja</dc:creator>
      <dc:date>2007-04-17T18:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Conflicts between Apache webserver and Apache Tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/conflicts-between-apache-webserver-and-apache-tomcat/m-p/87192#M59025</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;SPAN&gt;Althuogh its not neccessary to install 2 tomcat for 2 web applications but yes you can do this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Let install another tomcat for alfresco and change the default port in the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;conf/server.xml file, these lines&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;Server port="8005" shutdown="SHUTDOWN"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;!– Define a non-SSL Coyote HTTP/1.1 Connector on port 8080 –&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Connector className="org.apache.coyote.tomcat4.CoyoteConnector"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; port="8080" minProcessors="5" maxProcessors="75"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Change 8005 to some free port lets say 8006&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and 8080 to 8081&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this will help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 05:40:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/conflicts-between-apache-webserver-and-apache-tomcat/m-p/87192#M59025</guid>
      <dc:creator>sanjaykatiyar</dc:creator>
      <dc:date>2007-04-18T05:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Conflicts between Apache webserver and Apache Tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/conflicts-between-apache-webserver-and-apache-tomcat/m-p/87193#M59026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay so I was able to get my Tomcat Manager up and running on port 8081, so now that I have the alfresco.war file deployed, I receive this 404 Error message when I go to &lt;/SPAN&gt;&lt;A href="http://localhost:8081/alfreso" rel="nofollow noopener noreferrer"&gt;http://localhost:8081/alfreso&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; Any reason for this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Vivek&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 17:54:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/conflicts-between-apache-webserver-and-apache-tomcat/m-p/87193#M59026</guid>
      <dc:creator>vivektaneja</dc:creator>
      <dc:date>2007-04-18T17:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Conflicts between Apache webserver and Apache Tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/conflicts-between-apache-webserver-and-apache-tomcat/m-p/87194#M59027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It means although your tamcat is running at port 8080 but its able to deploy the war alfresco file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Check your log files and see the errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/viewtopic.php?t=6164" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/viewtopic.php?t=6164&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 10:27:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/conflicts-between-apache-webserver-and-apache-tomcat/m-p/87194#M59027</guid>
      <dc:creator>sanjaykatiyar</dc:creator>
      <dc:date>2007-04-19T10:27:21Z</dc:date>
    </item>
  </channel>
</rss>

