I'm having issues after migrate one of my corporate apps from Windows-Apache Tomcat to Linux (we have to save some money in licensing). After migrate (Tomcat migration - WAR File) to a server with the same original config (Tomcat and Java versions), one of the functions of the app (generate plain text files) lose their format when we open the files on Windows Notepad. If we open the files on Notepad++, the files looks good and the only way to re-open fine on Windows Notepad is using the EOL conversion (to windows CR LF). The main issue that we have is that the mentioned app is a very old one and we don't own the code (only have the folder site). It's possible to apply some config to Java or Apache to change the plain text format?
I really appreciate your help.