aspose file tools
The moose likes JSP and the fly likes how to resolve this Can't get definitions factory from context exception Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSP
Reply Bookmark "how to resolve this Can Watch "how to resolve this Can New topic
Author

how to resolve this Can't get definitions factory from context exception

Srinivas Genji
Ranch Hand

Joined: May 04, 2004
Posts: 37
i have a war file that works great in Tomcat 5.5 and when i tried to put this war in Tomcat 5.0.27 or 4.1.27 getting this exception.

Can anyone explain wat might be the problem
javax.servlet.ServletException: Can't get definitions factory from context.
at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:533)
at org.apache.jsp.index1_jsp._jspService(index1_jsp.java:76)

cheers
Srinivas


Genji B Srinivas<br />M.Tech (IT) Aus
Eddy Lee Sin Ti
Ranch Hand

Joined: Oct 06, 2005
Posts: 135
You might need to post up the code for the jsp page which this exception occured to clarify the source of problem.


SCJP, SCWCD, SCJWS, IBM 700,IBM 701, IBM 704, IBM 705, CA Clarity Technical<br /> <br /><a href="http://eddyleesinti.blogspot.com" target="_blank" rel="nofollow">http://eddyleesinti.blogspot.com</a>
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how to resolve this Can't get definitions factory from context exception
 
Similar Threads
Can't get definitions factory from context.
problem in inserting Tiles definitions into webpage
Can't deploy using Tomcat Manager if Conext is in server.xml?
Can't get definitions....
java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory