<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Undesired behaviour when installing DXP on WebLogic Server</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=121848070" />
  <subtitle>Undesired behaviour when installing DXP on WebLogic Server</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=121848070</id>
  <updated>2026-04-03T19:13:42Z</updated>
  <dc:date>2026-04-03T19:13:42Z</dc:date>
  <entry>
    <title>RE: RE: Undesired behaviour when installing DXP on WebLogic Server</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121850289" />
    <author>
      <name>txapeldot .</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121850289</id>
    <updated>2023-06-08T08:08:15Z</updated>
    <published>2023-06-08T08:08:13Z</published>
    <summary type="html">&lt;p&gt;I've sorted the problem out, and although I know very few people use
  WebLogic as appserver, I'd like to share how I've managed to avoid the
  Basic Configuration window to appear every time WebLogic's managed
  server is started.&lt;/p&gt;
&lt;p&gt;Contrarily to what it's said in the step &lt;a
    href="https://help.liferay.com/hc/en-us/articles/360028831932-Installing-Liferay-DXP-on-WebLogic-12c-R2#setting-liferay-dxp-properties"&gt;Setting
    Liferay DXP Properties&lt;/a&gt;, I haven't included a
  'portal-ext.properties' file within the DXP.war file, and, as a
  consecuence, the 'liferay.home' property is not defined. That way, the
  file 'portal-setup-wizard.properties' (which defines the property
  'liferay.home') is placed into the WL's $(DOMAINS) folder, and being
  in that path, DXP is able to find the 'portal-setup-wizard.properties'
  file, and get the value of the 'setup.wizard.enabled' property (wich
  values 'false'), and determine the installation process has already
  been carried out. And knowing that, the process of installation is not
  carried out again.&lt;/p&gt;
&lt;p&gt;In &lt;a
    href="https://help.liferay.com/hc/en-us/articles/360028831932-Installing-Liferay-DXP-on-WebLogic-12c-R2#setting-liferay-dxp-properties"&gt;Setting
    Liferay DXP Properties&lt;/a&gt;, it's stated that &amp;quot;In WebLogic, your
  domain’s folder is generally Liferay Home&amp;quot;. But, in my opinion
  that's incorrect. What I think is that in WebLogic, Liferay Home
  points to WL's $(DOMAINS) folder, not $(USER_DOMAIN) folder, which are
  things completely different.&lt;/p&gt;
&lt;p&gt;Moreover, in the same section it's stated that &amp;quot;If you need to
  make any changes to portal-ext.properties' after Liferay DXP deploys,
  you can find it in your
  domain’s &lt;code&gt;autodeploy/ROOT/WEB-INF/classes&lt;/code&gt; folder. Note
  that the &lt;code&gt;autodeploy/ROOT&lt;/code&gt; folder contains the Liferay DXP
  deployment&amp;quot;. Again, I think that's incorrect because, once
  Liferay DXP is deployed, it's not located in that path; I don't know
  where exactly it is, but not on that location.&lt;/p&gt;
&lt;p&gt;I hope this all can be useful for anyone facing the same problem.&lt;/p&gt;</summary>
    <dc:creator>txapeldot .</dc:creator>
    <dc:date>2023-06-08T08:08:13Z</dc:date>
  </entry>
  <entry>
    <title>RE: RE: Undesired behaviour when installing DXP on WebLogic Server</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121848473" />
    <author>
      <name>Olaf Kock</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121848473</id>
    <updated>2023-06-07T09:08:00Z</updated>
    <published>2023-06-07T09:07:59Z</published>
    <summary type="html">&lt;p&gt;That's a funny corporate setup: Purchase support but keep people from
  using it...&lt;/p&gt;
&lt;p&gt;
  &lt;em&gt;That&lt;/em&gt; might be something to work on that can have a big
  impact. In general: Nothing wrong with looking for information here.
  My recommendation is just to utilize what you pay for, as you might
  get better support there. Weblogic is not exactly the platform that
  many people have experience with &lt;em&gt;and&lt;/em&gt;​​​​​​ &lt;em&gt;also&lt;/em&gt;​
  hang out on voluntary Open Source message boards.&lt;/p&gt;</summary>
    <dc:creator>Olaf Kock</dc:creator>
    <dc:date>2023-06-07T09:07:59Z</dc:date>
  </entry>
  <entry>
    <title>RE: RE: Undesired behaviour when installing DXP on WebLogic Server</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121848169" />
    <author>
      <name>txapeldot .</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121848169</id>
    <updated>2023-06-07T08:37:29Z</updated>
    <published>2023-06-07T08:37:28Z</published>
    <summary type="html">&lt;p&gt;Thanks for your reply.&lt;/p&gt;
