Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 6.1.0 CE RC1
-
Fix Version/s: 6.1.1 CE GA2
-
Component/s: Infrastructure, Infrastructure > App Servers
-
Labels:None
-
Environment:Ubuntu 11
-
Similar Issues:
Description
Hi,
We have a 9 million user on liferay. it is not a problem for 10 thousand user but this is a problem for us ![]()
http://issues.liferay.com/browse/LPS-7753
Igor said that
"Add to the end of logging.properties the following line:
---------------------------------------------------------------------------------------
org.apache.tomcat.util.http.Parameters.level = SEVERE
---------------------------------------------------------------------------------------
Restart tomcat. "
But it not solve the problem
Issue Links
- is related to
-
LPS-7753
Keyword search issue - Parameters: Invalid chunk '=3' ignored
-

Can you try one of the following:
(1) Add to the end of logging.properties in tomcat/conf line:
or
(2) Add to the end of /usr/local/java/jre/lib/logging.properties (it's JRE logging properties) this line:
As you see, it's different logging.properties and different logging tool (log4j vs java).
Let us know if any of this helped (i assume #2 will help)