1 / 35
11.Java PaaS Application Deployment on CloudBees - Demo
350 likes | 548 Vues
11.Java PaaS Application Deployment on CloudBees - Demo
Télécharger la présentation
11.Java PaaS Application Deployment on CloudBees - Demo
An Image/Link below is provided (as is) to download presentation
Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author.
Content is provided to you AS IS for your information and personal use only.
Download presentation by click this link.
While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server.
During download, if you can't get a presentation, the file might be deleted by the publisher.
E N D
Presentation Transcript
Java PaaSApplication Deployment on CloudBees - Demo http://clean-clouds.com
MySQL database • Management of your database is typically done using a MySQL client like the 'mysql' command line program distributed with MySQL • Apache DBCP connection pool implementation • External Databases • To connect your application to a non-CloudBees database, define the database as a resource-ref in the app web.xml file,and bind it to your database as a resource in the cloudbees-web.xml file and include the standard JDBC connection settings for connecting to the database. Database as a Service
More Related