Got a new machine and had to do a new install of Eclipse and Tomcat, was not as easy in the past but got things running for the most part. However, I have JSP beans in a lot of my files like this.
<jsp:useBean id="objSusHelper" class="Sustainability.SustainabilityHelper" scope="session"/>
And the same class instance would be used for the whole session, but now I can tell it's being reinitialized everytime web pages are called by putting a breakpoint in the constructor, and it should not be doing that. Anyone know why that is? I really did try a search but coming up with nothing. Using the localhost tomcat8.5.