Re: Page templates per virtual host

2008-03-27 Thread Nino Saturnino Martinez Vazquez Wael
James Carman wrote: On Wed, Mar 26, 2008 at 3:36 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: If he meant that the cms should be available via multiple vhosts(apache2), but share the same application base then what? Lets say: mycompA.com -- myapplication on tomcat

Re: Page templates per virtual host

2008-03-27 Thread James Carman
On Thu, Mar 27, 2008 at 3:49 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: The only problem with that is that you have to set up your proxy Connector in Tomcat's server.xml with a hard-coded server name: Connector port=8081 ...

Re: Page templates per virtual host

2008-03-27 Thread James Carman
On Thu, Mar 27, 2008 at 8:49 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: I'll send my config once I get near my server later today:) It is actually working without the connector setup in tomcat. And I think you can even get it to work with connection pooling using the

Re: Page templates per virtual host

2008-03-27 Thread Nino Saturnino Martinez Vazquez Wael
Okay here follows my config, I've configured multiple domains: Forexample you can see at some point I append something like /zeuz to the context, thats because in my filtermapping I've specfied that wicket should only bind to /zeuz also if you have images served by tomcat you need to forward

Re: Page templates per virtual host

2008-03-27 Thread Nino Saturnino Martinez Vazquez Wael
argh it got truncated... heres one that looks prettier: http://papernapkin.org/pastebin/view/213/ -regards Nino - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Page templates per virtual host

2008-03-26 Thread kman
based on virtual host? for example html files for example.com to be in WEB-INF/templates/example.com and for example2.com to be in WEB-INF/templates/example2.com ? -- View this message in context: http://www.nabble.com/Page-templates-per-virtual-host-tp16299142p16299142.html Sent from the Wicket

Re: Page templates per virtual host

2008-03-26 Thread James Carman
to be in WEB-INF/templates/example2.com ? -- View this message in context: http://www.nabble.com/Page-templates-per-virtual-host-tp16299142p16299142.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Page templates per virtual host

2008-03-26 Thread kman
ResourceStreamLocator to lookup html files based on virtual host? for example html files for example.com to be in WEB-INF/templates/example.com and for example2.com to be in WEB-INF/templates/example2.com ? -- View this message in context: http://www.nabble.com/Page-templates-per-virtual-host

Re: Page templates per virtual host

2008-03-26 Thread Johan Compagner
files based on virtual host? for example html files for example.com to be in WEB-INF/templates/example.com and for example2.com to be in WEB-INF/templates/example2.com ? -- View this message in context: http://www.nabble.com/Page-templates-per-virtual-host-tp16299142p16299142

Re: Page templates per virtual host

2008-03-26 Thread Maurice Marrink
: http://www.nabble.com/Page-templates-per-virtual-host-tp16299142p16299142.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Page templates per virtual host

2008-03-26 Thread Nino Saturnino Martinez Vazquez Wael
for example.com to be in WEB-INF/templates/example.com and for example2.com to be in WEB-INF/templates/example2.com ? -- View this message in context: http://www.nabble.com/Page-templates-per-virtual-host-tp16299142p16299142.html Sent from the Wicket - User mailing list archive

Re: Page templates per virtual host

2008-03-26 Thread James Carman
On Wed, Mar 26, 2008 at 3:36 PM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: If he meant that the cms should be available via multiple vhosts(apache2), but share the same application base then what? Lets say: mycompA.com -- myapplication on tomcat server via apache2