zengkid/SmartTomcat

Tomcat is launched instead running a test from the context menu

setuper opened this issue · 3 comments

In the latest version of the plugin (4.3.5), Tomcat is launched instead running a test from the context menu.

screen

IntelliJ IDEA 2022.2.2 (Community Edition)
Build #IC-222.4167.29, built on September 13, 2022
Runtime version: 17.0.4+7-b469.53 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 10 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 4096M
Cores: 16
Registry:
debugger.watches.in.variables=false

Non-Bundled Plugins:
com.poratu.idea.plugins.tomcat (4.3.5)

Kotlin: 222-1.7.10-release-334-IJ4167.29

yuezk commented

Ah, I see. Looks like I need to restrict the check condition for webroot.

yuezk commented

@setuper I couldn't reproduce it locally. Can you provide the minimal reproducible project? Thanks.

image

You must have the folder: web/WEB-INF

screen