To ubuntu beginner:
There is an issue with the webapps directory, such if you install tomcat via apt-get.
Do the same thing as the original answer for webapps as well as conf.
1.step one
Open Terminal:
cd /usr/share/tomcat6
sudo ln -s /var/lib/tomcat6/conf conf
sudo ln -s /var/lib/tomcat6/webapps webapps
2.step two
settings-Application Servers-+-Tomcat Server-/user/share/tomcat6
解决Tomcat WebApps目录问题
本文介绍了解决通过apt-get安装的Tomcat中webapps目录存在的问题的方法。包括两个步骤:一是创建软链接;二是配置Tomcat应用服务器。
4594

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



