Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7733939
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T07:07:29+00:00 2026-06-01T07:07:29+00:00

I have an EJB that uses additional resource files (textual template files placed in

  • 0

I have an EJB that uses additional resource files (textual template files placed in a directory called “templates”). I don’t know how to access the content of the “templates” directory from the Java EE application.

I’ve tried to place the directory as the “EarContent/templates” or “EarContent/APP-INF/lib/templates” folder in the EAR project. The directory is deployed into the weblogic domain as expected. (I was searching it in the file-structure of the weblogic domain.)
But when I want to access the files, all resource paths seem to be relative to the weblogic domain root directory, not relative to the deployed application. Thus

URL dirURL = this.getClass().getClassLoader().getResource("templates");

returns “file:/<domain_root>/templates”,

File file = new File("templates");

opens a file in “<domain_root>/templates” (if there is any).

How to access additional resource files correctly?

Edit: I have found that when I place the “templates” directory into the EAR project as “EarContent/APP-INF/classes/templates”, both the code pieces mentioned above find it. But the “classes” directory is not the right place to put the “templates” directory in… (At least because the IDE filters non-.class files out in this directory, and does not display it.)

Edit: I’ve been playing with it a bit. Using the FileMon I see that weblogic completely ignores directories specified in the MANIFEST.MF classpath. I’ve tried both the EJB and EAR manifests, and weblogic does not even try to look into the path specified in the manifest.

Manifest-Version: 1.0
Class-Path: APP-INF/
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T07:07:31+00:00Added an answer on June 1, 2026 at 7:07 am

    I’ve spent a lot of time by googling and experimenting, but I have found no other way than to place the directory into the <EarProject>/EarContent/APP-INF/classes/ folder. Another solutions, even when (vaguely) suggested in the weblogic documentation, like setting the Classpath in a MANIFEST.MF file, did not work.

    I’ve tested also a possibility to place the template directory into a separate utility project. The template directory must be placed in the <Utility project>/src/ folder. However, in the development environment, the template directory is deployed as a regular directory, while when exported into an EAR, the template directory is packed into the utility project .jar. When deployed onto a Weblogic server, this .jar is not unpacked, so you cannot acces the template files as regular files, in particular you cannot enumerate them.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an old EJB (2.1) project that uses xdoclet (1.2.3) to generate the
I have a large application that uses EJB 2.x entity beans (BMP). This is
I have one project (called EJB server) that contains X-Doclet annotated EJB service and
We have some JavaEE5 stateless EJB bean that passes the injected EntityManager to its
I am trying to print out the SQL statement that my EJB uses to
To summarize the issue I'm encountering, I have an EJB which uses version A
I'm developing an application on Glassfish 3. I have an EJB that looks like
I have an EJB A that invokes EJB B . The UI should not
I have a public EJB class that I want accessible online as a web
I have a stateless EJB that acceses my database. I need this bean in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.