My Blog

All about my activities, Ideas and everything.

Encoding in JBOSS – Request and Response

1. Find the server.xml in $JBOSS_HOME/server/$YOUR_SERVER/deployjbossweb-tomcat55.sar 2. Add URIEncoding=”UTF-8″ 123456789<Connector port="8080" address="${jboss.bind.address}"         maxThreads="250" maxHttpHeaderSize="8192"         emptySessionPath="true" protocol="HTTP/1.1"         enableLookups="false" redirectPort="8443" acceptCount="100"         connectionTimeout="20000" disableUploadTimeout="true" URIEncoding="UTF-8"/>    <!– Define an AJP 1.3 Connector on port 8009 –>     <Connector port="8009" address="${jboss.bind.address}" protocol="AJP/1.3" [...]

Database Encoding for Postgres – UTF-8

12createdb -E UTF-8 $db_name createlang plpgsql $db_name

Disable windows login screen

1. Click START–>RUN 2. Type “control userpasswords2″ 3. Uncheck the box that says “Users must enter a user name and password to use this computer. http://www.technipages.com/article9.html