Starting Tomcat with UTF-8
Posted by mholmes on 29 Sep 2011 in R & D, Activity log, Activity log, Documentation, Documentation
To make sure Tomcat starts with UTF-8 instead of the default, I put a script in [tomcat]/bin called utf8startup.sh:
#!/bin/bash ./startup.sh dFile.encoding="UTF-8"
Running this instead of the standard startup.sh helps to avoid character encoding issues.
