I wrote a few python scripts that I would like to reuse in a java rest application and could not get execute the files with ProcessBuilder ( return not content from the getInputStream()) so I decided to create a Flask application to encapsulate the python scripts.. So my question is there a way to deploy a flask application to tomcat?
Asked
Active
Viewed 4,438 times
3
-
1Possible duplicate of http://stackoverflow.com/questions/8010517/whats-the-best-way-to-deploy-a-flask-app-using-jython-on-tomcat – UnholySheep Nov 25 '16 at 15:50
-
I took a look at that and created a simple flask app but couldn't get it to work... I believe I may be missing something but couldn't find additional post on it – rbadams Nov 25 '16 at 15:55
-
I found another solution by using jython instead of flask. – rbadams Nov 25 '16 at 16:35