Re: Problems using Log4j on WebSphere 5.0 on Win2K

2003-07-22 Thread Thomas Marsh
"Tarek M. Nabil" wrote: > > Hi, > > Sorry for the nagging, but does any one have a clue of what's happening here? > > -Original Message- > From: Tarek M. Nabil > Sent: Sunday, July 20, 2003 1:50 PM > To: 'Log4J Users List' > Subject: RE: Problems with WebSphere 5.0 on Win2K > > Thomas,

Re: Example code reading from SocketHubAppenders

2002-09-03 Thread Thomas Marsh
you and do not read, disclose or use the > content in any way. > > LDS can not assure that the integrity of this communication has > been maintained nor that it is free of errors, virus, > interception or interference. > > _GMT-5

Re: Example code reading from SocketHubAppenders

2002-09-03 Thread Thomas Marsh
I've found Mark Womack's sockethubreceiver from the chainsaw_mods zip file. I'll take a look at that... TIA all Tom Marsh wrote: > > Dear List: > > I'd like to write some code that will connect to a SocketHubAppender, > pick up some specific logging events, and process them. Are there some >

Re: Problems with SMTPAppender

2002-05-11 Thread Thomas Marsh
I seem to have it fixed. My project is running inside of Websphere Studio Application Devloper, and it seems I was picking up a WSAD mail class. I put the mail jars ahead of the WSAD jars in my project, and it fixed the problem. Thomas Marsh wrote: > > List: > > I've used on

Problems with SMTPAppender

2002-05-10 Thread Thomas Marsh
List: I've used one of the examples for SMTPAppender properties from this list, and am getting: java.lang.NoClassDefFoundError: com/sun/mail/util/MailDateFormat I'm using the recommended (from the FAQ) javamail and JAF. I can't find this class in any of the JARS. Has someone run into this befo