Sent from Yahoo Mail for iPhone


On Wednesday, July 24, 2019, 12:04 PM, M. Manna <manme...@gmail.com> wrote:

Hi Goh,

It’s part of standard tomcat logging for servlet ctx init audit.

Check logging.properties file in your conf/ directory. You should be able
to change the level and tune how much logging is needed.

And btw, it’s an INFO, not ERROR/FATAL/SEVERE.
ContextListener:
> attributeAdded('StockTicker', 'async.Stockticker@4fa4f485')
But, in my WebApp I don’t have this at all? So how did it creep into the log? 
Is there some kind of script lying somewhere, accidentally crept in without me 
knowing n some how make its way inside Tomcat...I know this sound abit over 
imaginative but I really can’t tell for sure this attributeAdded is something 
that comes with Tomcat....

Thanks,

On Wed, 24 Jul 2019 at 11:42, Karen Goh <karenwo...@yahoo.com.invalid>
wrote:

> Dear experts,
>
> I need some help again.
>
> I am trying to get a html page out on my browser, I changed my Tomcat
> server as the previous one has some Ant script 'creeping in when I
> downloaded an example'.  However, I do not know why am I receiving an error
> message ?
>
> Background :-
> -----------------
> Netbean IDE
> Windows OS
> Tomcat 9.0.12
> JEE
>
> Error Message :
>
> 24-Jul-2019 10:03:27.271 INFO [main]
> org.apache.catalina.core.ApplicationContext.log ContextListener:
> contextInitialized()
> 24-Jul-2019 10:03:27.271 INFO [main]
> org.apache.catalina.core.ApplicationContext.log SessionListener:
> contextInitialized()
> 24-Jul-2019 10:03:27.292 INFO [main]
> org.apache.catalina.core.ApplicationContext.log ContextListener:
> attributeAdded('StockTicker', 'async.Stockticker@4fa4f485')
>
> Can I know why there is a ContextListner:attributeAdded('StockTicer',
> 'async.Stockticker@4fa4f485') as appeared in the log ?
>
> How do I make it go away so that I can run my webApp ?
>
> Thank you for your help.
> Karen
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


Reply via email to