Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

the selected directory is not valid tomee home idea

I use Intellij idea. I imported maven project, I checked it out from repository, set up java sdk for it, then tried set up tomcat configuration - set up home directory, e.g. C:\Program Files (x86)\ApacheSF\Tomcat, but idea tip says that

the selected directory is not valid tomee home idea

So when I try to start server, it says the same error.

PS. BTW, how to configure artifact for deployment?

like image 399
J is for Java Avatar asked Jan 25 '14 16:01

J is for Java


1 Answers

you should add Tomcat Server not a TomEE Server

you can check it by setting->Application Servers and you can see it:

Screenshot

like image 149
Woodpecker Avatar answered Oct 24 '22 06:10

Woodpecker