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
Configuration for QNAP TS-410U after reset
Q945119 - storport.sys 5.2.3790.4189
Security error accessing url-Destination: DefaultHTTP-Channel.Securi
ty.Error
Adding a Line Break and Center Text in a Submit Button
How to connect Hyper-V Server 2008 R2 to Cluster Shared Volumes
to check if a download will be spyware free
How to hide a dummy date value.
Exchange 2003 to Exchange 2010 Migration
Batch printing word document to non-default printer
The future of VBA