Whenever I run web aps in eclipse, I always get this warning:
WARNING: Unknown version string [3.1]. Default version will be used.
What is it? What should I do with this?
Or you can just use a web server that does not support Servlet 3.1. For example, Tomcat 7 only supports Servlet 3.0 and below. While Tomcat 8 supports servlet 3.1.
You receive a warning because XML is incorrect, but the application must work with effective version 2.3 based on DOCTYPE. Removing an unnecessary version attribute will cause this warning to disappear.
Source: https://habr.com/ru/post/1544613/More articles:Grab large text from Notification Android - androidJSTL gets an object from a session - jspUncaught TypeMismatchError: Failed to execute 'drawImage' in 'CanvasRenderingContext2D' - javascriptHow to properly create storyboards in xCode6 using Interface Builder and Swift - iosOverwrite image file with Google Apps Script - google-drive-sdkR parallel rbindlist not working - rError trying to encrypt - node.jsIs this a bug in the Visual Studio 2012 linker when using / manifest: embed? - performanceValidating data entry in an MVP pattern - c #JavaScript: Unexpected end of input ... because it only downloads part of the file? - jsonAll Articles