<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Deployment on ARI Systems</title>
    <link>https://aripd.com/tags/deployment/</link>
    <description>Recent content in Deployment on ARI Systems</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <copyright>ARI Systems</copyright>
    <lastBuildDate>Sat, 16 May 2026 06:19:44 +0000</lastBuildDate>
    <atom:link href="https://aripd.com/tags/deployment/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>WildFly</title>
      <link>https://aripd.com/blog/wildfly/</link>
      <pubDate>Mon, 02 Apr 2018 22:33:00 +0000</pubDate>
      <guid>https://aripd.com/blog/wildfly/</guid>
      <description>&lt;h2 id=&#34;references&#34;&gt;References &lt;a href=&#34;#references&#34; class=&#34;permalink&#34;&gt;&lt;i class=&#34;bi bi-link-45deg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;* &lt;a href=&#34;https://marco.dev/use-postgresql-with-wildfly&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;How to use PostgreSQL with WildFly and JBoss&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;how-to-connect-wildfly-to-postgresql&#34;&gt;How to connect WildFly to PostgreSQL &lt;a href=&#34;#how-to-connect-wildfly-to-postgresql&#34; class=&#34;permalink&#34;&gt;&lt;i class=&#34;bi bi-link-45deg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;h3 id=&#34;download-the-postgresql-driver&#34;&gt;Download the PostgreSQL driver &lt;a href=&#34;#download-the-postgresql-driver&#34; class=&#34;permalink&#34;&gt;&lt;i class=&#34;bi bi-link-45deg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Download a compatible drive with your instance (e.g. PostgreSQL JDBC 4.2 Driver, 42.7.1):&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://jdbc.postgresql.org/download.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;https://jdbc.postgresql.org/download.html&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;add-postgresql-driver-to-wildfly&#34;&gt;Add PostgreSQL driver to WildFly &lt;a href=&#34;#add-postgresql-driver-to-wildfly&#34; class=&#34;permalink&#34;&gt;&lt;i class=&#34;bi bi-link-45deg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;In &lt;code&gt;[WILDFLY_HOME]/modules&lt;/code&gt;&lt;/p&gt;&#xA;&lt;p&gt;create the directory:&lt;/p&gt;&#xA;&lt;div class=&#34;code-container&#34;&gt;&#xA;    &lt;div class=&#34;code-block&#34;&gt;&#xA;        &lt;div&gt;&#xA;            &#xA;            &lt;div class=&#34;code-copy&#34; style=&#34;float: right&#34;&gt;&#xA;                &lt;a class=&#34;icon-link icon-link-hover link-opacity-50 link-opacity-100-hover&#34; href=&#34;#&#34; aria-label=&#34;Copy code&#34;&gt;Copy&lt;/a&gt;&#xA;            &lt;/div&gt;&#xA;        &lt;/div&gt;&#xA;        &lt;div class=&#34;highlight&#34;&gt;&lt;div style=&#34;color:#000;background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&#xA;&lt;table style=&#34;border-spacing:0;padding:0;margin:0;border:0;&#34;&gt;&lt;tr&gt;&lt;td style=&#34;vertical-align:top;padding:0;margin:0;border:0;&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#000;background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt;1&#xA;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&#xA;&lt;td style=&#34;vertical-align:top;padding:0;margin:0;border:0;;width:100%&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#000;background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;/org/postgresql/main&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;    &lt;/div&gt;&#xA;&lt;/div&gt;&lt;p&gt;and copy the jdbc file.&lt;/p&gt;&#xA;&lt;p&gt;Some developers suggest creating the structure in *modules/system/layers/*base adding the custom module to the WildFly/JBoss exiting layered modules. This approach is not recommended by RedHat, &lt;a href=&#34;https://developer.jboss.org/message/821117#821117&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;here you can read an explanation&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Glassfish</title>
      <link>https://aripd.com/blog/glassfish/</link>
      <pubDate>Sun, 01 Apr 2018 22:33:00 +0000</pubDate>
      <guid>https://aripd.com/blog/glassfish/</guid>
      <description>&lt;h2 id=&#34;references&#34;&gt;References &lt;a href=&#34;#references&#34; class=&#34;permalink&#34;&gt;&lt;i class=&#34;bi bi-link-45deg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.digitalocean.com/community/tutorials/how-to-install-glassfish-4-0-on-ubuntu-12-04-3&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;How To Install Glassfish 4.0 on Ubuntu 12.04.3&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.rosehosting.com/blog/install-glassfish-4-on-a-debian-8-vps/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Install Glassfish 4 on a Debian 8 VPS&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.techpaste.com/2012/02/determine-initial-java-heap-size-gc-logs/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;How To Determine java heap size From GC Logs&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://dzone.com/articles/tuning-your-java-vm&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Tuning Your Java VM&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://docs.oracle.com/javase/9/gctuning/JSGCT.pdf&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Java Platform, HotSpot Virtual Machine Garbage Collection Tuning Guide&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.kurumsaljava.com/2012/05/12/java-heap/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;What is Java Heap?&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites &lt;a href=&#34;#prerequisites&#34; class=&#34;permalink&#34;&gt;&lt;i class=&#34;bi bi-link-45deg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;Debian&lt;/li&gt;&#xA;&lt;li&gt;Java&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;GlassFish is an open-source enterprise level application server with high reliability and performance, which can run any Java EE project.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
