在hp-unix上启动tomcat时报警告这个严重吗?

Warning! One or more of your selected locales are not available.
Please invoke the commands "locale" and "locale -a" to verify your
selections and the available locales.

Continuing processing using the "C" locale.

[quote]Please invoke the commands "locale" and "locale -a" to verify your [/quote]

你的Locale没设置Tomcat的默认的编码或者语言.

locale看下是否有Tomcat使用的编码支持,例如GBK或者UTF-8;

你设置下启动tomcat用户的shell 的locale, 这个问题就好了。 当然, 还要看你机器安装了对应的语言支持。 这个UNIX一个设置, 你查询下UNIX对应的设置, 比如我的是:
$ echo $LANG
zh_CN.UTF-8

你设置你机器支持的语言吧。