Re: connecting to server

2005-09-07 Thread d d
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 t

connecting to server

2005-09-07 Thread Nirmala Dhara
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