Hi All,
I used to start local Resin 3.1.12 server with my web app deployed from a command line (have small script that sets some VM params, Resin options and calls java -jar %RESIN_HOME%\lib\resin.jar). Now I am trying to move this configuration to the IDE and have some problems with picking up custom resin.conf that I specify via -conf <RELATIVE_PATH>\resin.conf command line option. I definitely missing some obvious thing, but I don't see which.
Here is more details on my config:
IDEA version: IU-139.658.4
Resin: 3.1(tm)
App: exploaded WAR file
Here is how config is done in IDEA:
After the server startup I see that custom configuration like cluster/server-default/jvm-arg are not picked up, so the startup fails.
Any recommendations how to debug this issue and which configuration could be missing?
Thanks in advance!
Dzmitry