<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>/home/\/\ick &#187; portal</title>
	<atom:link href="http://timony.com/mickzblog/category/portal/feed/" rel="self" type="application/rss+xml" />
	<link>http://timony.com/mickzblog</link>
	<description>Things that interest me.</description>
	<lastBuildDate>Fri, 29 Jul 2011 04:08:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel="next" href="http://timony.com/mickzblog/category/portal/feed/?page=2" />

		<item>
		<title>Jetspeed Login Portlet &amp; WebSphere 6.1</title>
		<link>http://timony.com/mickzblog/2007/07/15/jetspeed-login-portlet-websphere-61/</link>
		<comments>http://timony.com/mickzblog/2007/07/15/jetspeed-login-portlet-websphere-61/#comments</comments>
		<pubDate>Sun, 15 Jul 2007 16:42:22 +0000</pubDate>
		<dc:creator>Mick</dc:creator>
				<category><![CDATA[portal]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://timony.com/mickzblog/2007/07/15/jetspeed-login-portlet-websphere-61/</guid>
		<description><![CDATA[How to get the Jetspeed Login Portlet to work with IBM&#8217;s WebSphere 6.1. The default Jetspeed login Portlet doesn&#8217;t with WAS, it does work with Tomat, there is an alternative Login Portlet that can be used that will work with WAS. Follow the steps below to disable the LoginPortlet and enable the PortalLoginPortlet. 1. WAS [...]]]></description>
			<content:encoded><![CDATA[<p>How to get the Jetspeed Login Portlet to work with IBM&#8217;s WebSphere 6.1. The default Jetspeed login Portlet doesn&#8217;t with WAS, it does work with Tomat, there is an alternative Login Portlet that can be used that will work with WAS. Follow the steps below to disable the LoginPortlet and enable the PortalLoginPortlet.</p>
<p>1. <strong>WAS version</strong></p>
<p>First make sure you&#8217;ve running at least WAS 6.1.3 or higher.</p>
<p>2.<strong> PortalFilter &amp; web.xml  </strong></p>
<p>Edit the web.xml file that&#8217;s in the Portal&#8217;s WAR file and uncomment the PortalFilter:</p>
<pre>  &lt;filter&gt;
    &lt;filter-name&gt;PortalFilter&lt;/filter-name&gt;
    &lt;filter-class&gt;org.apache.jetspeed.login.filter.PortalFilter&lt;/filter-class&gt;
  &lt;/filter&gt;

  &lt;filter-mapping&gt;
    &lt;filter-name&gt;PortalFilter&lt;/filter-name&gt;
    &lt;url-pattern&gt;/*&lt;/url-pattern&gt;
  &lt;/filter-mapping&gt;</pre>
<p>3. <strong>LoginPortlet &amp; PortalLoginPortlet</strong></p>
<p>Replace the LoginPortlet in your default-page.psml with the PortalLoginPortlet:</p>
<pre>&lt;fragment id="dp-12" type="portlet" name="j2-admin::LoginPortlet"&gt;
      &lt;property layout="TwoColumns" name="row" value="1" /&gt;
      &lt;property layout="TwoColumns" name="column" value="1" /&gt;
&lt;/fragment&gt;</pre>
<pre>
 &lt;fragment id="dp-12" type="portlet" name="j2-admin::PortalLoginPortlet"&gt;
      &lt;property layout="TwoColumns" name="row" value="1" /&gt;
      &lt;property layout="TwoColumns" name="column" value="1" /&gt;
&lt;/fragment&gt;</pre>
<p>You may need to change the  &#8220;fragment id&#8221; also.<br />
4.<strong>Edit jetspeed-portlet.xml</strong></p>
<p>Add this to your j2-admin&#8217;s WEB-INF/jetspeed-portlet.xml, immediately below the first portlet entry:</p>
<pre>&lt;portlet&gt;
        &lt;portlet-name&gt;PortalLoginPortlet&lt;/portlet-name&gt;
        &lt;js:security-constraint-ref&gt;public-view&lt;/js:security-constraint-ref&gt;
        &lt;dc:title&gt;Portal Login Portlet&lt;/dc:title&gt;
        &lt;dc:creator&gt;J2 Team&lt;/dc:creator&gt;
&lt;/portlet&gt;</pre>
<p>5. <strong>Custom PSML?</strong></p>
<p>If your using Maven 2 to build a custom Portal, override the the default page by putting the modified copy of your page in</p>
<blockquote></blockquote>
<blockquote><p>portal/src/webapp/WEB-INF/pages</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://timony.com/mickzblog/2007/07/15/jetspeed-login-portlet-websphere-61/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Pogues</title>
		<link>http://timony.com/mickzblog/2007/03/10/the-pogues/</link>
		<comments>http://timony.com/mickzblog/2007/03/10/the-pogues/#comments</comments>
		<pubDate>Sat, 10 Mar 2007 23:50:20 +0000</pubDate>
		<dc:creator>Mick</dc:creator>
				<category><![CDATA[Boston]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[portal]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://timony.com/mickzblog/2007/03/10/the-pogues/</guid>
		<description><![CDATA[Going to see The Pogue at The Paradise tonight. Should be good craic. On other notes, Jetspeed 2.1 was released on March 3rd, so putting together an internal build for use at work. Can&#8217;t believe that it&#8217;s been almost a month since I&#8217;v blogged. And on the Enlightement instructions, it works well on Debian, but [...]]]></description>
			<content:encoded><![CDATA[<p>Going to see <a href="http://www.pogues.com/">The Pogue</a> at <a href="http://www.thedise.com/">The Paradise</a> tonight. Should be good <a href="http://www.urbandictionary.com/define.php?term=craic">craic</a>. <img src='http://timony.com/mickzblog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>On other notes,<a href="http://www.apachenews.org/archives/000962.html"> Jetspeed 2.1 </a>was released on March 3rd, so putting together an internal build for use at work.</p>
<p>Can&#8217;t believe that it&#8217;s been almost a month since I&#8217;v blogged. And on the <a href="http://www.enlightenment.org/">Enlightement</a> <a href="http://timony.com/mickzblog/2007/02/18/enlightement-e17-on-debian-ubuntu/">instructions</a>, it works well on <a href="http://www.us.debian.org/">Debian</a>, but in my <a href="http://www.ubuntu.com/">Ubuntu</a> <a href="http://www.dell.com/html/us/segments/inspiron/3dmodels/700m.html">Laptop</a> it doesn&#8217;t work at all. I realised that after installing <a href="http://edevelop.org/">E17</a> using apt-get, that I had old libraries lying around from 2005 when I had compiled and installed E17 myself. I&#8217;m sure that caused a problem, but I&#8217;ve removed all traces I could find of the build I did and the binaries I apt-get&#8217;ed still work &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://timony.com/mickzblog/2007/03/10/the-pogues/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JSR-168 Portlets</title>
		<link>http://timony.com/mickzblog/2007/01/29/jsr-168-portlets/</link>
		<comments>http://timony.com/mickzblog/2007/01/29/jsr-168-portlets/#comments</comments>
		<pubDate>Mon, 29 Jan 2007 16:17:59 +0000</pubDate>
		<dc:creator>Mick</dc:creator>
				<category><![CDATA[portal]]></category>

		<guid isPermaLink="false">http://timony.com/mickzblog/2007/01/29/jsr-168-portlets/</guid>
		<description><![CDATA[Good article from BEA about how to write JSR-168 compliant Portlets: http://dev2dev.bea.com/pub/a/2006/12/writing-jsr-168-portlets.html]]></description>
			<content:encoded><![CDATA[<p>Good article from BEA about how to write JSR-168 compliant Portlets:</p>
<p><a href="http://dev2dev.bea.com/pub/a/2006/12/writing-jsr-168-portlets.html">http://dev2dev.bea.com/pub/a/2006/12/writing-jsr-168-portlets.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://timony.com/mickzblog/2007/01/29/jsr-168-portlets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

