Deploying a J2EE application behind an Apache server in a production environment Rumi, April 20, 2012 You have created a Web application using a JBoss application server and you are going to put it in production. Great! But deploying your application with JBoss serving the Web requests directly may not be the optimal solution. First because the Tomcat web server embedded within JBoss is not the… Continue Reading
Hiding X-Powered by on JBoss Application Server 4.22.x Rumi, April 20, 2012 JBoss can add headers in the HTTP response. The X-Powered-By header exposes what implementation is behind your site. This header is created by a servlet filter that is activated by default in JBoss web configuration files (…/usr/java/jboss-4.2.2.GA/server/default/deploy/jboss-web.deployer/conf/web.xml). You can either disable this filter by commenting the following lines: <filter>… Continue Reading
mod_jk for RHEL6 Rumi, April 20, 2012 If you have a RHEL6 box which ships both Apache and Tomcat6 you might want to connect the two together. You probably have looked around for mod_jk as a RHEL6 RPM or SRPM (src.rpm). You find that It isn't in EPEL, and it isn't in Red Hat Optional Server… Continue Reading
EJBCA Custom OID DN and altName oids Rumi, April 16, 2012 EJBCA supports custom (your own) OIDs in DN components. In order to add such a DN you can simply call the DN for example: CN=MyCommonName,1.1.1.1=MyCustomOid,C=SE Where 1.1.1.1 is your custom OID. Custom OIDs are always encoded as UTF8String in the DN. To get support for custom OIDs in the Admin… Continue Reading
২০১২ এবং ইসলাম তথা ১৪৩৩ আরো কিছু অজানা তথ্য অংশ (সংগ্রহীত) Rumi, April 8, 2012April 8, 2012 ইসলাম যেখানে একঈশ্বর এবং সর্বশ্রেষ্ঠ মানব মহানবী হযরত মুহাম্মদ (সাঃ) এর সত্যতাতে বিশ্বাস করতে হয় সেখানে বস্তুবাদ কিংবা ত্রিতত্ত্ববাদ (Trinity) কিংবা বহুঈশ্বরবাদ এর কোনো স্থান নেই | নিশ্চয়ই আল্লাহ মহান | আমি এখানে আগে মায়ান এবং বর্তমান সম্পর্কে কিছু বলব. তা না হলে ২০১২ নিয়ে স্পষ্ট ধারনা পাওয়া যাবে না… Continue Reading
আবুল খায়ের দুর্যোগে দুঃসাহসী Rumi, April 7, 2012 ফায়ার সার্ভিসের সহকারী পরিচালক নুরুল হক বললেন, ‘আবুল খায়ের, তুমি কি যেতে পারবে?’ আবুল খায়ের বললেন, ‘পারব স্যার। কিন্তু ফিরে আসতে পারব, সে আশা নাই। আমি মারা গেলে স্যার লাশটা বাড়িতে পাঠায় দিয়েন!’ ঘটনাস্থল আরিচাঘাটের কাছাকাছি। সময়টা ২০০৫ সালের মে মাস। দুই শতাধিক যাত্রী নিয়ে ডুবে গেছে লঞ্চ এম ভি… Continue Reading
Group-Office installation on Debian 6.x Rumi, April 1, 2012April 1, 2012 I used the auto installation as guided by the group-office wiki. However, for conveniences, quoting the contents once again: Easy installation on a dedicated Debian or Ubuntu server This is the easiest way of installing Group-Office. With the debian packages everything is configured automatically and Group-Office updates will be installed… Continue Reading
Putting Varnish In Front Of Apache On Ubuntu/Debian Rumi, March 22, 2012 Varnish is an open source "web accelerator" which you can use to speed up your website. It can cache certain static elements, such as images or javascript but you can also use it for other purposes such as Loadbalancing or some additional security. In this tutorial we will focus… Continue Reading