Yep, there was an object returning NULL and some misplaced files.
But finally its solved.
Thanks for your suport :)
On Fri, Jul 17, 2009 at 10:12 AM, André Warnier wrote:
> Sumit D wrote:
>
>>
>> Caused by: java.util.MissingResourceException: Can't find bund
As you can see,
private static final BEP4Sumit theInstance = new BEP4Sumit();
public static IEventProcessor getInstance() {
return theInstance;
}
It should return the IEventProcessor instanceBut it doesnt not find that
class.
Where should I put the jars that it needs ??
I create a jar of thi
INFO: Server startup in 1825 ms
16 juil. 2009 17:07:00 org.apache.catalina.connector.CoyoteAdapter service
GRAVE: Une exception ou une erreur s'est produite dans le conteneur durant
le tr
aitement de la requ´┐¢te
java.lang.ExceptionInInitializerError
at org.apache.catalina.valves.Test.invok
hristopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Sumit,
>
> On 7/1/2009 4:02 AM, Sumit D wrote:
> > - Extend the ValveBase class, Implement LifeCycle (not obligatory)
> > - write invoke method impleme
n 26, 2009 at 3:39 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Sumit,
>
> On 6/25/2009 7:42 AM, Sumit D wrote:
> > *By "write some data in an object" I wanted to say that, when the log
I put the ...code in the
server.xml of Tomcat, would'nt it work just like AccessLogValve ??
Thanks once again,
Cheers
*
*
On Wed, Jun 24, 2009 at 11:39 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Sumit,
&
Hello All!I am trying to edit the AccessLogValve and then would rename it to
some other Valve.
Presently, the AccessLogValve writes logs, but I would like to write the
same data in an object as well.
Any pointers on how can I achieve this ?? I might be able to add some code
where it writes to logs,