what does overwrite existing source file mean while converting webapp to war file

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


what does overwrite existing source file mean while converting webapp to war file



what does export source file mean. will it make it more stable and should i choose optimize for a specific run timeenter image description here





I've had Tomcat 9 working fine with Java 10 before. Are you requiring the correct modules?
– Jacob G.
Jul 13 at 12:42





You mention tomcat 9, but your screenshot shows tomcat 6.0.29.
– sjahan
Jul 13 at 12:47







upgrade to tomcat 8 or 9
– benjamin c
Jul 13 at 13:06





@sjahan i have both tomcat 9 and 7 installed i tried to switch the server to isolate if the issue is with tomcat or with jdk, so far im guessing the issue is with jdk 10
– Research1 LifE
Jul 13 at 13:10




1 Answer
1



The following text is shown, which addresses the questions you raised regarding Export source files and Overwrite existing file:



Optionally, supply WAR export Options, such as whether or not to
include Java™ source files in the WAR, and whether to overwrite any
existing resources during the export process. Source files are not
usually included in a WAR file, because they are not necessary for the
server to run the web application.






By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Makefile test if variable is not empty

Will Oldham

Visual Studio Code: How to configure includePath for better IntelliSense results