Tomcat Errors with IntelliJ (REF: CompressionResponseStream.java)
Hello:
I am using IntelliJ IDE for my J2EE applications. I am also using Tomcat 4.0. When in my IntelliJ IDE specify my location of my Tomcat Class files, and then try to RUN my TOMCAT from within IntelliJ IDE I get following ERROR - wonder why?
-
Information: 1 error
Information: 0 warnings
] file.java...*--]]>
----
Any related information on above is appreciated.
Thanks!
Please sign in to leave a comment.
1. Why do you have java sources in your WEB-INF\classes subdirectory?
2. Have you tried replacing the "\Program Files\" part by "\Progra~1\"? I had a similar problem with the cvs commands of ant since my path settings to cvs.exe contained a blank (the path was quoted, and the script ran outside of IDEA, but not within IDEA).
Good luck,
Jens