Re: How to configure data source for Jetty server?

2009-07-08 Thread Roman Zechner
Peter Thomas wrote: On Tue, Jul 7, 2009 at 2:08 AM, Igor Vaynberg wrote: http://docs.codehaus.org/display/JETTY/JNDI -igor On Mon, Jul 6, 2009 at 1:22 PM, Petr Fejfar wrote: Hi all, When I've started learning Wicket, I followed configuration described in the book Enjoy web dev ...

Re: How to configure data source for Jetty server?

2009-07-07 Thread Petr Fejfar
On Mon, Jul 6, 2009 at 10:38 PM, Igor Vaynberg wrote: > http://docs.codehaus.org/display/JETTY/JNDI Hi Igor, thanks for you prompt reply, but I was not able to utilize it (I had a glance at some Jetty docs before asking my question), because I don't know, how is Jetty integrated into Eclipse IDE,

Re: How to configure data source for Jetty server?

2009-07-07 Thread Petr Fejfar
> A couple of tips to do the Jetty DataSource JNDI configuration the 'wicket > way' - in code, instead of xml. Hi Peter, thanks for your help. I like your solution without those .xml files everywere around... I completed dependencies into my POM and some additional BasicDataSource() settings int

Re: How to configure data source for Jetty server?

2009-07-06 Thread Peter Thomas
On Tue, Jul 7, 2009 at 2:08 AM, Igor Vaynberg wrote: > http://docs.codehaus.org/display/JETTY/JNDI > > -igor > > On Mon, Jul 6, 2009 at 1:22 PM, Petr Fejfar wrote: > > Hi all, > > > > When I've started learning Wicket, I followed configuration described > > in the book Enjoy web dev ... > > > > No

Re: How to configure data source for Jetty server?

2009-07-06 Thread Igor Vaynberg
http://docs.codehaus.org/display/JETTY/JNDI -igor On Mon, Jul 6, 2009 at 1:22 PM, Petr Fejfar wrote: > Hi all, > > When I've started learning Wicket, I followed configuration described > in the book Enjoy web dev ... > > Now I'm trying to migrate my project under Maven's management. I seem > to b

How to configure data source for Jetty server?

2009-07-06 Thread Petr Fejfar
Hi all, When I've started learning Wicket, I followed configuration described in the book Enjoy web dev ... Now I'm trying to migrate my project under Maven's management. I seem to be almost finished except data source configuration in the Tomcat's context file: Please, could somebody show m