Eclipse - How can I change a 'Project Facet' from Tomcat 6 to Tomcat 5.5?

前端 未结 7 1465
萌比男神i
萌比男神i 2021-01-31 14:01

(Eclipse 3.4, Ganymede)

I have an existing Dynamic Web Application project in Eclipse. When I created the project, I specified \'Default configuration for Apache Tomcat

7条回答
  •  我在风中等你
    2021-01-31 14:25

    Sorry it seems I can't post a comment without enough Rep so...

    I think it's too difficult for eclipse to degrade safely to a lower standard because it can't really know if you've used something from the newer web standard. So if it just allows you do to that it could cause your program to fail on an older version.

    You can always be backward compatible but not forwards compatible.

提交回复
热议问题