Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Jazzepi
Total activity
13
Last activity
March 12, 2021 15:16
Member since
August 03, 2013 18:13
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
4
Activity overview
Posts (1)
Comments (7)
Sort by recent activity
Recent activity
Votes
Created
August 06, 2013 23:24
Go to your run/debug config -> tomcat server -> whatever your tomcat task is called -> deployment tab (on the right)What does it say for deploy at the server startup? I can imagine it might have bo...
Community
IntelliJ IDEA Users
Run app in Tomcat - includes two copies of JAR file?
0 votes
Created
August 09, 2013 20:23
I think you're looking in the wrong place. Try looking in target/site/ for surefire-report.htmlAccording to the docs...A HTML report should be generated in ${basedir}/target/site/surefire-report.ht...
Community
IntelliJ IDEA Users
Using the Maven Surefire Report plugin
0 votes
Created
August 10, 2013 23:13
Two things I'd check to make sure first.1. Do you have the TLD in your web.xml?http://comments.gmane.org/gmane.comp.web.sitemesh.general/12022. Do you have a depedency for sitemesh? Do you have the...
Community
IntelliJ IDEA Users
Tomcat 7 + IntelliJ The absolute uri: http://java.sun.com/jsp/jstl/core Issue
0 votes
Created
August 11, 2013 00:14
Looks like you're correct, the JSP 2.0 container should look in the following places if you don't make the declaration in your web.xml1 <appName>/WEB-INF folder2 All subfolders of <appName>/WEB-INF...
Community
IntelliJ IDEA Users
Tomcat 7 + IntelliJ The absolute uri: http://java.sun.com/jsp/jstl/core Issue
0 votes
Created
August 11, 2013 00:32
Try removing the make/build and just leave the maven install there. I think you can just let it go to maven package.
Community
IntelliJ IDEA Users
Tomcat 7 + IntelliJ The absolute uri: http://java.sun.com/jsp/jstl/core Issue
0 votes
Created
August 07, 2013 16:14
I was able to do as you mentioned by creating a maven run profile, and attaching it to the "do this before you deploy" for the Tomcat run profile. My confusion arose because I did not realize that ...
Community
IntelliJ IDEA Users
How can I have IntelliJ build artifacts with a specific maven profile?
0 votes
Created
August 15, 2013 18:17
Glad I could help :)
Community
IntelliJ IDEA Users
Using the Maven Surefire Report plugin
0 votes