Thamarai Sivam

Greenhorn
+ Follow
since Sep 06, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Thamarai Sivam

Hi Soumya,

You have to configure the server.xml file, add a tag like below in it, instead of "examples" give your folder name

<Context path="/examples" docBase="examples" debug="0"
reloadable="true" crossContext="true">

Restart your server and try again.

Regards,
Thamarai
18 years ago
Hai Dittmer,

Thank You very much for your reply, can you tell me which version of Log4J i suppose to use.
18 years ago
I'm using Apache Tomcat 4.1, j2sdk1.4.1_02 and jsse1.0.3_03 i configured my tomcat for jsse1.0.3_03, now i can access the application using https but for the first time only (i.e.) if i try to refresh the page or type the same url again in the browser i'm unable to get my application's home page in the second and subsequent request. If i restart my server then i can get my app. home page once but not on second and on more request.


I'm attaching the error i'm getting at the server side

Sep 6, 2005 9:45:40 PM org.apache.coyote.http11.Http11Protocol$Http11ConnectionH
andler processConnection
SEVERE: Error reading request, ignored
org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging
.LogConfigurationException: org.apache.commons.logging.LogConfigurationException
: Class org.apache.commons.logging.impl.Log4JLogger does not implement Log
at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactory
Impl.java:532)
at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactory
Impl.java:272)
at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactory
Impl.java:246)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:395)
at org.apache.tomcat.util.net.jsse.JSSESupport.<init>(JSSESupport.java:8
7)
at org.apache.tomcat.util.net.jsse.JSSE14Support.<init>(JSSE14Support.ja
va:99)
at org.apache.tomcat.util.net.jsse.JSSE14Factory.getSSLSupport(JSSE14Fac
tory.java:84)
at org.apache.tomcat.util.net.jsse.JSSEImplementation.getSSLSupport(JSSE
Implementation.java:118)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
ssConnection(Http11Protocol.java:385)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java
:565)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
ool.java:619)
at java.lang.Thread.run(Thread.java:536)
Caused by: org.apache.commons.logging.LogConfigurationException: org.apache.comm
ons.logging.LogConfigurationException: Class org.apache.commons.logging.impl.Log
4JLogger does not implement Log
at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogF
actoryImpl.java:416)
at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactory
Impl.java:525)
... 11 more
Caused by: org.apache.commons.logging.LogConfigurationException: Class org.apach
e.commons.logging.impl.Log4JLogger does not implement Log
at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogF
actoryImpl.java:412)
... 12 more

Pls help me on this to resolve it

Thanks in advance

Regards,
Thamarai
18 years ago