Jump to content
Changes to the Jaspersoft community edition download ×

omarntfs

Members
  • Posts

    18
  • Joined

  • Last visited

Community Answers

  1. omarntfs's post in War file Deployment of jasperreports-server-cp-5.5.0-bin.zip with oracle and glassfishV3.1 failed without any information. Can you please verify the steps I followed? was marked as the answer   
    I solved it by changing js.jdbc.properties manually, by modifying these properties:

    # Property that determines the Hibernate dialect
    metadata.hibernate.dialect=org.hibernate.dialect.OracleDialect
    # jasperserver repo db settings
    metadata.jdbc.driverClassName=oracle.jdbc.OracleDriver
    metadata.jdbc.url=jdbc:oracle:thin:@localhost:1521:xe
    metadata.jdbc.username=jasperserver
    metadata.jdbc.password=password
    metadata.jdbc.password.escapeXML=password
    metadata.jndi=jdbc/jasperserver
    metadata.database.generate=true
    I post the answer in case someone has the same problem.
×
×
  • Create New...