what does overwrite existing source file mean while converting webapp to war file
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 time
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.
I've had Tomcat 9 working fine with Java 10 before. Are you requiring the correct modules?
– Jacob G.
Jul 13 at 12:42