Cannot add web project to Tomcat [message #1858140] |
Fri, 17 March 2023 03:08  |
Eclipse User |
|
|
|
Hello.
I just updated to Eclipse 2023-03. and now I cannot add my existing web project to my Tomcat.
In first instance I left Eclipse to migrate my workspace, but once I saw the problem I regenerated it with the new version.
I was using 2022-12 before and I could add the same web project to my tomcat without issues.
When I try to add my project to the server I get the message: "There are no resources that can be added or removed from server".
I'm using Java17, JSF4 and Tomcat 10.1.5 (I also tried with 10.1.7).
I attached an screenshot with my web project facets, where you can see that it is a Dynamic web module 6.0 (I also tried to switch to 6.1).
This is the content of my org.eclipse.wst.common.project.facet.core.xml file:
<faceted-project>
<runtime name="Apache Tomcat v10.1"/>
<fixed facet="wst.jsdt.web"/>
<installed facet="java" version="17"/>
<installed facet="jst.jsf" version="2.3"/>
<installed facet="wst.jsdt.web" version="1.0"/>
<installed facet="jst.web" version="6.0"/>
</faceted-project>
I don't see anything wrong with my settings, what am I missing?
Cheers.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03551 seconds