Put jsp to web resource directory and use Tomcat 4.0.X or 5 + (4.1.X is not supported due to Jasper problems, you can use Jasper from old Tomcat though)
ventus2ax wrote:
Hi,
Currently I have the following configuration: IntelliJ 4.5.1, Tomcat 4.1.18 and jdk 1.4
Everthing works fine except for the fact that I can not debug jsp's.
What did I forget
thx in advance
-- Best regards, Maxim Mossienko IntelliJ Labs / JetBrains Inc. http://www.intellij.com "Develop with pleasure!"
Put jsp to web resource directory and use Tomcat 4.0.X or 5 + (4.1.X is not supported due to Jasper problems, you can use Jasper from old Tomcat though)
ventus2ax wrote:
Hi,
Currently I have the following configuration: IntelliJ 4.5.1, Tomcat 4.1.18 and jdk 1.4
Everthing works fine except for the fact that I can not debug jsp's.
What did I forget
thx in advance
>
heh I missed that... 4.1.x...
Maxim, you guys should revise a little bit how web apps work and are setup, perhaps detecting that a user is trying to use Tomcat 4.1.x should throw up and error and just say debugging is not supported in that version, or just don't support 4.1.x at all.
Second based on the discussion in the main eap forum there are multiple issues with people understanding how web modules are configured and work with debugging, or tld resolution etc...
In article <18677965.1106757614084.JavaMail.itn@is.intellij.net>,
ventus2ax <no_mail@jetbrains.com> wrote:
get IDEA 4.5.3
R
Hi,
Put jsp to web resource directory and use Tomcat 4.0.X or 5 + (4.1.X is
not supported due to Jasper problems, you can use Jasper from old Tomcat
though)
ventus2ax wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
In article <ct8iq3$qmf$1@is.intellij.net>,
Maxim Mossienko <Maxim.Mossienko@jetbrains.com> wrote:
heh I missed that... 4.1.x...
Maxim, you guys should revise a little bit how web apps work and are
setup, perhaps detecting that a user is trying to use Tomcat 4.1.x
should throw up and error and just say debugging is not supported in
that version, or just don't support 4.1.x at all.
Second based on the discussion in the main eap forum there are multiple
issues with people understanding how web modules are configured and work
with debugging, or tld resolution etc...
Just a thought.
R