No org.apache.tomcat.InstanceManager set in ServletContext"
within the JSP files created and placed into the work folder. While it does not stop the project running it is very anoying.It can be easily fixed by adding the tomcat-api.jar to your list or libraries.
I recommend you add it as follows:
- Start to edit your project class path;
- Click add variable;
- Click the TOMCAT_HOME variable followed by the Extend... button; This will allow you to browse for the libs/tomcat-api.jar file;
- Click OK and you should get the following in your list of directories:
An interesting article on stackoverflow can be found here : http://stackoverflow.com/questions/8064039/why-shouldnt-we-place-tomcat-library-in-our-appln-libraries
No comments:
Post a Comment