[Resin-interest] Automating virtual hosting....

2009-05-12 Thread Peter Amiri
I am trying to automate the process of integrating Resin with a cPanel hosting environment. For each customer that signs up for a cPanel account I need to add the virtual hosting tags to the Resin conf file manually. Currently the code block that is added is similar to this: host

Re: [Resin-interest] Automating virtual hosting....

2009-05-12 Thread Peter Amiri
Thanks Scott for all the help. This is how far I've gotten. I have added the import block to Resin conf file as follows: resin:import fileset dir=/var/www/vhosts/resinconf include*.xml/include /fileset /resin:import I have also created a directory at :

Re: [Resin-interest] Automating virtual hosting....

2009-05-12 Thread CK
Try turning on resin logging to fine or finest and see if it detects your configuration files. I don't remember the logging statements, but it should be inside one of the default resin.conf files that comes with the distribution. -ck On May 12, 2009, at 4:33 PM, Peter Amiri wrote: Thanks

Re: [Resin-interest] Authentication using hessian

2009-05-12 Thread Jeff Schnitzer
We have basic authentication and access control with Hessian working. Auth in Hessian is done with BASIC auth, therefore there must be a BasicLogin - our custom Login must extend that class. The configuration of this is, unfortunately, tricky to figure out. Our custom Login is picked up out of