Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

log for detecting intrusions

Status
Not open for further replies.

bf35

Programmer
Oct 10, 2002
3
FR
Hello,
I'd like to find a way to log access to remote objects (EJB)with no modification of the applications. Format of the traces should include the name of the class that are accessed, the method that are called and the parameters of the request. I think that it's impossible to configure a log file with the admin console to log such informations.
Perhaps using portable interceptors to access requests to EJB could be a solution, but how to register an interceptor in Weblogic context?
If anybody can help me.
Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top