Re: tomcat updata problem

2007-09-12 Thread David Smith
Thanks for the additional info. First and foremost, I have to say remove servlet.jar and any servlet-api or jsp-api jars from your WEB-INF/lib folder. They are as the error indicates not allowed in your webapp. The part of the stack mentioning this file: forecast_002dtest_002ddefault_jsp.j

RE: tomcat updata problem

2007-09-12 Thread ZHOU Ping C
Thanks David Smith this trouble occured when i requested to update our run environment ( i use r-e for short ) our old r-e is jdk1.4/tomcat4.1/hibernate2.0/ our new r-e is jdk1.6u2/tomcat5.5.23 when i start tomcat , i get following warnings , i think these infomation may useful validateJarF

Re: tomcat updata problem

2007-09-12 Thread David Smith
I'm guessing the error is reasonably accurate and you attempted to access a getter or setter on a null bean object. Unfortunately you so carved up the stack trace it's extremely difficult to offer any more advice than that. Additionally, if this worked in tomcat 4.1 you may have been relying