<?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>Blog Duroty.com</title>
	<atom:link href="http://blog.duroty.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.duroty.com</link>
	<description>La solución a mis problemas</description>
	<lastBuildDate>Fri, 08 May 2009 08:47:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Apache y JBOSS AS (puerto 80)</title>
		<link>http://blog.duroty.com/2009/05/08/apache-y-jboss-as-puerto-80/</link>
		<comments>http://blog.duroty.com/2009/05/08/apache-y-jboss-as-puerto-80/#comments</comments>
		<pubDate>Fri, 08 May 2009 08:46:08 +0000</pubDate>
		<dc:creator>duroty</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.duroty.com/?p=75</guid>
		<description><![CDATA[Para seguir con los ejemplos de clusterización nos vamos a centrar en el uso de un cluster en un entorno web para poder crear la siguiente arquitectura:

Esta estructura es interesante cuando nos queremos tener en un entorno web múltiples instancias de JBOSS sobre la misma url (http://www.duroty.com). En la figura se observa que todas las [...]]]></description>
		<wfw:commentRss>http://blog.duroty.com/2009/05/08/apache-y-jboss-as-puerto-80/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Instalación de un Cluster JBOSS AS</title>
		<link>http://blog.duroty.com/2009/05/06/instalacion-de-un-cluster-jboss-as/</link>
		<comments>http://blog.duroty.com/2009/05/06/instalacion-de-un-cluster-jboss-as/#comments</comments>
		<pubDate>Wed, 06 May 2009 16:37:22 +0000</pubDate>
		<dc:creator>duroty</dc:creator>
				<category><![CDATA[jboss]]></category>
		<category><![CDATA[cluster]]></category>

		<guid isPermaLink="false">http://tecnologia.duroty.com/?p=9</guid>
		<description><![CDATA[En este post vamos a montar un cluster JBOSS de dos nodos sobre dos máquinas diferentes (IPs diferentes) pero con el mismo path de instalación del JBOSS. Vamos a llamar a las máquinas node1 y node2
Recordamos del post anterior que tenemos que arrancar el servidor de aplicaciones sobre una IP:
&#62; /opt/jboss/bin/run.sh -c all -b 10.0.0.1
Suponemos [...]]]></description>
		<wfw:commentRss>http://blog.duroty.com/2009/05/06/instalacion-de-un-cluster-jboss-as/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuración de un JBOSS &#8211; single node</title>
		<link>http://blog.duroty.com/2009/05/06/configuracion-de-un-jboss-single-node/</link>
		<comments>http://blog.duroty.com/2009/05/06/configuracion-de-un-jboss-single-node/#comments</comments>
		<pubDate>Wed, 06 May 2009 15:59:36 +0000</pubDate>
		<dc:creator>duroty</dc:creator>
				<category><![CDATA[J2EE]]></category>
		<category><![CDATA[jboss]]></category>
		<category><![CDATA[-b]]></category>
		<category><![CDATA[all]]></category>
		<category><![CDATA[jgroups]]></category>

		<guid isPermaLink="false">http://tecnologia.duroty.com/?p=53</guid>
		<description><![CDATA[Configuración &#8220;all&#8221; en JBOSS (modalidad cluster)
En el post anterior se ha visto como arrancar y parar un servidor de aplicaciones JBOSS.
&#62; /opt/jboss/bin/run.sh -c default
&#62; /opt/jboss/bin/shutdown.sh -S
Para aproximarnos a un entorno real hay que añadir otros parámetros en el comando de arrancada. Además en este post se utiliza la configuración all para preparar un entorno clusterizable.
Para [...]]]></description>
		<wfw:commentRss>http://blog.duroty.com/2009/05/06/configuracion-de-un-jboss-single-node/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Instalación de un JBOSS AS</title>
		<link>http://blog.duroty.com/2009/02/02/instalacion-de-un-jboss-as/</link>
		<comments>http://blog.duroty.com/2009/02/02/instalacion-de-un-jboss-as/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 22:19:04 +0000</pubDate>
		<dc:creator>duroty</dc:creator>
				<category><![CDATA[J2EE]]></category>
		<category><![CDATA[ejb]]></category>
		<category><![CDATA[jboss]]></category>
		<category><![CDATA[jdk]]></category>

		<guid isPermaLink="false">http://tecnologia.duroty.com/?p=8</guid>
		<description><![CDATA[La primera cosa necesaria para la instalación del JBOSS AS es una distribución del mismo. Para todos los ejemplos J2EE que publicaré se ha utilizado la versión JBoss 4.2.0.GA,  pero deberian funcionar para las versiones posteriores.

La descarga de JBOSS AS se puede entrontrar a través de GOOGLE o en la página web oficial http://jboss.org/jbossas/downloads/.]]></description>
		<wfw:commentRss>http://blog.duroty.com/2009/02/02/instalacion-de-un-jboss-as/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Servidores de Aplicaciones &#8211; JBOSS AS</title>
		<link>http://blog.duroty.com/2009/02/02/servidores-de-aplicaciones-jboss-as/</link>
		<comments>http://blog.duroty.com/2009/02/02/servidores-de-aplicaciones-jboss-as/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 22:12:24 +0000</pubDate>
		<dc:creator>duroty</dc:creator>
				<category><![CDATA[J2EE]]></category>
		<category><![CDATA[ejb]]></category>
		<category><![CDATA[jboss]]></category>

		<guid isPermaLink="false">http://tecnologia.duroty.com/?p=6</guid>
		<description><![CDATA[Empezaré las entregas sobre J2EE con la introducción a los servidores de aplicaciones. Existe en la Wikipedia una buena definición que os reescribo parcialmente aquí.

Mu gusta destacar que hablar de servidores de aplicaciones normalmente está directamente relacionado con J2EE - JAVA.]]></description>
		<wfw:commentRss>http://blog.duroty.com/2009/02/02/servidores-de-aplicaciones-jboss-as/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
