Rather than using struts u can use simple servlet concepts to achive this.
Once u login keep a connection variable is session or in application scope.
this will allow all ur actions to access this connection.If at all u want to 
use Action class, study the function Action.getDatasource().
Hope this will help u.
Best luck

On Thu, 08 Sep 2005 Nirmala Dhara wrote :
>Hi,
>
>I am new to struts and I want to create a web interface to my application.
>Once I login, I need to connect to my server and it should be available to
>all my action classes. Where should I create connection to my server? and
>How?
>
>Thank you very much,
>Nirmala
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>

Reply via email to