Re: Exception in running application

2008-03-21 Thread aum strut
hi all, As far as concern with the .jar files both the jars are there in the lib folderas moreover there is only one application deployed in the container with which i m working. can u just clear me about the point regarding opensymphony URI in web.xml. --aum On 3/21/08, manjunathmn <[EMAIL PR

Re: Exception in running application

2008-03-21 Thread manjunathmn
Hi, Please make sure that the you are placing the xwor2 jar in lib folder and not in Referenced Lib package(if u r using MyEclipse IDE) and specifiy the opensymphony URI in web.xml. Thanks. aum strut wrote: > > Hi All, > > i am running an application, everythingis working fineappli

Re: Exception in running application

2008-03-21 Thread Laurie Harper
I'm surprised the application is even serving requests with an exception starting the filter, and since the cause seems to be a missing OGNL jar, OGNL expressions presumably wouldn't be working anyhow. Check that the error really is coming from the application you're testing, not another one d