I try to get the final JDBC-4 assignment to work with
Tomcat and not on the orion server.
AddVideoServlet and ListVideoServlet (after several days trial

) finally work (the rest suffers from errors not yet understood).
Here is one 'strange' error, which cost me a lot of time to find out.
ResultSet rs used
Tomcat needs the "title" written as "TITLE" whereas all runs fine with the orion-server!
Furthermore, I had to give '
servlets' mappings in a web.xml file ... the "/servlet/VideoLoginServlet" will not (yet) work, see "tomcat/apache" for more.
Maybe this is a reason to use the orion-server ...

Worked up to now at once and perfectly!