<?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>Some Java, JEE and WebSphere stuffs &#187; WebSphere Application Server</title>
	<atom:link href="http://www.albeesonline.com/blog/tag/websphere-application-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.albeesonline.com/blog</link>
	<description>Something about JEE and WebSphere. Java, JEE and WebSphere tips and tutorials</description>
	<lastBuildDate>Wed, 05 Oct 2011 04:16:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Keep the generated JSP Source file in WebSphere Application Server</title>
		<link>http://www.albeesonline.com/blog/2011/05/30/keep-the-generated-jsp-source-file-in-websphere-application-server/</link>
		<comments>http://www.albeesonline.com/blog/2011/05/30/keep-the-generated-jsp-source-file-in-websphere-application-server/#comments</comments>
		<pubDate>Tue, 31 May 2011 03:48:03 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[WebSphere]]></category>
		<category><![CDATA[WebSphere Application Server]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=494</guid>
		<description><![CDATA[Keep the generated JSP Source file in WebSphere Application Server We all know the location of generated Java source file from JSP in WebSphere Commerce. Suppose you are working in an WebSphere Application Server environment, not in WebSphere Commerce and you want to see the JSP source files generated by WAS. If you look in [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2011/05/30/keep-the-generated-jsp-source-file-in-websphere-application-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Hello World RESTful web service with RAD and WebSphere Application Server using IBM JAX-RS</title>
		<link>http://www.albeesonline.com/blog/2011/05/22/creating-a-hello-world-restful-web-service-with-rad-and-websphere-application-server-using-ibm-jax-rs/</link>
		<comments>http://www.albeesonline.com/blog/2011/05/22/creating-a-hello-world-restful-web-service-with-rad-and-websphere-application-server-using-ibm-jax-rs/#comments</comments>
		<pubDate>Mon, 23 May 2011 08:39:11 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[WebSphere]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[WAS]]></category>
		<category><![CDATA[Web service]]></category>
		<category><![CDATA[WebSphere Application Server]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=491</guid>
		<description><![CDATA[Creating a Hello World RESTful web service with RAD and WebSphere Application Server using IBM JAX-RS REST is the buzzword now. So its time to learn how to create a RESTful web service now. Here is my simple hello world tutorial on creating a RESTful web service using Rapid Application Developer and IBM JAX-RS. JAX-RS [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2011/05/22/creating-a-hello-world-restful-web-service-with-rad-and-websphere-application-server-using-ibm-jax-rs/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Sending an e-mail using WebSphere Mail session settings.</title>
		<link>http://www.albeesonline.com/blog/2008/10/27/sending-an-e-mail-using-websphere-mail-session-settings/</link>
		<comments>http://www.albeesonline.com/blog/2008/10/27/sending-an-e-mail-using-websphere-mail-session-settings/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 04:53:31 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[WebSphere]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java Mail]]></category>
		<category><![CDATA[WAS]]></category>
		<category><![CDATA[WebSphere Application Server]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=255</guid>
		<description><![CDATA[Sending an e-mail using WebSphere Mail session settings. Yesterday I had posted about configuring a Mail Session in WebSphere Application Server admin console. Today I will be talking about sending an email from your JSP using the configured mail session. To access the Mail session for sending your email you need to do a JNDI [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2008/10/27/sending-an-e-mail-using-websphere-mail-session-settings/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Configuring a Mail Session in WebSphere Application Server</title>
		<link>http://www.albeesonline.com/blog/2008/10/25/configuring-a-mail-session-in-websphere-application-server/</link>
		<comments>http://www.albeesonline.com/blog/2008/10/25/configuring-a-mail-session-in-websphere-application-server/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 05:29:29 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[WebSphere]]></category>
		<category><![CDATA[Mail Session]]></category>
		<category><![CDATA[WAS]]></category>
		<category><![CDATA[WebSphere Application Server]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=250</guid>
		<description><![CDATA[Sending emails is necessary in almost every web application. If your Web application is hosted in WebSphere Application Server you can lookup a Mail session from your servlet or JSP using JNDI. Today I will be explaining how to configure Mail Sessions in WebSphere Application Server? To configure your mail session settings follow the steps. [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2008/10/25/configuring-a-mail-session-in-websphere-application-server/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Changing the default port in WebSphere Application Server</title>
		<link>http://www.albeesonline.com/blog/2008/08/27/changing-the-default-port-in-websphere-application-server/</link>
		<comments>http://www.albeesonline.com/blog/2008/08/27/changing-the-default-port-in-websphere-application-server/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 08:01:27 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[WebSphere]]></category>
		<category><![CDATA[WAS]]></category>
		<category><![CDATA[WebSphere Application Server]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=199</guid>
		<description><![CDATA[Changing the default port in WebSphere Application Server Sometimes we may need to change the default port of a WebSphere Application Server installation as a security precaution or for some other reasons like for coexisting with another WAS installation on the same machine. Moreover it’s always better to change the default ports in production environments. [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2008/08/27/changing-the-default-port-in-websphere-application-server/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Configuring TAI in WebSphere Application Server</title>
		<link>http://www.albeesonline.com/blog/2008/07/03/configuring-tai-in-websphere-application-server/</link>
		<comments>http://www.albeesonline.com/blog/2008/07/03/configuring-tai-in-websphere-application-server/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 05:31:48 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[WebSphere]]></category>
		<category><![CDATA[TAI]]></category>
		<category><![CDATA[WAS]]></category>
		<category><![CDATA[WebSphere Application Server]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=114</guid>
		<description><![CDATA[Configuring TAI in WebSphere Application Server. Yesterday I posted about how to create a custom Trust Association Interceptor for WAS. Today I will be explaining how to configure the TAI in WAS. In order to configure the TAI in WebSphere Application Server, export the TAI project as a jar file. (Creating and exporting a jar [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2008/07/03/configuring-tai-in-websphere-application-server/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Develop a custom Trust Association Interceptor</title>
		<link>http://www.albeesonline.com/blog/2008/07/02/develop-a-custom-trust-association-interceptor/</link>
		<comments>http://www.albeesonline.com/blog/2008/07/02/develop-a-custom-trust-association-interceptor/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 07:47:05 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[WebSphere]]></category>
		<category><![CDATA[SSO]]></category>
		<category><![CDATA[TAI]]></category>
		<category><![CDATA[WAS]]></category>
		<category><![CDATA[WebSphere Application Server]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=113</guid>
		<description><![CDATA[If we are implementing an SSO solution using an external authentication provider, we need a Trust Association Interceptor (TAI) to assert the identity to WebSphere Application Server. If our authentication provider is an external tool like WebSEAL or Tivoli Accesses Manager, we need some mechanism to tell WAS that the user is authenticated. So the [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2008/07/02/develop-a-custom-trust-association-interceptor/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Accessing an HTTPS web service from WAS web client</title>
		<link>http://www.albeesonline.com/blog/2008/04/17/accessing-an-https-web-service-from-was-web-client/</link>
		<comments>http://www.albeesonline.com/blog/2008/04/17/accessing-an-https-web-service-from-was-web-client/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 17:06:29 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[WebSphere]]></category>
		<category><![CDATA[HTTPS web service]]></category>
		<category><![CDATA[WAS]]></category>
		<category><![CDATA[Web service]]></category>
		<category><![CDATA[WebSphere Application Server]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=72</guid>
		<description><![CDATA[Accessing an HTTPS web service from WAS web client Calling an HTTPS web service is a hell, if all our configurations are not correct. Accessing or calling a secured or HTTPS web service from a WAS web client, involves some configuration at the WAS side. If we miss these configurations we will get some nice [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2008/04/17/accessing-an-https-web-service-from-was-web-client/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Application already exists in the configuration repository error.</title>
		<link>http://www.albeesonline.com/blog/2008/04/15/application-already-exists-in-the-configuration-repository-error/</link>
		<comments>http://www.albeesonline.com/blog/2008/04/15/application-already-exists-in-the-configuration-repository-error/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 10:52:05 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[WebSphere]]></category>
		<category><![CDATA[WAS]]></category>
		<category><![CDATA[WebSphere Application Server]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=71</guid>
		<description><![CDATA[Application already exists in the configuration repository error when installing new EAR in WAS admin console. If we can screw up our enterprise application installation properly, we would reach to a state where we cannot go forward and backward. It is a nice state in which if we try to uninstall the application we would [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2008/04/15/application-already-exists-in-the-configuration-repository-error/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Disabling WAS security by editing the configuration file</title>
		<link>http://www.albeesonline.com/blog/2008/04/14/disabling-was-security-by-editing-the-configuration-file/</link>
		<comments>http://www.albeesonline.com/blog/2008/04/14/disabling-was-security-by-editing-the-configuration-file/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 11:31:45 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[WebSphere]]></category>
		<category><![CDATA[WAS]]></category>
		<category><![CDATA[WebSphere Application Server]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=70</guid>
		<description><![CDATA[Some times there might be cases like forgetting WebSphere admin console password where we need to disable WebSphere Application Server security by editing configuration files without logging into the WAS admin console. In order to does this go to ?View Code PLAINWAS_INSTALL_DIR/profiles/&#60;profileName&#62;/config/cells/&#60;cellName&#62;/ and open the file security.xml. Search for a tag name ?View Code XML&#60;security:Security. [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2008/04/14/disabling-was-security-by-editing-the-configuration-file/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

