Hi All,
 
I recently joined a new group doing, for the first time in a long time, Java and I am working with jetty for the first time. My first task has been
 upgrading the project’s use of jetty 8.1.7 to something more current. I recently grabbed 9.4.4 and seem to be running into one issue after another.
 
So I am going to start with a seriously newbie question. I’ve been grabbing updated versions of related jar files (servlet-api, javax.servlet.jsp,
 etc) and I have run into NoClassFoundExceptions, IllegalStateExceptions, etc and then today have hit:
 
Problem accessing /jaguar/admin/. Reason:
 
    Server Error
Caused by:
 
javax.servlet.ServletException: org.apache.jasper.JasperException: PWC6033: Error in Javac compilation for JSP
 
PWC6199: Generated servlet error:
package javax.servlet does not exist
 
PWC6199: Generated servlet error:
package javax.servlet.http does not exist
 
...
…
…
 
when loading a page.
 
So I’m backing up, starting over to make sure I have the right versions of everything to pair up with jetty 9.4.4.
 
Is there someplace that documents which jars I need to have installed to work with jsp 2.3?
 
Thanks for your help and your patience!
Brian