The Artima Developer Community
Sponsored Link

Java Answers Forum
Logging in JSP

1 reply on 1 page. Most recent reply: Oct 8, 2005 9:47 PM by Sharad Thakur

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Srilekha

Posts: 1
Nickname: mlekhs
Registered: Oct, 2005

Logging in JSP Posted: Oct 3, 2005 9:20 AM
Reply to this message Reply
Advertisement
Hi
I am trying to include loggin in our jsp.We are using log tag library from apache. I have downloaded the necessary tld and jar file.I embedded a couple of log statements in my jsp, its compiling fine.But nothing is showing up in the logs.
Pls help


Sharad Thakur

Posts: 7
Nickname: javasir
Registered: Sep, 2005

Re: Logging in JSP Posted: Oct 8, 2005 9:47 PM
Reply to this message Reply
First off all , if you just want to log on console (command line) then you need not to take so much of truoble, you can simpily use System.out.println("xyz"); you can see that at you command line.

now i don know what have you setup but there might be some file in which logging might be going on so just check it.

Flat View: This topic has 1 reply on 1 page
Topic: Binding a Vector index to an Item Listener Previous Topic   Next Topic Topic: two server and many client....

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use