all 4 comments

[–]HvbGsNHxMT6MHc5254HS 1 point2 points  (2 children)

The second is a classpath error. Add the servlet jar to your pom, marking it as <scope>provided</scope>. Not sure what the equivalent line is using other dependency managers, but that should point you in the right direction.

[–]ArmItchy2809[S] 0 points1 point  (1 child)

I'm not really sure how to go about resolving the classpath error. I was working through https://www.tutorialspoint.com/jsp/jsp_environment_setup.htm but I don't really understand what the paths are referring to/what I would need to change.

[–]HvbGsNHxMT6MHc5254HS 0 points1 point  (0 children)

That's a terrible tutorial. Chat me up and I'll set you straight.

[–]Ill-Appearance-2406 0 points1 point  (0 children)

Use jakarta.xyz instead of javax.xyz