Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export WAR is missing in STS4 #53

Closed
anthoniraj opened this issue Apr 28, 2018 · 10 comments
Closed

Export WAR is missing in STS4 #53

anthoniraj opened this issue Apr 28, 2018 · 10 comments

Comments

@anthoniraj
Copy link

Export WAR option is required for Spring Web Projects to Deploy in Tomcat Server. It is missing in Version 4.

@martinlippert
Copy link
Member

Can you provide a sample project for this? And you want to export a WAR file from the IDE instead of the build? Is that correct? Just asking because working on the project within the IDE and using a Tomcat server from within the IDE should not require to export the project as a WAR.

@anthoniraj
Copy link
Author

anthoniraj commented May 26, 2018

I know that but the export WAR was available in STS 3.x versions for any Spring Boot Project. It can be used for exporting spring boot project and can be deployed in dedicated tomcat server. (without using maven build)

@martinlippert
Copy link
Member

The WAR export feature is part of the wider Java EE and web features of Eclipse, which we don't include by default anymore in the STS4 distribution builds. You can install those additional features via Install New Software, select the Photon update site, and search for m2e-wtp - Maven Integration for WTP. That one pulls in everything you need to get the WAR file export wizard back into STS4.

@pmohmta
Copy link

pmohmta commented Nov 29, 2023

I tried to add additional feature with "Install New Software"
It is found "m2e-wtp - Maven Integration for WTP" is already installed.
What should I do?

@martinlippert
Copy link
Member

@pmohmta Please go to Install New Software, select the main Eclipse update site, and install the Eclipse Java EE Developer Tools feature. That will bring back the Export as WAR file... action.

@pmohmta
Copy link

pmohmta commented Dec 4, 2023

martinlippert,
Thanks. I will try and let you know the result.

@pmohmta
Copy link

pmohmta commented Dec 4, 2023

Go to Install New Software. Can not find "main Eclipse update site"

@martinlippert
Copy link
Member

There should be this update site in the dropdown: https://download.eclipse.org/releases/latest

@pmohmta
Copy link

pmohmta commented Dec 5, 2023 via email

@spring-projects spring-projects deleted a comment from pmohmta Dec 11, 2023
@martinlippert
Copy link
Member

I deleted one comment, it was a duplicate of the previous one here. With regards to the PKIX path failure, this is related to the certificate store of the JDK used to run the IDE, see https://stackoverflow.com/questions/21076179/pkix-path-building-failed-and-unable-to-find-valid-certification-path-to-requ for more details here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants