<?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 Trouble running activiti embedded in IIS ASP.net application in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/trouble-running-activiti-embedded-in-iis-asp-net-application/m-p/244168#M197298</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi folks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;we have a webserver running WinServer 2008 R2 with IIS 7.5. This environment contains two websites with two different IPs/certificates on Port 443. One of this websites should be able to embed activiti explorer. Sadly though this does not work…&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have installed JDK 7 and Tomcat 8 with “tomcat-connectors-1.2.40-windows-x86_64-iis” redirector and do all steps on this instruction &lt;/SPAN&gt;&lt;A href="https://ashrafhossain.wordpress.com/2010/09/20/how-to-configure-iis-7-and-tomcat-redirection-on-windows-server-2008-64-bit/" rel="nofollow noopener noreferrer"&gt;https://ashrafhossain.wordpress.com/2010/09/20/how-to-configure-iis-7-and-tomcat-redirection-on-windows-server-2008-64-bit/&lt;/A&gt;&lt;SPAN&gt;. For Tomcat we use 127.0.0.1 Port: 8181 it was changed in Server.xml too. If we call it local on Server (&lt;/SPAN&gt;&lt;A href="http://127.0.0.1:8181/activiti-explorer/" rel="nofollow noopener noreferrer"&gt;http://127.0.0.1:8181/activiti-explorer/&lt;/A&gt;&lt;SPAN&gt;), it works.. and if we call (&lt;/SPAN&gt;&lt;A href="https://aspSiteDns/activiti-explorer/" rel="nofollow noopener noreferrer"&gt;https://aspSiteDns/activiti-explorer/&lt;/A&gt;&lt;SPAN&gt;) we get a 404. “isapi.log” file is without entry.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does somebody know how to fix this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Relevant logfiles are attached to this Thread.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the code from isapi_redirect.properties:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;# The path to the ISAPI Redirector Extension, relative to the website&lt;BR /&gt;# This must be in a virtual directory with execute privileges&lt;BR /&gt;extension_uri=/jakarta/isapi_redirect.dll&lt;BR /&gt; &lt;BR /&gt;# Full path to the log file for the ISAPI Redirector&lt;BR /&gt;log_file=C:\Program Files\Apache Software Foundation\Tomcat 8.0\connector\isapi.log&lt;BR /&gt; &lt;BR /&gt;# Log level (debug, info, warn, error or trace)&lt;BR /&gt;log_level=debug&lt;BR /&gt; &lt;BR /&gt;# Full path to the workers.properties file&lt;BR /&gt;worker_file=C:\Program Files\Apache Software Foundation\Tomcat 8.0\connector\workers.properties&lt;BR /&gt; &lt;BR /&gt;# Full path to the uriworkermap.properties file&lt;BR /&gt;worker_mount_file=C:\Program Files\Apache Software Foundation\Tomcat 8.0\connector\uriworkermap.properties&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;/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;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;And this is the code from uriworkermap.properties:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;/test/*=jakarta&lt;BR /&gt;/activiti-explorer*=jakarta&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;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally the code from workers.properties:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;worker.list=jakarta&lt;BR /&gt; &lt;BR /&gt;worker.jakarta.type=ajp13&lt;BR /&gt;worker.jakarta.host=127.0.0.1&lt;BR /&gt;worker.jakarta.port=8181&lt;BR /&gt;worker.jakarta.lbfactor=1&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;/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;Greetings&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Feb 2016 14:53:51 GMT</pubDate>
    <dc:creator>warchild</dc:creator>
    <dc:date>2016-02-01T14:53:51Z</dc:date>
    <item>
      <title>Trouble running activiti embedded in IIS ASP.net application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/trouble-running-activiti-embedded-in-iis-asp-net-application/m-p/244168#M197298</link>
      <description>Hi folkswe have a webserver running WinServer 2008 R2 with IIS 7.5. This environment contains two websites with two different IPs/certificates on Port 443. One of this websites should be able to embed activiti explorer. Sadly though this does not work…&amp;nbsp; We have installed JDK 7 and Tomcat 8 with “tom</description>
      <pubDate>Mon, 01 Feb 2016 14:53:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/trouble-running-activiti-embedded-in-iis-asp-net-application/m-p/244168#M197298</guid>
      <dc:creator>warchild</dc:creator>
      <dc:date>2016-02-01T14:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble running activiti embedded in IIS ASP.net application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/trouble-running-activiti-embedded-in-iis-asp-net-application/m-p/244169#M197299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The attached log files only show issues with session serializable objects. If the explorer is working when using the direct port 8181 I don't think the problem has anything to do with Activiti itself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 20:26:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/trouble-running-activiti-embedded-in-iis-asp-net-application/m-p/244169#M197299</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2016-02-04T20:26:09Z</dc:date>
    </item>
  </channel>
</rss>

