问题描述
我正在将应用程序从 IntelliJ IDEA 部署到本地 Tomcat 服务器.我认为您部署的应用程序放在 webapps
文件夹中,但它没有出现在那里.
I am deploying an application from IntelliJ IDEA to the local Tomcat server. I thought the apps you deploy are placed in the webapps
folder, however it does not turn up there.
这是正确的吗?它在哪里?
Is this correct? Where is it?
推荐答案
是的,如果您使用的是 IntelliJ IDEA,则应用程序不会在 Tomcat webapps
目录中出现.您的工件在目录中,例如:
Yes, If you are using IntelliJ IDEA the application does not turn up on Tomcat webapps
directory. Your artifacts are in directory, for example:
${dir.to.idea.project}YourWebAppoutartifacts
这是 IntelliJ 创建的默认目录.
This is default directory created by IntelliJ.
Tomcat 配置在不同的文件夹中.我使用的是 Windows 7.所以是:
Tomcat configuration is in the different folder. I am using windows 7. So it is:
C:UsersUser.IntelliJIdea10system omcatYourApplicationName
这篇关于使用 IntelliJ IDEA 部署到 Tomcat 时,我的应用程序放置在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!