Apache Tomcat Server Apache Tomcat is used to deploy your Java Servlets and JSPs. So in your Java project you can build your WAR (short for Web ARchive) file, and just drop it in the deploy directory in Tomcat. So basically Apache is an HTTP Server, servingHTTP. Tomcat is a Servlet and JSP Server serving Java technologies. Use of Server This apache tomcat server which stores the application and serves under desired format.according to our concept we going to deploy java based application which stores the data into mysql database. It serves the data depends on the condition that needs to the mobile application.this process is called api.we have two kinds of api in industry such as rest and soap . Soap : Soap is xml based communication protocol .we can access data via given url of service port.it has two kinds of methods post and get. Rest : Rest is multitype communication process . we can transfer data in xml,json,html ,plain text and etc formats. Android App : App shows the details with use of api’s. the data communication process done using rest api.most of the application uses json format to communicate. App consists of notification and details parts. Mysql
MySQL is an open source relational database management system. It runs as a server and allows multiple users to manage and create numerous databases.