Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] upgrade help

First question ...

Are you doing an upgrade of a distribution?
or embedded-jetty?


Joakim Erdfelt / joakim@xxxxxxxxxxx

On Wed, May 10, 2017 at 2:40 PM, Brian Cox <bcox@xxxxxxx> wrote:

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


_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-dev


Back to the top