<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Connecting to an EJB 3.0 Remote SessionBean from Tomcat</title>
	<atom:link href="http://technology.amis.nl/2006/10/20/connecting-to-an-ejb-30-remote-sessionbean-from-tomcat/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2006/10/20/connecting-to-an-ejb-30-remote-sessionbean-from-tomcat/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=connecting-to-an-ejb-30-remote-sessionbean-from-tomcat</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Daniel</title>
		<link>http://technology.amis.nl/2006/10/20/connecting-to-an-ejb-30-remote-sessionbean-from-tomcat/#comment-3926</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 01 Apr 2009 06:49:53 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1368#comment-3926</guid>
		<description><![CDATA[I found this tutorial helpful but, it seems not applicable for manual deployment of a plain war file in Tomcat.
I am having some problems in what jar(s) file need to be copied in the %CATALINA_HOME%\shared\lib folder in order to run this successfully.
The errors I&#039;ve encountered are &quot;java.lang.NoClassDefFoundError: com/webage/ejbs/SimpleBean&quot;, and others...

Any update on this. Any help would be highly appreciated.  Thanks!]]></description>
		<content:encoded><![CDATA[<p>I found this tutorial helpful but, it seems not applicable for manual deployment of a plain war file in Tomcat.<br />
I am having some problems in what jar(s) file need to be copied in the %CATALINA_HOME%\shared\lib folder in order to run this successfully.<br />
The errors I&#8217;ve encountered are &#8220;java.lang.NoClassDefFoundError: com/webage/ejbs/SimpleBean&#8221;, and others&#8230;</p>
<p>Any update on this. Any help would be highly appreciated.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://technology.amis.nl/2006/10/20/connecting-to-an-ejb-30-remote-sessionbean-from-tomcat/#comment-3925</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 23 Feb 2009 15:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1368#comment-3925</guid>
		<description><![CDATA[I have the same problem than Rob. I&#039;m using Glassfish 2.1 b60e and Tomcat 6.0.18. After I copied the mentioned jars to the lib folder and renamed it (otherwise there would be a conflict in the class loader loading hierarchy), I still have the problem that Tomcat can not create the resource instance processing the global JNDI resources.

Has anyone an idea what&#039;s wrong here? Any help would be great. Thanks.]]></description>
		<content:encoded><![CDATA[<p>I have the same problem than Rob. I&#8217;m using Glassfish 2.1 b60e and Tomcat 6.0.18. After I copied the mentioned jars to the lib folder and renamed it (otherwise there would be a conflict in the class loader loading hierarchy), I still have the problem that Tomcat can not create the resource instance processing the global JNDI resources.</p>
<p>Has anyone an idea what&#8217;s wrong here? Any help would be great. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://technology.amis.nl/2006/10/20/connecting-to-an-ejb-30-remote-sessionbean-from-tomcat/#comment-3924</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Fri, 05 Dec 2008 15:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1368#comment-3924</guid>
		<description><![CDATA[Has anyone any help regarding this issue using Tomcat 6.0? There is no shared/lib folder in 6 and ading the jars to the lib folder causes Tomcat to fail to start. Any help would be appreciative.

Regards,
Rob]]></description>
		<content:encoded><![CDATA[<p>Has anyone any help regarding this issue using Tomcat 6.0? There is no shared/lib folder in 6 and ading the jars to the lib folder causes Tomcat to fail to start. Any help would be appreciative.</p>
<p>Regards,<br />
Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Firoz</title>
		<link>http://technology.amis.nl/2006/10/20/connecting-to-an-ejb-30-remote-sessionbean-from-tomcat/#comment-3923</link>
		<dc:creator>Firoz</dc:creator>
		<pubDate>Wed, 03 Dec 2008 15:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1368#comment-3923</guid>
		<description><![CDATA[Thanks very much. I&#039;ve been battling with this for such a long time. Just trying to understand how it all works was a problem.
Note for all, after copying the jars to the shared\lib directory remember to RESTART the tomcat server.]]></description>
		<content:encoded><![CDATA[<p>Thanks very much. I&#8217;ve been battling with this for such a long time. Just trying to understand how it all works was a problem.<br />
Note for all, after copying the jars to the shared\lib directory remember to RESTART the tomcat server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sudhir</title>
		<link>http://technology.amis.nl/2006/10/20/connecting-to-an-ejb-30-remote-sessionbean-from-tomcat/#comment-3922</link>
		<dc:creator>sudhir</dc:creator>
		<pubDate>Thu, 18 Oct 2007 01:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1368#comment-3922</guid>
		<description><![CDATA[This tutorial looks great and helpful in testing ejb 3.0. espicially calling ejb thru a servlet is interesting. it is great to look such kind of tutorials on web.]]></description>
		<content:encoded><![CDATA[<p>This tutorial looks great and helpful in testing ejb 3.0. espicially calling ejb thru a servlet is interesting. it is great to look such kind of tutorials on web.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://technology.amis.nl/2006/10/20/connecting-to-an-ejb-30-remote-sessionbean-from-tomcat/#comment-3921</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sun, 24 Jun 2007 10:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1368#comment-3921</guid>
		<description><![CDATA[Hi,
I tried the steps mentioned by you and it worked.
I was trying to figure out a way for this for a many days and your tips really helped me.

But I have a few issues,

The above mentioned tips works very well, if the project is not a JSF project.
But if you create a  web project with the framework as JSF, then tomcat is failing to load the application properly.
Did you try this?
But it is perfectly working well if the project contains only jsps and servlets.
Eagerly awaiting your reply.]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
I tried the steps mentioned by you and it worked.<br />
I was trying to figure out a way for this for a many days and your tips really helped me.</p>
<p>But I have a few issues,</p>
<p>The above mentioned tips works very well, if the project is not a JSF project.<br />
But if you create a  web project with the framework as JSF, then tomcat is failing to load the application properly.<br />
Did you try this?<br />
But it is perfectly working well if the project contains only jsps and servlets.<br />
Eagerly awaiting your reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wouter van Reeven</title>
		<link>http://technology.amis.nl/2006/10/20/connecting-to-an-ejb-30-remote-sessionbean-from-tomcat/#comment-3920</link>
		<dc:creator>Wouter van Reeven</dc:creator>
		<pubDate>Wed, 01 Nov 2006 11:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1368#comment-3920</guid>
		<description><![CDATA[Please note that when you&#039;d like to connect to the remote session bean from another machine than the one running Glassfish, you need to do some additional configuration of Glassfish.
Open the Glassfish admin console in your browser and expand Configuration -&gt; ORB -&gt; IIOP Listeners. The listener named orb-listener-1 is created by default when you install Glassfish and it is configured to listen to port 3700 on all IP addresses (0.0.0.0). If you try to connect to this listener remotely, it will throw an error saying it cannot resolve IP address 127.0.1.1.
In order to fix this, add another IIOP listener and copy all configuration settings of orb-listener-1 except for the port and IP address. Make sure the port is set to another, available, port, e.g. 3701. Also make sure that the listener is listening on the &quot;external&quot; IP address of the machine running Glassfish. So, if the IP address of the machine running Glassfish is 192.168.0.5 use this IP address.
Next, be sure to use the correct ORBInitialHost and ORBInitialPort settings. So, in this example use this

props.setProperty(&quot;org.omg.CORBA.ORBInitialHost&quot;, 192.168.0.1);
props.setProperty(&quot;org.omg.CORBA.ORBInitialPort&quot;, 3701);

After this, Tomcat should have no problems connecting to the remote session beans.
Please note that it is perfectly ok to modify the IP address that the orb-listener-1 listener is listening on to the &quot;external&quot; IP address. If you do this, local connections to your remote beans won&#039;t work anymore.]]></description>
		<content:encoded><![CDATA[<p>Please note that when you&#8217;d like to connect to the remote session bean from another machine than the one running Glassfish, you need to do some additional configuration of Glassfish.<br />
Open the Glassfish admin console in your browser and expand Configuration -&gt; ORB -&gt; IIOP Listeners. The listener named orb-listener-1 is created by default when you install Glassfish and it is configured to listen to port 3700 on all IP addresses (0.0.0.0). If you try to connect to this listener remotely, it will throw an error saying it cannot resolve IP address 127.0.1.1.<br />
In order to fix this, add another IIOP listener and copy all configuration settings of orb-listener-1 except for the port and IP address. Make sure the port is set to another, available, port, e.g. 3701. Also make sure that the listener is listening on the &#8220;external&#8221; IP address of the machine running Glassfish. So, if the IP address of the machine running Glassfish is 192.168.0.5 use this IP address.<br />
Next, be sure to use the correct ORBInitialHost and ORBInitialPort settings. So, in this example use this</p>
<p>props.setProperty(&#8220;org.omg.CORBA.ORBInitialHost&#8221;, 192.168.0.1);<br />
props.setProperty(&#8220;org.omg.CORBA.ORBInitialPort&#8221;, 3701);</p>
<p>After this, Tomcat should have no problems connecting to the remote session beans.<br />
Please note that it is perfectly ok to modify the IP address that the orb-listener-1 listener is listening on to the &#8220;external&#8221; IP address. If you do this, local connections to your remote beans won&#8217;t work anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduardo Pelegri-Llopart</title>
		<link>http://technology.amis.nl/2006/10/20/connecting-to-an-ejb-30-remote-sessionbean-from-tomcat/#comment-3919</link>
		<dc:creator>Eduardo Pelegri-Llopart</dc:creator>
		<pubDate>Fri, 20 Oct 2006 18:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1368#comment-3919</guid>
		<description><![CDATA[Cool.  I am pushing a spotlight to it in a short while. See http://blogs.sun.com/theaquarium/entry/invoking_ejbs_in_glassfish_from]]></description>
		<content:encoded><![CDATA[<p>Cool.  I am pushing a spotlight to it in a short while. See <a href="http://blogs.sun.com/theaquarium/entry/invoking_ejbs_in_glassfish_from" rel="nofollow">http://blogs.sun.com/theaquarium/entry/invoking_ejbs_in_glassfish_from</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
