
- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How to build a java web application using SAP platform and HANA database?
You would require to change the connection.properties file of your local Tomcat Server (Server > Java Web Tomcat 8 Server-config/config_master/connection_data), to point to the HANA database.
Here are the usual parameters that need to be configured for HANA database
javax.persistence.jdbc.driver=com.sap.db.jdbc.Driver javax.persistence.jdbc.url=jdbc:sap://<host>:<port>/?reconnect=true&autocommit=false javax.persistence.jdbc.user=db-user javax.persistence.jdbc.password=db-pass eclipselink.target-database=HANA
- Related Questions & Answers
- Java Web application pointing to SAP HANA locally
- Underlying platform and programming language in SAP HANA
- Using database view in SAP HANA
- Creating a Delivery unit in SAP HANA using HANA Application Lifecycle Management
- Is Flutter a stable platform to develop cross platform application?
- Benefits of using SAP HANA database views
- Understanding a database view in SAP HANA database
- Finding a database view in SAP HANA database
- Dropping a SAP HANA database view
- Extracting data from SAP HANA database and load to ORACLE database
- Using SAP Mobile Platform Server
- Stop and start a tenant database in SAP HANA
- Publishing data to SAP HANA database using Information Composer
- Extended application Service in SAP HANA
- Accessing SAP Web Dynpro page within an application using NSURL
Advertisements