Foren

Disable firefox autostart

thumbnail
G L, geändert vor 14 Jahren.

Disable firefox autostart

New Member Beiträge: 19 Beitrittsdatum: 04.12.09 Neueste Beiträge
Hopefully this is an easy question. I recently did a standalone install of Liferay 5.3.2 to Glassfish 2.1.1 on Ubuntu. I noticed after installing Liferay Firefox now launches automatically when I start the domain. I'd like to disable that behavior but I'm not sure how to do it. Can anyone help me out? It's a development server so not critical, more of an annoyance. Thanks.
thumbnail
Jonas Yuan, geändert vor 14 Jahren.

RE: Disable firefox autostart

Liferay Master Beiträge: 993 Beitrittsdatum: 27.04.07 Neueste Beiträge
Hi,

set the following line in portal-ext.properties

browser.launcher.url=


You are set.

Thanks

Jonas Yuan
-----------------
The Author of Liferay Books:
Liferay Portal 5.2 Systems Development
Liferay Portal Enterprise Intranets
thumbnail
Victor Zorin, geändert vor 14 Jahren.

RE: Disable firefox autostart

Liferay Legend Beiträge: 1228 Beitrittsdatum: 14.04.08 Neueste Beiträge
Unfortunately, it is more than just an annoyance:
If browser launcher is not disabled and liferay is started on production server which does not run X Windows, a browser launching thread gets stuck as a background process thus preventing graceful shutdown of a web server.
thumbnail
G L, geändert vor 14 Jahren.

RE: Disable firefox autostart

New Member Beiträge: 19 Beitrittsdatum: 04.12.09 Neueste Beiträge
Thanks guys. That did the trick. I too was worried about a production install as I need to pass configuration documentation to our client.