facebook

[Closed] JBoss Server Log

💡
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. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #244619 Reply

    cirdec
    Member

    Hi,

    I made a WebProject with MyEclipse (using Struts, JBoss4, MySQL). On my EJB files, I wrote some output (System.out.println) to check where my errors had been raised. This errors don’t appear on the log file of JBoss (on server\default\log\server.log). Can you explain it?

    Thanx,
    Cirdec

    #244639

    Riyad Kalla
    Member

    Cirdec,
    When run from MyEclipse standard out and standard err are redirected to your Eclipse console window.

    #244641

    cirdec
    Member

    I know that but the thing is that i’m going to an error page (which a created) but nothing appears on the console or on the server.log file…. So I can know where the error come from (I guess it’s from my MySql connection?).

    #244650

    Riyad Kalla
    Member

    It is hard to say, the only output we redirect, as you know, is std out and err, if there is other output you are not seeing going to your log be sure you didn’t change the default logger settings, include a conflicting version of logging API in your jre/ext directory that may be conflicting with what JBoss is trying to use, etc.

    #244689

    cirdec
    Member

    I change the default logger settings and now, it’s working. Thanx

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: [Closed] JBoss Server Log

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