Exception during the startup!

2005-08-08 Thread Tewari,kuldeep
Hi, When I try to run my jsp , I get following error message: javax.servlet.ServletException: org/apache/xalan/templates/OutputProperties at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp l.java:680) at

Re: Exception during the startup!

2005-08-08 Thread Jon Wingfield
The key info in the stracktrace is: root cause java.lang.NoClassDefFoundError: org/apache/xalan/templates/OutputProperties at com.test.wmtool.gui.SessionHelper.saveState(Unknown Source) The SessionHelper class uses Xalan classes that the webapp classloader cannot find at runtime. This