Hello.
I have to analyze xml log files which
are locate on the server side (jboss).
I would like read file from session bean and analyze using SAX.
What is the best solution in this case ?
thanks in advance
GG
> Hello. I have to analyze xml log files which are locate on the
> server side (jboss).
,----[ http://logging.apache.org/log4j/docs/chainsaw.html ]
| Chainsaw can read log files formatted in Log4j's XMLLayout.
`----
> I would like read file from session bean and analyze using SAX.
> What is the best solution in this case ?
Do your log files use log4j XML layout? If not, why?

Signature
-- Jhair
GG - 23 Dec 2006 20:03 GMT
> Do your log files use log4j XML layout? If not, why?
Yes we are using log4j. But I'm responsible only for
analyze log's depend on client's parameters.
GG - 23 Dec 2006 20:15 GMT
> ,----[ http://logging.apache.org/log4j/docs/chainsaw.html ]
> | Chainsaw can read log files formatted in Log4j's XMLLayout.
> `----
I need library with api which can i use from my own application
or idea how do this from ejb session bean.
thanks for help
> Hello.
>
> I have to analyze xml log files which
> are locate on the server side (jboss).
> I would like read file from session bean and analyze using SAX.
> What is the best solution in this case ?
Don't try to access a file from Enterprise Session Bean.
See EJB specification.
Alfred