1

yesterday I updated my STS to the latest version 4.12.0 and today when I wanted to export my project to a .war file, this feature was not there anymore.

web not included on 4.12

Here you can see how it looked on my previous 4.8 version: WAR is there!

I read this issue: https://github.com/spring-projects/sts4/issues/53 As I do not use maven (our project exists since 2008 and back then we did not use it) I have no way to build a war file anymore or just go back to the previous version... I don't get it, why such an easy way to build war files has been removed?

Any tipps on how I can solve this?

Carloshf
  • 529
  • 1
  • 6
  • 25

2 Answers2

2

After reading some documentation, I found that you need Eclipse for Enterprise Java Development. So just installing this plugin solved the problem: Java Enterpreise Tools

Carloshf
  • 529
  • 1
  • 6
  • 25
0

Adding the war plugin and not using the embedded tomcat might help.Add a servletInitializer and see if it works.