Microsoft
Software
Hardware
Network
Question : programmatically find WebappsClassLoader in tomcat
I need to load the correct classloader for jpa implementation. that would be the WebappClassLoader in Tomcat. but because my lib class is in the shared lib directory, when I call
getClass().getClassLoader(
)
I got the org.apache.catalina.loader
.StandardC
lassLoader
instead. as a result hibernate provider is not able to find the classes under WEB-INF/classes.
does any one know how to specifically find the WebappClassLoader inside a program?
Answer : programmatically find WebappsClassLoader in tomcat
>>it needs to grab a web app specific class using the correct class loader.
If you mean you want a common lib class to access a specific web app's classes, that can't be done.
Moreover, it shouldn't need to be
Random Solutions
Access form - Using Sum function to validate records
error installing ajaxcontroltoolkit - 'there was an error loading types or assembly...'
Strip out ’s in mySQL query | XML Parsing Error: undefined entity
Protect Store Procedures in SQL 2000 & 2005
Pass recordset from local sql server to remote sql server using access adp
vmware player shows black screen on win 2003 server
Can't boot SBS 2008 Standard - CRCDISK.SYS
Cisco Unity Express to Trigger MWI on overlay DN
Automatically do a release build
alter does it drop