facebook

Weblogic Configuration

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #211190 Reply

    While configuring weblogic I have to setup path to log4j.properties. Normally I do it in startweblogic.cmd like this
    path=%PATH%;C:\bea\user_projects\domains\mydomain\log4j.properties
    In myeclipseide under paths I can set up only classpaths. Please tell me where I can specify paths. Thanks a lot.

    #211208

    Riyad Kalla
    Member

    IIRC shouldn’t this file be in the root of your classes dir, in whcih case it would be already in your classpath?

    #211218

    Thanks for your reply. I highly appreciate it. For webapps what you mentioned is right. But for ejbs I want to keep this file in path. In the paths screen I can include a file in the classpath but I cannot keep anything in the path. Is there a way of manually keeping it in the path?

    #211223

    Riyad Kalla
    Member

    When you say “path” you mean the system environment variable “PATH”? If you do, then no, there isn’t a way to do that from the connector.

    #211228

    Can I set this up manually in some file generated by myeclipse. Because this is very important for my environment. Thanks a lot for your support.

    #211233

    Riyad Kalla
    Member

    Can I set this up manually in some file generated by myeclipse.

    Unfortunately not, there is nothing ‘generated’ by MyEclipse persay when it starts a server… but you could certainly just add this env variable to your system path… I don’t nkow if this would screw up your development or not, so I don’t know how good of a suggestion that is.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: Weblogic Configuration

You must be logged in to post in the forum log in