This week's book giveaway is in the Programmer Certification forum. We're giving away four copies of OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830 and have Jeanne Boyarsky & Scott Selikoff on-line! See this thread for details.
I have an application I was running in Eclipse using Tomcat. I used index.jsp which redirected to a servlet. When I try to run this application in RAD using the WebSphere App server, I get a 500 error. My servlets are stored under Java Resources/JavaSource. What changes do I make to web.xml to get this working?