Jump to content
We've recently updated our Privacy Statement, available here ×

suhov_vb

Members
  • Posts

    4
  • Joined

  • Last visited

Community Answers

  1. suhov_vb's post in How to set maximum number of jdbc-connection to datasource was marked as the answer   
    I solved the problem. There are 2 possible answers:
    1. Change DataSource pool size parameter (second argument) of dataSourceObjectPoolFactory bean constructor in /jasperserver/WEB-INF/applicationContext.xml file (default is 5):
    Reload application after saving changes.
    2. Use JNDI source instead of JDBC source and set JNDI connection following JasperReports Server Admin Guide or Appache Tomcat documentation: http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html
×
×
  • Create New...