* JSP Debugging does not work. Resin 3.x should provide support
for JSR 45, however using IDEAs support for JSR 45 does not work.
* You must use exploded dir for webapps.
* Very little testing has been performed
* Lousy error messages
* The builtin compiler wont work with Resin 2.x. Use jikes or
javac instead
ResinIntegration 0.6.1 works differently for Resin 2.x and Resin 3.x.
Resin 3.x supports variable replacements in all of resin.conf, so
this is used.
In resin 2.x the resin.conf is transformed by replacing some
variables and copying the resin.conf to a temporary file.
Please use the attached resin2.conf and resin3.conf as
templates for your resin.conf.
The following variable replacements are available:
* 'idea.http.port' the TCP port to listen to
* 'idea.http.app.id' the context path specified
* 'idea.http.app.dir' the exploded file path