[Resin-interest] Database Conflict

2011-11-21 Thread Aaron Freeman
With the latest resin-pro-4.0.23 plugin we are now getting an error when trying to start multiple instances of Resin within a single Eclipse environment: java.sql.SQLException: CREATE for path 'C:\opt\project\ext\resin-pro-4.0.23\resin-data\default\tmp\temp_file' failed, because the file

Re: [Resin-interest] Database Conflict

2011-11-21 Thread Scott Ferguson
On 11/21/2011 04:25 AM, Aaron Freeman wrote: With the latest resin-pro-4.0.23 plugin we are now getting an error when trying to start multiple instances of Resin within a single Eclipse environment: _java.sql.SQLException_: CREATE for path

[Resin-interest] 4.0.24 configuration notes

2011-11-21 Thread Scott Ferguson
As part of our work on simplifying the Resin configuration to make dynamic/cloud servers easier to deploy, 4.0.24 now has rpm support two new configuration tags resin:properties and server-multi a new EL function rvar() two new CLI commands start-all and generate-password and a

Re: [Resin-interest] 4.0.24 configuration notes

2011-11-21 Thread Aaron Freeman
-Original Message- If you look at the new default resin.xml, it has a resin:properties path=${__DIR__}/resin.properties and several uses of rvar like http port=${rvar('http')}/. The resin:properties is similar to the resin:import, but loads a properties file and saves the

Re: [Resin-interest] 4.0.24 configuration notes

2011-11-21 Thread Scott Ferguson
On 11/21/2011 11:08 AM, Aaron Freeman wrote: -Original Message- If you look at the new default resin.xml, it has a resin:properties path=${__DIR__}/resin.properties and several uses of rvar likehttp port=${rvar('http')}/. The resin:properties is similar to the resin:import, but