#
# for servlet
#
You can find the error page from web.xml as following:
<error-page>
<exception-type>java.lang.Throwable</exception-type>
<location>/WEB-INF/view/error/uncaughtException.jsp</location>
</error-page>
#
# for spring
#
You can find the error page handler in applicationContext.xml
<bean id=”defaultExceptionHandlerTemplate” class=”org.springframework.web.servlet.handler.SimpleMappingExceptionResolver” abstract=”true”>
[...]
To install and configure SSL support on Tomcat 5, you need to follow these simple steps. For more information, read the rest of this HOW-TO.
Create a certificate keystore by executing the following command:Windows: %JAVA_HOME%\bin\keytool -genkey -alias tomcat -keyalg RSA
Unix:
$JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA
and specify a password value of “changeit”. Uncomment [...]
Today a very interesting issue raised…
Scenario:
Copy text from Word document Paste text to input text field in browser Submit the form Response from apache is the following:
Bad Request
Your browser sent a request that this server could not understand.
Reason:
UTF8 text from word document conflicts with ModSecurity2′s rule – [...]
from jboss wiki
OutOfMemoryExceptions
This section attempts to cover some of the most common reasons why you may see an OutOfMemoryError from your JBoss application server. Interestingly, there are several cases where the JVM may report an OutOfMemoryError even if it is not really out of [...]
-
Articles
- October 2012
- May 2012
- April 2012
- March 2012
- February 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
-
Meta