Difference between revisions of "Receive API request with Tomcat"
From MyWiki
Line 1: | Line 1: | ||
Steps:<br> | Steps:<br> | ||
1. Needs mysql connection, create database and credentials.<br> | 1. Needs mysql connection, create database and credentials.<br> | ||
− | 2. For the tomcat app create a web.xml file:<br> | + | 2. For the tomcat app create a web.xml file with entries for the API app:<br> |
[[the_web_xml_for_tomcat|The web.xml file]]<br> | [[the_web_xml_for_tomcat|The web.xml file]]<br> |
Revision as of 15:23, 25 April 2025
Steps:
1. Needs mysql connection, create database and credentials.
2. For the tomcat app create a web.xml file with entries for the API app:
The web.xml file