Jump to content

blister2

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by blister2

  1. Of all the things I've lost, I miss my mind the most

  2. Where's my mind

  3. I added the below code that should take care of max_user_connection issue on a Production DB (source) spring.datasource.tomcat.test-on-borrow=truespring.datasource.tomcat.max-active=20spring.datasource.tomcat.max-wait=10000 I uploaded a new metrolotto.war. Could you please try deploying again at your convenience? Thank you!
  4. I upload new metrolotto.war file with some changes. Could you please try deploying again? I appreciate your help.
  5. Thanks for trying. Is there any log I can use to resolve this issue? I'm guessing this is a JDBC issue. Below is my JDBC details. I made the program on Spring Boot using Java 1.7. It runs just fine on my local machine tomcat 8.5. spring.mvc.view.prefix: /WEB-INF/views/spring.mvc.view.suffix: .jspspring.datasource.url=jdbc:mysql://localhost:3306/blister2_metrolotto?createDatabaseIfNotExist=true&useSSL=falsespring.datasource.username=blister2_metrospring.datasource.password=thisisnotapassword Thanks again for your help. PS. I'm a newbee trying to learn some programming.
  6. Hi, Could you please deploy my war package? username: blister2 war file: metrolotto Thanks!
×
×
  • Create New...