Hi! All,
i'm trying to use log4j in struta application.. but when i create a log4j
instance inside(
private final static Logger log = Logger.getLogger(PAF3Entity.class)
) strut action class..the action path is not forwarded..instead it throws the
following at the console.
2003-02-13 01:28:22 - Ctx( /medicare ): 500 R( /medicare + /Authorisationone.do
+ null) No action instance for path /Authorisationone could be created
but the action tag class & its paths is well defined in the struts config file..
everything runs fine if the logger instance is not created.
has anyone exp.. this sort . pls help
TIA
Dinesh