Logging-Framework for applications?

2008-10-29 Thread Juergen Weber
What is the recommended logging-framework for applications running in Geronimo? Log4J? slf4j? I tried both, both seem to be included in the server runtime, but I saw only log4j output in the logs. Thanks, Juergen -- View this message in context: http://www.nabble.com/Logging-Framework-for-ap

Re: Logging-Framework for applications?

2008-10-29 Thread Juergen Weber
Juergen Weber wrote: > > What is the recommended logging-framework for applications running in > Geronimo? > > Log4J? slf4j? > > I tried both, both seem to be included in the server runtime, but I saw > only log4j output in the logs. > > Thanks, > Juergen > > Taking the sample http://cwiki

Deploying Spring applications in Geronimo - State of the nation

2008-10-29 Thread huntc
Hi there, I am now at the stage where I would like to deploy my Apache Camel/Spring based application and I am also excited at the prospect of using Geronimo. The application presently manifests itself as a JAR file with a main entry point passing control to a spring application context. I am fi

Re: Logging-Framework for applications?

2008-10-29 Thread Lin Sun
I think you are right that both log4j and slf4j are used by the server. There is a document on how to configure application specific logging with log4j in our user doc - http://cwiki.apache.org/GMOxDOC21/configuring-application-specific-logging-with-log4j.html HTH Lin On Wed, Oct 29, 2008 at 5:

web module and login gbean in deployment plan of ear

2008-10-29 Thread Marco Laponder
Hi All, I am busy with deploying an ear. I have bean able to add my login module configuration within the plan, and I have bean able to specify a web module with context root in the plan. But when I have a login module as well as a web module specified I get the following error when deploying: er

Re: Deploying Spring applications in Geronimo - State of the nation

2008-10-29 Thread David Jencks
On Oct 29, 2008, at 5:03 AM, huntc wrote: Hi there, I am now at the stage where I would like to deploy my Apache Camel/ Spring based application and I am also excited at the prospect of using Geronimo. The application presently manifests itself as a JAR file with a main entry point pass

Re: web module and login gbean in deployment plan of ear

2008-10-29 Thread David Jencks
Put the gbean after the modules david jencks On Oct 29, 2008, at 7:39 AM, Marco Laponder wrote: Hi All, I am busy with deploying an ear. I have bean able to add my login module configuration within the plan, and I have bean able to specify a web module with context root in the plan. But wh

RE: web module and login gbean in deployment plan of ear

2008-10-29 Thread Marco Laponder
Feeling stupid and ashamed. Thanks. Kind regards, Marco -Oorspronkelijk bericht- Van: David Jencks [mailto:[EMAIL PROTECTED] Verzonden: woensdag 29 oktober 2008 17:48 Aan: user@geronimo.apache.org Onderwerp: Re: web module and login gbean in deployment plan of ear Put the gbean after th