How to change deployment server for project in spring tool suite 4 eclipse to another A.S. like another tomcat outside embembed tomcat?
So I have dowloaded Spring Tool Suite package pre installed in eclipse from here and followed a basic tutorial to start building a maven REST webservice app. Everything works very well, I have well builded project structure, connects to Postgres DB... etc.
Later I noticed that this app runs on an internal tomcat server in this development "pack", meaning there are no servers displayed.
I tried to add to eclipse the latest tomcat server ( 10 at the time ) but my project doesn´t show up to add.



