resin error
whenever i deploy and run a web project from intellij using resin, with the resin plugin, i get this error
why is this happening? it works ok if i run resin normally using httpd. i'm using the latest release of resin, 3.0.9 and the latest release of intellij and the plugin.
请先登录再写评论。
The Resin plugin assumes all files found in $RESIN_HOME/lib are jar files that should be added to the classpath. It seems you hav a non-jar file in $RESIN_HOME/lib (LICENSE.isorelax). Try to remove it.
I've added this as a bug and will fix it for the next version
/magnus