C
C
click_f2016-06-20 21:08:35
Java
click_f, 2016-06-20 21:08:35

How to run Tomcat in Intellij Idea?

When trying to run a project via Tomcat in intellij idea 16, the following happens:

<local_path>/apache-tomcat-9.0.0.M8/bin/catalina.sh run
[2016-06-20 07:23:06,005] Artifact sample_project:war exploded: Server is not connected. Deploy is not available.
Connected to the target VM, address: '127.0.0.1:51733', transport: 'socket'
Disconnected from the target VM, address: '127.0.0.1:51733', transport: 'socket'
Disconnected from server

Tomkat refuses to start in idea, and if you run it manually via catalina.sh, it seems to work fine.
why can't deploy the project?
Tell me what's the matter.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
C
click_f, 2016-06-28
@click_f

To solve the problem, you need to install a new SDK.
It's decided.

K
Konstantin Malyarov, 2016-06-20
@Konstantin18ko

Artifact sample_project:war exploded: Server is not connected. Deploy is not available.
It also says the server is not connected. Have you correctly specified the location of the tomcat?

A
Andrey Shishkin, 2016-06-22
@compiler

stackoverflow.com/questions/20163910/tomcat-in-ide...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question