How to get pass thru to work whit IIS?

is it possible to get the pass thru server to work whit IIS

So I dont have to installe Apache
and if so how to get it to work.

Thanks for all help on this

The pass thru servlet is written as a java servlet so it needs a java servlet engine such as Apache Tomcat or JRun. It is possible to configure IIS and Apache Tomcat together using AJP (see “The AJP Connector”). Unless you have a Java servlet engine it is not possible to run the pass thru servlet.


Stuart Fyffe-Collins
Software AG (UK) Ltd.

See also useful info about this here:
http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/