今天第一次使用java进行jsp项目搭建,也是第一次使用tomcat。tomcat是运行java web的一个小型服务器,属于Apache的一个开源免费的服务。
在运行web 的时候,我们就要先配置好tomcat,配置教程参考: https://www.jb51.net/article/137839.htm
上面仅仅是在window上面进行配置,具体在eclips配置参考:https://www.cnblogs.com/wanghuaying/p/9534654.html
配置好以后,就是新建web项目,新建项目参考:https://blog.csdn.net/weixin_38481963/article/details/82875720
然后我这里在src目录下新建了一个 jsp文件,里面写了中文,保存的时候提示如下错误:
some characters cannot be mapped using iso-8859-1 character encoding
解决方案参考:https://blog.csdn.net/linwei_hello/article/details/44117905
使用tomcat运行时提示some characters cannot be mapped using iso-8859-1 character encoding异常