Use Servoy app-server also for other apps

Hi,
would it be a good idea to install other wars on the servoy appserver instead of using seperate appservers like tomcat or houdson ?
In my case Im running also Jenkins, which brings its own appserver ( houdson) or I can install another tomcat.

thanks
rainer

You can certainly install wars in your /application_server/server/webapps folder and they will be picked up by tomcat and auto-deployed.

Just be aware that depending on the memory/resources consumptions of these additionnal apps, you will hog Servoy itself, so increase the memory heap and use a robust multi-core server… or install somewhere else.

thx
rainer