&lt;p&gt;Due to corporate issues I have no chance to get support from Liferay,
  otherwise I'd not be asking here...&lt;/p&gt;
&lt;p&gt;Moreover, I don't think the problem relies on Liferay DXP side, but
  on WebLogic, because using the some DXP .war file on a Tomcat
  appserver (following the steps described on Liferay official
  documentation) I don't experience this undesired behaviour, that is,
  when I launch Tomcat's 'startup.bat', Liferay DXP gets started and the
  Liferay welcome page appears.&lt;/p&gt;
&lt;p&gt;On WebLogic, once the intallation has finished, the property
  'setup.wizard.enabled' is set to 'false' within the
  $(LR_HOME)/portal-setup-wizard.properties file. That's why I think it
  all is a weird behaviour of Liferay on WebLogic.&lt;/p&gt;</summary>
    <dc:creator>txapeldot .</dc:creator>
    <dc:date>2023-06-07T08:37:28Z</dc:date>
  </entry>
  <entry>
    <title>RE: Undesired behaviour when installing DXP on WebLogic Server</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121848225" />
    <author>
      <name>Olaf Kock</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121848225</id>
    <updated>2023-06-07T08:18:12Z</updated>
    <published>2023-06-07T08:18:11Z</published>
    <summary type="html">&lt;p&gt;You've been all over installing old CE and DXP versions on Weblogic
  recently, now you're going back even further.&lt;/p&gt;
&lt;p&gt;As you ask about DXP: Please note that the premium support phase for
  7.1 has ended by now, but you still might use your DXP contract to
  open a support ticket: You'll likely get better help there, and it's
  what you end up paying for.&lt;/p&gt;
&lt;p&gt;Also, you might want to try installing the latest fix/service-pack,
  rather than GA1: If there were any known issues, they might have long
  been fixed.&lt;/p&gt;
&lt;p&gt;I have no experience on Weblogic, but if you consistently see the
  setup-wizard, note that you can disable it in portal-ext.properties.
  Typically it does so by itself, by writing
  portal-setup-wizard.properties with the proper settings (that you
  entered during setup). If you don't want the setup-wizard to ask
  again, and if (e.g. for permissions) it couldn't write that file, you
  might need to set this manually.&lt;/p&gt;</summary>
    <dc:creator>Olaf Kock</dc:creator>
    <dc:date>2023-06-07T08:18:11Z</dc:date>
  </entry>
  <entry>
    <title>Undesired behaviour when installing DXP on WebLogic Server</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121848069" />
    <author>
      <name>txapeldot .</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121848069</id>
    <updated>2023-06-07T07:37:25Z</updated>
    <published>2023-06-07T07:37:24Z</published>
    <summary type="html">&lt;p&gt;I'm trying to carry out an installation process of Liferay DXP
  7.1.10-ga1 on a WebLogic server (12.2.1.3), and I'm doing it according
  to the steps describen in the Liferay's official documentation (&lt;a
    href="https://help.liferay.com/hc/en-us/articles/360028831932-Installing-Liferay-DXP-on-WebLogic-12c-R2"&gt;Installing
    Liferay DXP on WebLogic 12c R2&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;On the WebLogic server, I'm using the default WebLogic's AdminServer,
  which has been targeted within the deployment I've also set up. This
  deployment is linked to the DXP .war file, which has been previously
  modified to include an accordingly modified 'portal-ext.properties'
  file to set up the 'liferay.home' property.&lt;/p&gt;
&lt;p&gt;The process of installation works as expected, and I achieve doing a
  first installation, and create a first user. The weird thing is that
  every time I shut down the Admin Server and start it again, a new
  process of installation gets started, which is an undesired behaviour
  because that initial installation process of Liferay DXP has already
  been carried out. What I'd expect when starting the Admin Server is
  that the Liferay DXP welcome window is displayed.&lt;/p&gt;
&lt;p&gt;I guess I'm doind something wrong but I don't know what it could be.
  I guess this undeseried behaviour relies on the way WebLogic server
  works but I have no experience with WebLogic.&lt;/p&gt;
&lt;p&gt;I'd really appreciate if someone could explain to me what I'm doing
  wrong and how could avoid the process of installation to appear every
  time I start the Admin Server.&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;</summary>
    <dc:creator>txapeldot .</dc:creator>
    <dc:date>2023-06-07T07:37:24Z</dc:date>
  </entry>
</feed>
