Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


drawback of Validation Framework
where and how to write the connection pool object in the
programe
how to debug the programe and application in struts without
using eclips



drawback of Validation Framework where and how to write the connection pool object in the program..

Answer / chandra

Connection pool u need to specify in the struts-config.xml

<data-sources>
<!-- configuration for commons BasicDataSource -->
<data-source type="org.apache.commons.dbcp.BasicDataSource">
<set-property
property="driverClassName"
value="org.postgresql.Driver" />
<set-property
property="url"
value="jdbc:postgresql://localhost/mydatabase" />
<set-property
property="username"
value="me" />
<set-property
property="password"
value="test" />
<set-property
property="maxActive"
value="10" />
<set-property

</data-source>
</data-sources>


coming to debugging with out eclipse see the logfile

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More Struts Interview Questions

How do you know what to give for the "path " under in struts-config.xml ?

1 Answers  


How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?

0 Answers   Oracle,


Which configuration file is used for storing jsp configuration information in struts?

0 Answers  


how to write the configuration file of struts application if any one had simple struts application please it to me

1 Answers  


What is includeaction?

0 Answers  


What are different Struts2 tags? How can we use them?

0 Answers  


how handle when client send multiple request at atime for single servlet

5 Answers   Aditya Birla, IBM,


session menagement in servlets explaion briefly?

1 Answers  


tell me struts flow ?

5 Answers   BA Continnum Solutions, Exira, Fidelity, iGate,


At the point, you should go for struts framework?

0 Answers  


Explain struts.devmode?

0 Answers  


explain the struts-configuration file?

3 Answers   TCS, Zoho,


Categories