The servlet generated from jsp is always added with the line "\r\n". How can I set tomcat to added no new line automatically.
I know I can avoid this if I write servlet myself or edit the generated servlet.
But I want to do the seting for jsp.
Why would you want to ? The \t, \r\n marks does not affect the actual html output - just how the html appears when you do "View Source" in the browser ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.