<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7066605738703840179</id><updated>2024-09-02T13:13:20.423+05:30</updated><category term="Maven - Deployment"/><category term="linux"/><category term="Eclipse-JBoss"/><category term="JSP"/><category term="Java - Web(JEE)"/><category term="SVN"/><category term="Unit Test"/><category term="WebSphere"/><title type='text'>[bytebrain.org]</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://bytebrain.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7066605738703840179/posts/default'/><link rel='alternate' type='text/html' href='http://bytebrain.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>13</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7066605738703840179.post-3702327586598166187</id><published>2013-10-21T12:35:00.002+05:30</published><updated>2013-10-21T12:35:38.105+05:30</updated><title type='text'>Create web project using maven plugin and set the facets...</title><content type='html'>&lt;br /&gt;
&amp;nbsp; &amp;lt;!-- Allows to create an eclipse project with mvn eclipse:clean eclipse:eclipse --&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;plugin&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;maven-eclipse-plugin&amp;lt;/artifactId&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;2.9&amp;lt;/version&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;configuration&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wtpversion&amp;gt;2.0&amp;lt;/wtpversion&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;downloadSources&amp;gt;true&amp;lt;/downloadSources&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;downloadJavadocs&amp;gt;true&amp;lt;/downloadJavadocs&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;additionalProjectFacets&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;jst.jaxrs&amp;gt;1.1&amp;lt;/jst.jaxrs&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;jst.jstl&amp;gt;1.2&amp;lt;/jst.jstl&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;jst.web&amp;gt;3.0&amp;lt;/jst.web&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/additionalProjectFacets&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;!-- Set Eclipse project to UTF-8 (if you use eclipse) --&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;additionalConfig&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;file&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;name&amp;gt;.settings/org.eclipse.core.resources.prefs&amp;lt;/name&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;content&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;![CDATA[eclipse.preferences.version=1${line.separator}encoding/&amp;lt;project&amp;gt;=${project.build.sourceEncoding}${line.separator}]]&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/content&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/file&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/additionalConfig&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/configuration&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/plugin&amp;gt;&lt;br /&gt;
</content><link rel='replies' type='application/atom+xml' href='http://bytebrain.blogspot.com/feeds/3702327586598166187/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bytebrain.blogspot.com/2013/10/create-web-project-using-maven-plugin.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7066605738703840179/posts/default/3702327586598166187'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7066605738703840179/posts/default/3702327586598166187'/><link rel='alternate' type='text/html' href='http://bytebrain.blogspot.com/2013/10/create-web-project-using-maven-plugin.html' title='Create web project using maven plugin and set the facets...'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7066605738703840179.post-7742446360383992315</id><published>2013-05-03T12:11:00.000+05:30</published><updated>2013-05-03T12:13:26.383+05:30</updated><title type='text'>Align maven with eclipse to create a web application project</title><content type='html'>&lt;br /&gt;
In RAD Window &lt;span style=&quot;font-family: Wingdings; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-char-type: symbol; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-symbol-font-family: Wingdings;&quot;&gt;à&lt;/span&gt;
Preferences &lt;span style=&quot;font-family: Wingdings; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-char-type: symbol; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-symbol-font-family: Wingdings;&quot;&gt;à&lt;/span&gt;
J2EE &lt;span style=&quot;font-family: Wingdings; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-char-type: symbol; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-symbol-font-family: Wingdings;&quot;&gt;à&lt;/span&gt;
Project, update web project default folders to support Maven folder structure
as shown below.&lt;br /&gt;
&lt;br /&gt;
Note: move all java source files to src/main/java folder
&amp;amp; all content inside WebContent folder to src/main/webapp folder.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtRwRjvwZyRKFShnzAqoxnB7Ykc9RsfrQF82YH4nWGpQGnPdqAxfr1yZ6KiqHMLWu4XES0jyFr3TOpKVNBT03lw3wQ5HU-IizEyGfKwYzSPE7aXzIwacO5lCtdb4p819Ito-Qyxs_3kOU/s1600/eclipse-j2ee-config.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;640&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtRwRjvwZyRKFShnzAqoxnB7Ykc9RsfrQF82YH4nWGpQGnPdqAxfr1yZ6KiqHMLWu4XES0jyFr3TOpKVNBT03lw3wQ5HU-IizEyGfKwYzSPE7aXzIwacO5lCtdb4p819Ito-Qyxs_3kOU/s640/eclipse-j2ee-config.png&quot; width=&quot;532&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
Install Maven Integration for Eclipse using Help &lt;span style=&quot;font-family: Wingdings; mso-ascii-font-family: Calibri; mso-ascii-theme-font: minor-latin; mso-char-type: symbol; mso-hansi-font-family: Calibri; mso-hansi-theme-font: minor-latin; mso-symbol-font-family: Wingdings;&quot;&gt;à&lt;/span&gt; Install New Software
wizard.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
M2E plugin url&amp;nbsp; - &amp;nbsp;http://download.eclipse.org/technology/m2e/releases&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjPdS-P7Qk0DhzpwlXGXAKvW82aPYheD6JLAZnAYh3-OWV5BRpXVxZs3ek_To5SQMHuFV8yCba3VvT6IUp-tleaUE4m-mVqNK-5ljq3CF65b3jcZ0lEdKyQiv5EUKGVPAQkjsALoj9r0tQ/s1600/eclipse-j2ee-config1.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;577&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjPdS-P7Qk0DhzpwlXGXAKvW82aPYheD6JLAZnAYh3-OWV5BRpXVxZs3ek_To5SQMHuFV8yCba3VvT6IUp-tleaUE4m-mVqNK-5ljq3CF65b3jcZ0lEdKyQiv5EUKGVPAQkjsALoj9r0tQ/s640/eclipse-j2ee-config1.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://bytebrain.blogspot.com/feeds/7742446360383992315/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bytebrain.blogspot.com/2013/05/align-maven-with-eclipse-to-create-web.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7066605738703840179/posts/default/7742446360383992315'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7066605738703840179/posts/default/7742446360383992315'/><link rel='alternate' type='text/html' href='http://bytebrain.blogspot.com/2013/05/align-maven-with-eclipse-to-create-web.html' title='Align maven with eclipse to create a web application project'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtRwRjvwZyRKFShnzAqoxnB7Ykc9RsfrQF82YH4nWGpQGnPdqAxfr1yZ6KiqHMLWu4XES0jyFr3TOpKVNBT03lw3wQ5HU-IizEyGfKwYzSPE7aXzIwacO5lCtdb4p819Ito-Qyxs_3kOU/s72-c/eclipse-j2ee-config.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7066605738703840179.post-2537612094723939497</id><published>2011-02-17T17:31:00.000+05:30</published><updated>2011-02-17T17:31:26.278+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="WebSphere"/><title type='text'>Build Failure while running &quot;ConfigEngine.sh/bat  wp-modify-ldap-security&quot; task for LDAP configuration on websphere portal server 6.1.5</title><content type='html'>&lt;b&gt;Error:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
00000055 exception&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E com.ibm.ws.wim.config.LDAPRepositoryConfigHelper getEntityType CWWIM5014E LDAP entity type PersonAccount is not found.&lt;br /&gt;
00000055 exception&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E com.ibm.ws.wim.config.LDAPRepositoryConfigHelper getEntityType &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; com.ibm.websphere.wim.exception.WIMConfigurationException: CWWIM5014E LDAP entity type PersonAccount is not found.&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.ibm.ws.wim.config.LDAPRepositoryConfigHelper.getEntityType(LDAPRepositoryConfigHelper.java:1251)&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.ibm.ws.wim.config.LDAPRepositoryConfigHelper.deleteIdMgrLDAPEntityType(LDAPRepositoryConfigHelper.java:355)&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.ibm.ws.wim.config.commands.LDAPRepositoryConfig.deleteIdMgrLDAPEntityType(LDAPRepositoryConfig.java:145)&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.ibm.ws.wim.config.commands.IdMgrRepositoryConfigCommandsProvider.deleteIdMgrLDAPEntityType(IdMgrRepositoryConfigCommandsProvider.java:227)&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Solution:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;Goto the path &lt;b&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;../wp_profile\config\cells\chnsp\wim\config\wimconfig.xml&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; modify the file with adding the below code, it should be added after the tag&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&amp;lt;&lt;/b&gt;&lt;b&gt;/config:ldapServerConfiguration&amp;gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;config:ldapEntityTypes name=&quot;PersonAccount&quot; searchFilter=&quot;&quot;&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;config:objectClasses&amp;gt;inetorgperson&amp;lt;/config:objectClasses&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/config:ldapEntityTypes&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;config:ldapEntityTypes name=&quot;Group&quot; searchFilter=&quot;&quot;&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;config:objectClasses&amp;gt;groupOfNames&amp;lt;/config:objectClasses&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/config:ldapEntityTypes&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;config:groupConfiguration&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;config:memberAttributes dummyMember=&quot;uid=dummy&quot; name=&quot;member&quot; objectClass=&quot;groupOfNames&quot;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; scope=&quot;direct&quot;/&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/config:groupConfiguration&amp;gt;</content><link rel='replies' type='application/atom+xml' href='http://bytebrain.blogspot.com/feeds/2537612094723939497/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bytebrain.blogspot.com/2011/02/build-failure-while-running.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7066605738703840179/posts/default/2537612094723939497'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7066605738703840179/posts/default/2537612094723939497'/><link rel='alternate' type='text/html' href='http://bytebrain.blogspot.com/2011/02/build-failure-while-running.html' title='Build Failure while running &quot;ConfigEngine.sh/bat  wp-modify-ldap-security&quot; task for LDAP configuration on websphere portal server 6.1.5'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7066605738703840179.post-3993571520026172437</id><published>2011-02-17T13:49:00.009+05:30</published><updated>2011-02-17T13:56:09.009+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="SVN"/><title type='text'>How to checkout projects from SVN using command prompt</title><content type='html'>&lt;b&gt;Prerequisite:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; Download&lt;b&gt;&lt;b&gt; &lt;/b&gt;&lt;/b&gt;CollabNet &lt;b&gt;Subversion Command-Line Client&lt;/b&gt; from&lt;b&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/b&gt; &lt;a href=&quot;http://www.collab.net/downloads/subversion/&quot;&gt;http://www.collab.net/downloads/subversion/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Checkout:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;mvn scm:checkout &lt;b&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;-DconnectionUrl&lt;/span&gt;&lt;/b&gt;=scm:svn:&lt;span style=&quot;color: #6aa84f;&quot;&gt;http://example.com/svn/trunk/&lt;/span&gt; &lt;b&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;-DcheckoutDirectory&lt;/span&gt;&lt;/b&gt;=/home/jp -Dusername=user@example.com -Dpassword=example&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Update&lt;/b&gt;:&lt;br /&gt;
&lt;br /&gt;
mvn scm:update</content><link rel='replies' type='application/atom+xml' href='http://bytebrain.blogspot.com/feeds/3993571520026172437/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bytebrain.blogspot.com/2011/02/how-to-checkout-projects-from-svn-using.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7066605738703840179/posts/default/3993571520026172437'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7066605738703840179/posts/default/3993571520026172437'/><link rel='alternate' type='text/html' href='http://bytebrain.blogspot.com/2011/02/how-to-checkout-projects-from-svn-using.html' title='How to checkout projects from SVN using command prompt'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7066605738703840179.post-1971907761649579521</id><published>2011-02-16T17:59:00.001+05:30</published><updated>2011-02-16T18:02:23.314+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="linux"/><title type='text'>Useful linux commands</title><content type='html'>1. List the JAVA processes running on linux:&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ps -ef | grep java | awk &#39;{print $2 &quot;&amp;nbsp; &quot;&amp;nbsp; $8}&#39;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Result:&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2070&amp;nbsp; /opt/Portal61/WebSphere/AppServer/java/bin/java&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7440&amp;nbsp; /opt/IBM/WebSphere/AppServer61/java/bin/java&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8952&amp;nbsp; /usr/java/jdk1.5.0_11/bin/java</content><link rel='replies' type='application/atom+xml' href='http://bytebrain.blogspot.com/feeds/1971907761649579521/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bytebrain.blogspot.com/2011/02/useful-linux-commands.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7066605738703840179/posts/default/1971907761649579521'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7066605738703840179/posts/default/1971907761649579521'/><link rel='alternate' type='text/html' href='http://bytebrain.blogspot.com/2011/02/useful-linux-commands.html' title='Useful linux commands'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7066605738703840179.post-6279315638590114504</id><published>2011-02-16T16:13:00.013+05:30</published><updated>2011-02-16T17:20:12.368+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="linux"/><title type='text'>Open windows share folder on linux</title><content type='html'>&lt;span style=&quot;color: #6aa84f;&quot;&gt;&lt;b&gt;Mount:&lt;/b&gt;&lt;/span&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;mount&lt;/b&gt; -t cifs -o &lt;span style=&quot;color: #cc0000;&quot;&gt;username=jp, password=jp&lt;/span&gt; &lt;span style=&quot;color: #e69138;&quot;&gt;//192.168.183.1/doc&lt;/span&gt; &lt;span style=&quot;background-color: white; color: #45818e;&quot;&gt;/home/prakash/doc&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;color: #6aa84f;&quot;&gt;Unmount:&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;umount &lt;/b&gt;-f /home/prakash/doc&lt;br /&gt;
&lt;br /&gt;
WinSCP is the best tool that is used to transfer the data between windows and linux. But if we consider the transfer rate it will take much time to transfer, so, as you consider transfer rate windows share is the best one.</content><link rel='replies' type='application/atom+xml' href='http://bytebrain.blogspot.com/feeds/6279315638590114504/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bytebrain.blogspot.com/2011/02/open-windows-shared-folder-on-linux.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7066605738703840179/posts/default/6279315638590114504'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7066605738703840179/posts/default/6279315638590114504'/><link rel='alternate' type='text/html' href='http://bytebrain.blogspot.com/2011/02/open-windows-shared-folder-on-linux.html' title='Open windows share folder on linux'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7066605738703840179.post-4278333980466528677</id><published>2011-02-15T17:44:00.000+05:30</published><updated>2011-02-15T17:44:18.404+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Unit Test"/><title type='text'>How to get cobertura coverage report for *VO.java files</title><content type='html'>&lt;div class=&quot;MsoNormal&quot;&gt;&lt;br /&gt;
In  some scenario where we want to take coverage report for *VO.java files  which has only setters and getters. We might have tried with &lt;b&gt;mvn cobertura:cobertura&lt;/b&gt; command where we ever getting coverage for other java files not for VO.java files.&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;b&gt;Workaround:&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Default behavior of exclusion file type is **/*VO.class.&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;b&gt;&amp;nbsp;Solution:&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&amp;lt;groupId&amp;gt;org.codehaus.mojo&amp;lt;/groupId&amp;gt;&lt;br /&gt;
&amp;lt;artifactId&amp;gt;cobertura-maven-plugin&amp;lt;/artifactId&amp;gt;&lt;br /&gt;
&amp;lt;version&amp;gt;2.2&amp;lt;/version&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;configuration&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;instrumentation&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;includes&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;include&amp;gt;**/*VO.class&amp;lt;/include&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/includes&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;excludes&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;exclude&amp;gt;**/*Test.class&amp;lt;/exclude&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/excludes&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/instrumentation&amp;gt;&lt;br /&gt;
&amp;lt;/configuration&amp;gt;&lt;br /&gt;
&amp;lt;/plugin&amp;gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bytebrain.blogspot.com/feeds/4278333980466528677/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bytebrain.blogspot.com/2011/02/how-to-get-cobertura-coverage-report.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7066605738703840179/posts/default/4278333980466528677'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7066605738703840179/posts/default/4278333980466528677'/><link rel='alternate' type='text/html' href='http://bytebrain.blogspot.com/2011/02/how-to-get-cobertura-coverage-report.html' title='How to get cobertura coverage report for *VO.java files'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7066605738703840179.post-6826038052588783528</id><published>2011-02-15T17:40:00.001+05:30</published><updated>2011-02-15T17:42:38.240+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="JSP"/><title type='text'>How to disble &quot;Expression Language&quot; in JSP</title><content type='html'>&amp;lt;%@ taglib prefix=&quot;c&quot; uri=&quot;http://java.sun.com/jsp/jstl/core&quot; %&amp;gt;&lt;br /&gt;
&amp;lt;%@ page contentType=&quot;text/html&quot; &lt;b style=&quot;color: #274e13;&quot;&gt;isELIgnored=&quot;false&quot;&lt;/b&gt; %&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tr&amp;gt; &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;c:out value=&quot;${message}&quot;/&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;table&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;c:out value=&quot;${articleMessage}&quot;&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/c:out&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;</content><link rel='replies' type='application/atom+xml' href='http://bytebrain.blogspot.com/feeds/6826038052588783528/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bytebrain.blogspot.com/2011/02/how-to-disble-expression-language-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7066605738703840179/posts/default/6826038052588783528'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7066605738703840179/posts/default/6826038052588783528'/><link rel='alternate' type='text/html' href='http://bytebrain.blogspot.com/2011/02/how-to-disble-expression-language-in.html' title='How to disble &quot;Expression Language&quot; in JSP'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7066605738703840179.post-2389897361799442057</id><published>2009-10-07T17:47:00.000+05:30</published><updated>2009-10-07T17:49:35.766+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Java - Web(JEE)"/><title type='text'>Scope in Web Apps</title><content type='html'>&lt;span style=&quot;font-family: arial;&quot;&gt;Request Scope&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;font-family: arial;&quot;&gt;Only during the life-time of a single page request-&gt;rendering process&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style=&quot;font-family: arial;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;font-family: arial;&quot;&gt;Session Scope&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;font-family: arial;&quot;&gt;For as long as a “User” session is maintained (eg: for a user logged in)&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style=&quot;font-family: arial;&quot;&gt;Application Scope&lt;br /&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;font-family: arial;&quot;&gt;For as long as the Web App is running&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;</content><link rel='replies' type='application/atom+xml' href='http://bytebrain.blogspot.com/feeds/2389897361799442057/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bytebrain.blogspot.com/2009/10/scope-in-web-apps.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7066605738703840179/posts/default/2389897361799442057'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7066605738703840179/posts/default/2389897361799442057'/><link rel='alternate' type='text/html' href='http://bytebrain.blogspot.com/2009/10/scope-in-web-apps.html' title='Scope in Web Apps'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7066605738703840179.post-2071224418675847587</id><published>2009-07-19T13:03:00.001+05:30</published><updated>2009-07-19T13:03:59.150+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Maven - Deployment"/><title type='text'>Maven Instrumentation for EJB project</title><content type='html'>mvn compile -Doutput.directory=target/classes cobertura:instrument install -Dwas-ejb</content><link rel='replies' type='application/atom+xml' href='http://bytebrain.blogspot.com/feeds/2071224418675847587/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bytebrain.blogspot.com/2009/07/maven-instrumentation-for-ejb-project.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7066605738703840179/posts/default/2071224418675847587'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7066605738703840179/posts/default/2071224418675847587'/><link rel='alternate' type='text/html' href='http://bytebrain.blogspot.com/2009/07/maven-instrumentation-for-ejb-project.html' title='Maven Instrumentation for EJB project'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7066605738703840179.post-3517726282453282288</id><published>2009-05-27T15:18:00.001+05:30</published><updated>2009-05-27T15:21:38.963+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Maven - Deployment"/><title type='text'>Useful mvn commands</title><content type='html'>&lt;span style=&quot;font-weight:bold;&quot;&gt;mvn eclipse:eclipse -DdownloadSources=true&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This will set up the eclipse environment and also download the source for the jar files.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight:bold;&quot;&gt;mvn clean install war:inplace&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This will create a open war inside the target directory. This is very useful to modify non-java resources.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight:bold;&quot;&gt;mvn clean install  -Dmaven.test.skip=true&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This will skip the unit tests . It helps to speed up the install but it is a bad practice.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight:bold;&quot;&gt;mvn clean compile install -Dwas-ejb&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This will create stub and skeleton for EJB projects.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight:bold;&quot;&gt;mvn clean compile install -Dwas6.wasHome=&quot;D:\My-Projects\Pack-group\runtimes\base_v61&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This will help to deploy EJB projects into WAS.</content><link rel='replies' type='application/atom+xml' href='http://bytebrain.blogspot.com/feeds/3517726282453282288/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bytebrain.blogspot.com/2009/05/useful-mvn-commands.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7066605738703840179/posts/default/3517726282453282288'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7066605738703840179/posts/default/3517726282453282288'/><link rel='alternate' type='text/html' href='http://bytebrain.blogspot.com/2009/05/useful-mvn-commands.html' title='Useful mvn commands'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7066605738703840179.post-2125034132481886391</id><published>2009-05-21T19:08:00.002+05:30</published><updated>2009-05-21T19:10:41.280+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Eclipse-JBoss"/><title type='text'>ERROR: invalid console appender config detected, console stream is looping</title><content type='html'>set JAVA_OPTS=-Dorg.jboss.logging.Log4jService.catchSystemOut=false&lt;br /&gt;bin\run.bat&lt;br /&gt;&lt;br /&gt;Or, do as&lt;br /&gt;set JAVA_OPTS=%JAVA_OPTS% -Dprogram.name=%PROGNAME% -Dorg.jboss.logging.Log4jService.catchSystemOut=false</content><link rel='replies' type='application/atom+xml' href='http://bytebrain.blogspot.com/feeds/2125034132481886391/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bytebrain.blogspot.com/2009/05/error-invalid-console-appender-config.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7066605738703840179/posts/default/2125034132481886391'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7066605738703840179/posts/default/2125034132481886391'/><link rel='alternate' type='text/html' href='http://bytebrain.blogspot.com/2009/05/error-invalid-console-appender-config.html' title='ERROR: invalid console appender config detected, console stream is looping'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7066605738703840179.post-8902264091113818266</id><published>2008-12-09T11:53:00.002+05:30</published><updated>2008-12-09T11:56:04.560+05:30</updated><title type='text'>How to clear Browser caching?</title><content type='html'>&lt;JSP SCRIPTLET TAG&gt; response.setHeader(&quot;Cache-Control&quot;, &quot;no-store&quot;); //HTTP 1.1&lt;br /&gt;response.setHeader(&quot;Pragma&quot;, &quot;no-cache&quot;); //HTTP 1.0&lt;br /&gt;response.setDateHeader(&quot;Expires&quot;, 0); //prevents caching at the proxy server&lt;br /&gt;&lt;/JSP SCRIPTLET TAG&gt;</content><link rel='replies' type='application/atom+xml' href='http://bytebrain.blogspot.com/feeds/8902264091113818266/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://bytebrain.blogspot.com/2008/12/how-to-clear-browser-caching.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7066605738703840179/posts/default/8902264091113818266'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7066605738703840179/posts/default/8902264091113818266'/><link rel='alternate' type='text/html' href='http://bytebrain.blogspot.com/2008/12/how-to-clear-browser-caching.html' title='How to clear Browser caching?'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>