shiftomat

paranormal computing. Shiftomat Medienlabor ist angewandte Informatik und Auseinandersetzung mit neuen Medien. Wir entwickeln Software in beiden Welten: Internet und Applikationsprogrammierung.




T: +49 (0) 69 46096486
F: +49 (0) 69 46096487
E:
WEHRHEIMER STR. 2
60389 FRANKFURT AM MAIN
WWW.SHIFTOMAT.DE

Prerequisites:


Installation:
Start setupJk204t6.exe. During installation you will be asked which directories of your $TOMCATDIR/webapps path should to be redirected from IIS to tomcat. That's all.


The installer sets up the redirector for your default (first) webserver.
To change the mappings after installation edit the $TOMCATDIR/conf/workers2.properties file.
(Have a look at the Jakarta docs for enhanced configuration)

Source code:
The installer is build with Nullsoft´s NSIS. Download the source code: jk2.zip to check or improve the installer. The script and the installer are free, but provided 'as-is', without any express or implied warranty.

Any feedback is welcome.
This script uses  Ximon Eighteen's aka Sunjammer's services.dll plugin and Mathias Hasselmann AccessControl.dll plugin
In order to get the script compiled you need these two additional plugins,
which has to be placed inside the NSIS plugin directory.
You will get them here:
http://nsis.sourceforge.net/File:Services.zip
http://nsis.sourceforge.net/AccessControl_plug-in

YourKit is kindly supporting open source projects with its full- featured Java Profiler. YourKit, LLC is the creator of innovative and intelligent tools for profiling Java and .NET applications. Take a look at YourKit's leading software products: YourKit Java Profiler and YourKit .NET Profiler.
Open Source.Jakarta isapi redirector jk2.04 Installer - Integrating Tomcat with IIS


In order to set up Microsoft Internet Information Server to serve Java Server Pages (JSP) and servlets, you need to install the Jakarta isapi redirector. After a successful installation, IIS will work as before, except when a JSP or a servlet is encountered, IIS will pass the query to Tomcat, which will process and send the results back to IIS.
Setting up the redirector is quite not trivial, so we decided to build an installer (and uninstaller).