Re: [Resin-interest] Multiple Domains for One Ear File

2008-03-18 Thread Scott Ferguson
On Mar 15, 2008, at 2:26 PM, Matt Johnston wrote: > Anyone know if this is possible? In Jboss, all you had to do was map a > war file to a particular domain using their tag in the > jboss-web.xml. I've added this as http://bugs.caucho.com/view.php?id=2534, but it will need to wait for 3.2.0.

Re: [Resin-interest] Multiple Domains for One Ear File

2008-03-18 Thread matt
The way I use it is I made a CMS that uses EJB3. This single CMS code base can host multiple websites, each with it's own war file. The websites are related, so they all share one database. In this scenario, I only have to maintain one codebase instead of having the CMS code located throughout all

Re: [Resin-interest] Resin-3.1 Eclipse Plugin

2008-03-18 Thread Riccardo Cohen
Thats nice. I tried it and like each time I try this, I finish with the "famous" illegal instance class error that does not appear when resin is launched outside of eclipse : com.caucho.amber.AmberRuntimeException: 'mpentities.schoolcredit' with classloader [EMAIL PROTECTED] is an illegal in

Re: [Resin-interest] Resin-3.1 Eclipse Plugin

2008-03-18 Thread Steffen Busch
Hi Ricardo, would you mind to test it one more time, but this time to add: -Djava.system.class.loader=com.caucho.loader.SystemClassLoader to the VM_ARGUMENTS? When Resin is started from command line using "java -jar lib/resin.jar start" I think this is an argument appended by the Watchdog when t