I developed REST API in PYTHON. I want to deploy it on Apache Tomcat Server, Is it possible to deploy it on Tomcat server?
Asked
Active
Viewed 3,328 times
7
-
why would you like to do this horrible horrible thing? – shahaf Apr 07 '18 at 11:53
-
I am just confirming weather is it possible or not? – Sanjay Apr 07 '18 at 11:56
-
@shahaf which server can be use for REST API deployment? – Sanjay Apr 07 '18 at 11:57
-
1any language has its own servers, java has tomcat, undertow, jetty and a few more, python has flask, Django, tornado and also some more, I suggest go with python and flask http://flask.pocoo.org/ (easier for beginner) despite your tomcat8 tag – shahaf Apr 07 '18 at 12:03
-
Sometimes requirements seem strange, but I only have Permission to run Tomcat and it would be good if I could lanch a Python program. This question is valid. Maybe use Jython and modjy? – rleir Jan 11 '22 at 14:46