- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Java Web application pointing to SAP HANA locally
You would require changing 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 Articles
- How to build a java web application using SAP platform and HANA database?
- Extended application Service in SAP HANA
- Consuming Web Service in C# application (SAP)
- Enabling Web dispatcher in SAP HANA Studio
- Creating SAP interface to pull data from web application
- Invoke a Web service from AJAX in SAP application
- Different ways to interact with SAP system from a web application
- Creating a Delivery unit in SAP HANA using HANA Application Lifecycle Management
- Using SAP JCO to connect SAP server to JAVA application
- Accessing SAP Web Dynpro page within an application using NSURL
- Exposing xsjs file data through web browser in SAP HANA
- Creating communication between Java application and SAP
- Web Application Testing Checklist
- Web Application Testing Guide
- TCP/IP port in SAP HANA to access SAP HANA XS Engine

Advertisements