
1,tomcat运行乱码:
修改tomcat的conf下的logging.properties中的参数,
java.util.logging.ConsoleHandler.encoding = GBK
2,tomcat端口号在哪找:
tomcat的conf下的Server.xml中

这个port就是端口号。
3,tomcat打开后默认打开:
tomcat的conf下的Server.xml中

添加的这行就可以定位了。

1,tomcat运行乱码:
修改tomcat的conf下的logging.properties中的参数,
java.util.logging.ConsoleHandler.encoding = GBK
2,tomcat端口号在哪找:
tomcat的conf下的Server.xml中

这个port就是端口号。
3,tomcat打开后默认打开:
tomcat的conf下的Server.xml中

添加的这行就可以定位了。

被折叠的 条评论
为什么被折叠?