嗨,我有一个亚马逊云,我正在尝试安装TOMCAT7,我正在执行以下几个步骤
sudo yum install tomcat7-webapps tomcat7-docs-webapp tomcat7-admin-webapps
sudo service tomcat7 start // to start the TOMCAT7 Server
但是在启动服务器后,我无法从URL中看到tomcat的默认页面
http://localhost:8080
有人能指导我为什么会这样,我如何解决它。或者这是错的,请给我一些建议
another thing which i want is that
我试图在IntelliJ中运行Tomcat服务器。我在试着automatically generate the application context based on the artifact name。
我有一个artifact called Foo。我希望Tomcat部署应用程序上下文是/Foo。在Eclipse中,这将自动发生(可能是由其他人在spring配置设置中实现)。但是,我无法在IntelliJ中找到一种自动完成此操作的方法。似乎我必须手动进入和键入每个工件路径。
这与本质上是同一个问题,它表明Tomcat服务器需要不同的设置,但我不明白接受的答案实际上是如何解决问题的。