I tried your sample file, but there was no logfile generated
after calling log.debug("just a test");

where should the logfile normally be located ?

cheers,
olli

2006/12/7, Sebastian Wagner <[EMAIL PROTECTED]>:
> if course the *#* of each block should be removed:
>
> log4j.appender.MeinDaRoFiAppender=org.apache.log4j.DailyRollingFileAppender
> log4j.appender.MeinDaRoFiAppender.datePattern='.'yyyy-MM-dd_HH-mm
> log4j.appender.MeinDaRoFiAppender.file=MeineLogDatei.log
> log4j.appender.MeinDaRoFiAppender.layout=org.apache.log4j.PatternLayout
> log4j.appender.MeinDaRoFiAppender.layout.ConversionPattern=%d{ISO8601}
> %-5p [%t] %c: %m%n
>
> cheers!
>
>  2006/12/7, Chedli Ghedira <[EMAIL PROTECTED]>:
> >
> > Can you please put a "log4j.properties" sample file ?
> >
> > Thanks
> >
> >
> >
> > 2006/12/7, Sebastian Wagner < [EMAIL PROTECTED]>:
> > >
> > > in my application class
> > > you have to alter the log4j propeties file to write to a certain output
> file.
> > > then you can log using log.debug(Object)
> > >
> > >
> > > 2006/12/7, Oliver Müller < [EMAIL PROTECTED]>:
> > >
> > > > this works, thanks :)
> > > >
> > > > other newbie questions:
> > > >
> > > > - how can I log or trace in my application class I ordner to debug?
> > > >
> > > > - my admin interface doesn't work and I changed nothing after
> installation.
> > > > the url is http://127.0.0.1:5080/admin and the error says:
> > > >
> > > > HTTP ERROR: 404
> > > >
> > > > NOT_FOUND
> > > >
> > > > RequestURI=/admin
> > > >
> > > > Powered by Jetty://
> > > >
> > > > cheers,
> > > > Olli
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > 2006/12/7, Sebastian Wagner < [EMAIL PROTECTED]>:
> > > > > you have to put it in web-inf lib just like in any other servlet
> container.
> > > > >
> > > > > cheers!
> > > > > sebastian
> > > > >
> > > > > 2006/12/6, Oliver Müller < [EMAIL PROTECTED] >:
> > > > > >
> > > > > > Hi,
> > > > > >
> > > > > > I want to use classes from a seperate jar archive in my
> application
> > > > > > but the build process
> > > > > > fails because the classes can't be found.
> > > > > > Where shall I put the jar file and is there a config file where I
> have
> > > > > > to point to that jar ?
> > > > > >
> > > > > > --
> > > > > > cheers,
> > > > > > Olli
> > > > > >
> > > > > > _______________________________________________
> > > > > > Red5 mailing list
> > > > > > [email protected]
> > > > > >
> http://osflash.org/mailman/listinfo/red5_osflash.org
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Sebastian Wagner
> > > > > http://www.webbase-design.de
> > > > > http://www.laszlo-forum.de
> > > > > Bleichstraße 92
> > > > > 75173 Pforzheim
> > > > > Tel.: 0177-7341829
> > > > > Home: 07231-417456
> > > > > [EMAIL PROTECTED]
> > > > > _______________________________________________
> > > > > Red5 mailing list
> > > > > [email protected]
> > > > >
> http://osflash.org/mailman/listinfo/red5_osflash.org
> > > > >
> > > > >
> > > > >
> > > >
> > > > _______________________________________________
> > > > Red5 mailing list
> > > > [email protected]
> > > > http://osflash.org/mailman/listinfo/red5_osflash.org
> > > >
> > >
> > >
> > >
> > > --
> > >
> > > Sebastian Wagner
> > > http://www.webbase-design.de
> > > http://www.laszlo-forum.de
> > > Bleichstraße 92
> > > 75173 Pforzheim
> > > Tel.: 0177-7341829
> > > Home: 07231-417456
> > > [EMAIL PROTECTED]
> > > _______________________________________________
> > > Red5 mailing list
> > > [email protected]
> > > http://osflash.org/mailman/listinfo/red5_osflash.org
> > >
> > >
> > >
> >
> >
> > _______________________________________________
> > Red5 mailing list
> > [email protected]
> > http://osflash.org/mailman/listinfo/red5_osflash.org
> >
> >
> >
>
>
>
> --
> Sebastian Wagner
> http://www.webbase-design.de
>  http://www.laszlo-forum.de
> Bleichstraße 92
> 75173 Pforzheim
> Tel.: 0177-7341829
> Home: 07231-417456
> [EMAIL PROTECTED]
> _______________________________________________
> Red5 mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
>
>

_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to