Tomcat 4.1 supported?

Is tomcat 4.1 supported? I tried to start it but I get a NullPointerException.

0
4 comments
Avatar
Permanently deleted user
0
Avatar
Permanently deleted user

I use IDEA to debug apps in TC 4.1 all the time - I can even debug in TC 5 (if that's what you want to do). Now, what I can't do is debug JSPs in anything other than TC 4.0.x

Kevin Jones
Developmentor

0
Avatar
Permanently deleted user

How do you actually get it to work? I have been unable to.

-Brian

0
Avatar
Permanently deleted user

I use exactly the same steps as I use for TC 4.0. Run TC under JPDA, start the IDEA debugger and use the remote option to connect to the running version of TC 4.1 (or 5.0). Make sure your servlets are compiled with debug info turned on. And off you go. As I said I can't debug JSPs but servlets work fine

0

Please sign in to leave a comment.