Categories
|
BSD
Resin PluginProducts: Android Studio, IntelliJ IDEA Vendor: Magnus Johansson, Wayne Woodfield, Sergio Cuellar Email: scuellar at users.sourceforge.net Website: N/A Description:
Provides the ability to run and debug Resin (version 2.x and 3.x) from within IDEA
Full documentation URL:
http://sourceforge.net/projects/idearesinplugin/
16 updates are hidden
show all updates
Recent change notes:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Comments:
http://www.jetbrains.net/jira/browse/IDEA-21413;jsessionid=2D4B9B21818B548CAB3046F9F62F0B09?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
we've been waiting...
Thanks for your great work.
We are glad to announce that our plugin will be part of the standard release of Intellij IDEA 8.
The plugin is still in development, so it won't work under IDEA 8 milestone 2, however it will work with IDEA 8.
Please be patient :)
check sourceforge forum
I checked and my setup seems ok.
I bumped on this problem when I was writing a RSS module using Rome library. Rome will read rome.properties file that is placed in the root of your classpath. If you run Resin from Idea plugin it will not see rome.properties altho it's properly copied to WEB-INF/classes. I have bunch of other .properties in same location and my app reads them correctly from plugin or standalone Resin. The only difference is that, in this case, class file that is reading .properties file is packaged inside a jar file in lib dir.
My theory is that sun.misc.Launcher$AppClassLoader is reading jar file not from WEB-INF/lib but from the location in my Idea setup. And then looks for classpath root in that jar file, not in WEB-INF/classes.
Maybe we should move technical discussion to sourceforge forum ?
Also confirm that all your source roots are checked
Please check following:
- Libraries dependant module (it should be your web module)
- In J2EE module tab, the library should be checked to "copy to -> WEB-INF/lib"
Resin plugin adds to classpath the following locations:
- All output dirs
- All dependant libraries
- App server libraries
My webapp was deployed as "/" root webapp.
My webapp was deployed as "/" root webapp.