Re: setting DataSource

2003-11-03 Thread ZYD
Did you solved this problem? 
what's wrong with it? I didn't get load exceptions


- Original Message - 
From: "Funicelli Aldo" <[EMAIL PROTECTED]>
To: "'struts user'" <[EMAIL PROTECTED]>
Sent: Monday, October 13, 2003 10:41 PM
Subject: setting DataSource


> Using struts 1.1 I'm able to set a DataSource correctly.
> In struts-config.xml I use:
> 
> 
>   
>   
> 
> 
>  property="driverClass" />
> 
> 
> 
> 
>  />
>   
> 
> 
> With struts 1.1. el, I get a startup configuration error  (which blocks the
> application):
> 
> StandardContext[/rr_lesson_3]: Servlet /rr_lesson_3 threw load() exception:
> javax.servlet.ServletException: Servlet.init() for servlet action threw
> exception javax.servlet.ServletException: Servlet.init() for servlet action
> threw exception
> 
> Does anyone know why?
> Thanks
> Aldo Funicelli
> 
> 
> 

setting DataSource

2003-10-13 Thread Funicelli Aldo
Using struts 1.1 I'm able to set a DataSource correctly.
In struts-config.xml I use:


  









  


With struts 1.1. el, I get a startup configuration error  (which blocks the
application):

StandardContext[/rr_lesson_3]: Servlet /rr_lesson_3 threw load() exception:
javax.servlet.ServletException: Servlet.init() for servlet action threw
exception javax.servlet.ServletException: Servlet.init() for servlet action
threw exception

Does anyone know why?
Thanks
Aldo Funicelli