cancel
Showing results for 
Search instead for 
Did you mean: 

Trouble running activiti embedded in IIS ASP.net application

warchild
Champ in-the-making
Champ in-the-making
Hi folks

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… 

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 https://ashrafhossain.wordpress.com/2010/09/20/how-to-configure-iis-7-and-tomcat-redirection-on-wind.... For Tomcat we use 127.0.0.1 Port: 8181 it was changed in Server.xml too. If we call it local on Server (http://127.0.0.1:8181/activiti-explorer/), it works.. and if we call (https://aspSiteDns/activiti-explorer/) we get a 404. “isapi.log” file is without entry.

Does somebody know how to fix this?

Relevant logfiles are attached to this Thread.

This is the code from isapi_redirect.properties:
# The path to the ISAPI Redirector Extension, relative to the website
# This must be in a virtual directory with execute privileges
extension_uri=/jakarta/isapi_redirect.dll

# Full path to the log file for the ISAPI Redirector
log_file=C:\Program Files\Apache Software Foundation\Tomcat 8.0\connector\isapi.log

# Log level (debug, info, warn, error or trace)
log_level=debug

# Full path to the workers.properties file
worker_file=C:\Program Files\Apache Software Foundation\Tomcat 8.0\connector\workers.properties

# Full path to the uriworkermap.properties file
worker_mount_file=C:\Program Files\Apache Software Foundation\Tomcat 8.0\connector\uriworkermap.properties


And this is the code from uriworkermap.properties:
/test/*=jakarta
/activiti-explorer*=jakarta


Finally the code from workers.properties:
worker.list=jakarta

worker.jakarta.type=ajp13
worker.jakarta.host=127.0.0.1
worker.jakarta.port=8181
worker.jakarta.lbfactor=1


Greetings
1 REPLY 1

trademak
Star Contributor
Star Contributor
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.

Best regards,