|
Interesting. The next thing I would do is
verify where the css parser errors are getting loaded from. WLS should have a
way to turn on classloader tracing so that it will log out the physical location
from where it loaded the classes. See if you can enable that and let me know what
it says.
____________________________________________ From:
[email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Jaime Bermudez Hey Carson, I'm trying out your technique, but I'm still getting LocatorParser
errors... here's a snippet of my weblogic.xml: <weblogic-web-app> </security-role-assignment> This solution worked for you guys? On 9/16/05, Carson
Hager <[EMAIL PROTECTED]>
wrote: My pleasure. The only impact will be
a small increase in memory utilization by the server at startup. Basically,
appservers like WLS like to use hierarchical classloaders so that classes which
are shared by multiple web applications are not loaded for each web app.
By using a shared classloader, there is savings in memory and ( to a small
degree ) runtime performance due to the need to only load/verify the class a
single time. The reality is that these things are basically negligible. The
kicker with hierarchical classloaders is exactly what you're seeing here...the
need to override at a child level. I'm sure you'll find this to be a good
solution. ____________________________________________ From: [email protected]
[mailto:
[email protected]] On Behalf Of Kevin
Towes (New Toronto Group)
Thanks, From: "Carson Hager" <[EMAIL PROTECTED]> Kevin, This is a classloader issue. Check
out prefer-web-inf-classes in the following URL to turn off the default
behavior of the WLS classloader to allow for classes in web apps to be loaded
in preference of the server level classloader. http://e-docs.bea.com/wls/docs81/programming/classloading.html ____________________________________________ From: [email protected]
[mailto:
[email protected]] On Behalf Of Kevin
Towes (New Toronto Group) Hey Gang - YAHOO!
GROUPS LINKS
|
- RE: [flexcoders] URGENT Problem on Flex installed on B... Carson Hager
- Re: [flexcoders] URGENT Problem on Flex installed... Jaime Bermudez
- RE: [flexcoders] URGENT Problem on Flex installed... Dimitrios Gianninas
- Re: [flexcoders] URGENT Problem on Flex insta... Jaime Bermudez
- RE: [flexcoders] URGENT Problem on Flex installed... Carson Hager
- Re: [flexcoders] URGENT Problem on Flex insta... Jaime Bermudez

