question: Recently, garbled data appeared when deploying the project. After checking, the project used the UTF-8 encoding format, and the data was also used. However, when it was transmitted to the other party through the calling interface, it was garbled. Since it is deployed in a Windows environment, the default encoding of Windows is GBK, which leads to the problem of inconsistent encoding during JVM runtime, and it is also easy to modify. Solution: If you use UTF-8 encoding in Linux environment, you do not need to modify it, because Linux defaults to UTF-8 The war package is deployed in Tomcat Modify jvm encoding Linux Environment Configuration in catalina.sh Since the default encoding format in Windows environment is GBK, you need to change the encoding format when Tomcat is running. Windows Environment Configuration in catalina.bat If it is a jar package deployment, you only need to add the jvm parameter to the startup command. JAR package deployment Add jvm parameters to the startup command Summarize The above is the editor's introduction to modifying the JVM encoding problem when running Tomcat. I hope it will be helpful to everyone! You may also be interested in:
|
<<: Implementing calculator functions with WeChat applet
>>: Example analysis of the page splitting principle of MySQL clustered index
<br />Hello everyone! It’s my honor to chat ...
Nowadays, tabs are widely used in web design, but...
Table of contents Mistake 1: Too many columns of ...
On Linux, bash is adopted as the standard, which ...
Introduction Today I will share the use of the su...
If you need to use an image to implement the use ...
SQL (Structured Query Language) statement, that i...
Table of contents 1. Rendering 2. Bind data and a...
The progress bar is not smooth I believe that mos...
Table of contents The beginning of the story Inst...
#mysql -uroot -p Enter password mysql> show fu...
Experimental environment • A minimally installed ...
Delete a file by its inode number First use ls -i...
This article describes the linux system commands....
Table of contents LAMP architecture 1.Lamp Introd...