简体   繁体   中英

Error: Application Server not specified - IntelliJ IDEA

When I configure the Tomcat in the IntelliJ IDEA, there have a issue I don't understand.

Error: Application Server not specified

Before asking the question, I have searched the SO, found the related post: How to configure correctly the JBoss in the Intellij IDEA? I get Error:server instance not specified

But it is not fit me.

The snapshot:

在此处输入图片说明


Attention

I did not Configure the Application Server, because I can not choose the hidden directory path.

On the top where it says:
Application server: [ text box ] configure

You need to specify the location of your local tomcat installation.

UPDATE

Per comments and updates, intelliJ somehow cannot locate tomcat installed under hidden folder.
Simply typing out the absolute path should work.

  1. Click on "Run"
  2. Click on "Edit Configuration"
  3. Click on "+"
  4. Scroll down to "Tomcat Server"
  5. Select "Local or Remote"
  6. Select "Configure" next to Application Server
  7. Click "+"
  8. Configure it to your extracted Tomcat Server

https://www.jetbrains.com/help/idea/2016.3/defining-application-servers-in-intellij-idea.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM