Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weblogic 10.3.5 unable to find excludesFile path using getResourceAsStream #31

Closed
wants to merge 1 commit into from

Conversation

atazifor
Copy link

@atazifor atazifor commented Nov 7, 2014

While working on a project to upgrade from oracle application server to Weblogic 10.3.5 I ran into an issue where Weblogic was not able to find excludes file in the default location (/WEB-INF/lib/decorators.xml) using "getResourceAsStream";
Using "getRealPath" worked for me.
I still have not been able to figure out exactly how Weblogic creates its application structures or have not really tried out all different options, but was successful with that change.

-------------------------------------------------
weblogic unable to find default location (/WEB-INF/lib/decorators.xml)
of excludes file using "getResourceAsStream"; added code to use
"getRealPath" and that works fine.
hazendaz added a commit to hazendaz/sitemesh2 that referenced this pull request May 13, 2023
…tream

resolves sitemesh#31 but after checking null check first before attempting that alternative logic.
codeconsole added a commit that referenced this pull request Jul 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant