ilbets
ilbets

Reputation: 768

Java Web Error: Error : running Tomcat 7.0 : Cannot find configuration of jsp built-in servlet in

I,am trying to create my first project in Intellij idea 12 with Tomcat 8.0.0-RC5, OS Maverics , i use this tutorial : http://wiki.jetbrains.net/intellij/Creating_a_simple_Web_application_for_Tomcat_in_IntelliJ_IDEA_12

but when i do all steps i get error :

Error running Tomcat 7.0: Cannot find configuration of jsp built-in servlet in /Users/-------/Library/Caches/IntelliJIdea12/tomcat/Unnamed_Simple_2/web.xml.

Upvotes: 4

Views: 3251

Answers (3)

raghu
raghu

Reputation: 21

Update your IntelliJ to atleast 12.1.5 or later (I updated mine to 12.1.6) and it'll work. Tomcat moved their web.xml into conf and IntelliJ had a bug that wasn't fixed until recently. LINK

Upvotes: 2

Johann
Johann

Reputation: 137

If you are still looking into using tomcat 8, try the EAP version, I'm running fine Idea with tomcat 8 http://confluence.jetbrains.com/display/IDEADEV/IDEA+13+EAP

Upvotes: 1

ilbets
ilbets

Reputation: 768

Problem solved , Intellij don't suport tomcat 8

Upvotes: 4

Related Questions