使用IntelliJ IDEA部署到Tomcat时,我的应用程序放置在哪里? [英] Where is my app placed when deploying to Tomcat using IntelliJ IDEA?

查看:318
本文介绍了使用IntelliJ IDEA部署到Tomcat时,我的应用程序放置在哪里?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在将一个应用程序从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}\YourWebApp\out\artifacts

这是IntelliJ创建的默认目录.

This is default directory created by IntelliJ.

Tomcat配置位于其他文件夹中.我正在使用Windows7.就这样:

Tomcat configuration is in the different folder. I am using windows 7. So it is:

C:\Users\User\.IntelliJIdea10\system\tomcat\YourApplicationName

这篇关于使用IntelliJ IDEA部署到Tomcat时,我的应用程序放置在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