payara-vagrant.git
4 years agoNo need to have different guest and host ports master
Roland Häder [Tue, 14 Apr 2020 09:43:47 +0000 (11:43 +0200)]
No need to have different guest and host ports

Signed-off-by: Roland Häder <haeder@ambroox.de>
4 years agoChanges: fixes/payara-4.1.2.181
Roland Häder [Fri, 14 Feb 2020 15:26:49 +0000 (16:26 +0100)]
Changes:
- the default domain is domain1, not payaradomain
- port 4849 and 8081 are confusing and should be the same as on guest (always possible)
- rewrote script to enable secured admin area (login: admin, password: vagrant)

Signed-off-by: Roland Häder <haeder@ambroox.de>
4 years agoFixes:
Roland Häder [Thu, 6 Feb 2020 12:19:20 +0000 (13:19 +0100)]
Fixes:
- put all strings in double quotes
- all variables are ${FOO} for being more shell-standard
- OpenJDK 8 is really okay here, 7 is by far to old
- Midnight Commander is a very powerful program, including an editor

Signed-off-by: Roland Häder <haeder@ambroox.de>
4 years agoUpdated to "latest" Payara 4.1 build:
Roland Häder [Thu, 6 Feb 2020 11:39:46 +0000 (12:39 +0100)]
Updated to "latest" Payara 4.1 build:
- removed no longer available 15x releases
- removed PRE-RELEASE
- added 4.1.2.181 release

Signed-off-by: Roland Häder <haeder@ambroox.de>
4 years agoContinued:
Roland Häder [Thu, 6 Feb 2020 22:07:31 +0000 (23:07 +0100)]
Continued:
- can be safely OpenJDK 8
- 4 GB should be okay, 1 GB is simply to less

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoFixes:
Roland Häder [Thu, 6 Feb 2020 12:19:20 +0000 (13:19 +0100)]
Fixes:
- put all strings in double quotes
- all variables are ${FOO} for being more shell-standard
- OpenJDK 8 is really okay here, 7 is by far to old
- Midnight Commander is a very powerful program, including an editor

Signed-off-by: Roland Häder <haeder@ambroox.de>
4 years agoUpdated to "latest" Payara 4.1 build:
Roland Häder [Thu, 6 Feb 2020 11:39:46 +0000 (12:39 +0100)]
Updated to "latest" Payara 4.1 build:
- removed no longer available 15x releases
- removed PRE-RELEASE
- added 4.1.2.181 release

Signed-off-by: Roland Häder <haeder@ambroox.de>
8 years agoMerge pull request #9 from phillipross/ports
Mike [Fri, 11 Dec 2015 13:25:03 +0000 (13:25 +0000)]
Merge pull request #9 from phillipross/ports

Avoid port collisions manually

8 years agoMerge pull request #7 from phillipross/jdk
Mike [Fri, 11 Dec 2015 13:21:38 +0000 (13:21 +0000)]
Merge pull request #7 from phillipross/jdk

Added option for using Oracle JDK8 instead of OpenJDK7
(still defaults to OpenJDK)

8 years agoModified Vagrantfile to map all ports exposed by appserver with a port 10000 offset...
Phillip Ross [Thu, 29 Oct 2015 01:07:43 +0000 (21:07 -0400)]
Modified Vagrantfile to map all ports exposed by appserver with a port 10000 offset to avoid collisions.

8 years agoUpdated provisioning to allow configuring Vagrant machine to use OracleJDK8 instead...
Phillip Ross [Wed, 28 Oct 2015 21:46:14 +0000 (17:46 -0400)]
Updated provisioning to allow configuring Vagrant machine to use OracleJDK8 instead of OpenJDK7

8 years agoMerge pull request #6 from phillipross/secure-admin
Mike [Wed, 28 Oct 2015 12:42:28 +0000 (12:42 +0000)]
Merge pull request #6 from phillipross/secure-admin

Enable secure admin on both domains

8 years agoMerge pull request #5 from phillipross/payara-version-update
Mike [Wed, 28 Oct 2015 11:47:54 +0000 (11:47 +0000)]
Merge pull request #5 from phillipross/payara-version-update

Update to v4.1.1.154

8 years agoSet an admin password and enable secure admin mode during provisioning.
Phillip Ross [Wed, 28 Oct 2015 08:09:14 +0000 (04:09 -0400)]
Set an admin password and enable secure admin mode during provisioning.

8 years agoUpdate README.md file to reflect updated version.
Phillip Ross [Wed, 28 Oct 2015 06:21:28 +0000 (02:21 -0400)]
Update README.md file to reflect updated version.

8 years agoUpdate to v4.1.1.154
Phillip Ross [Wed, 28 Oct 2015 06:03:32 +0000 (02:03 -0400)]
Update to v4.1.1.154

8 years agoMerge pull request #4 from mikecroft/master
Mike [Sun, 16 Aug 2015 18:09:53 +0000 (19:09 +0100)]
Merge pull request #4 from mikecroft/master

added support for pre-release Payara builds

8 years agoadded section to start the Payara pre-relase version service properly
Mike Croft [Sun, 16 Aug 2015 18:07:35 +0000 (19:07 +0100)]
added section to start the Payara pre-relase version service properly

8 years agoadded service script for the Pre-release version
Mike Croft [Sun, 16 Aug 2015 17:59:25 +0000 (18:59 +0100)]
added service script for the Pre-release version

8 years agochanged service script to have an optional domain argument, but still default to...
Mike Croft [Sun, 16 Aug 2015 17:58:32 +0000 (18:58 +0100)]
changed service script to have an optional domain argument, but still default to the preferred payaradomain

8 years agoadded pre-release URLs
Mike Croft [Sun, 16 Aug 2015 17:57:32 +0000 (18:57 +0100)]
added pre-release URLs

8 years agoupdated readme
Mike [Fri, 14 Aug 2015 16:24:05 +0000 (17:24 +0100)]
updated readme

8 years agoMerge pull request #3 from mikecroft/refactor
Mike [Thu, 13 Aug 2015 12:19:26 +0000 (13:19 +0100)]
Merge pull request #3 from mikecroft/refactor

refactored the provisioner to use functions.

8 years agoMerge pull request #2 from mikecroft/master
Mike [Thu, 13 Aug 2015 12:18:04 +0000 (13:18 +0100)]
Merge pull request #2 from mikecroft/master

Added support for 153 release

8 years agorefactored the provisioner to use functions. This means changing version/edition...
Mike Croft [Thu, 13 Aug 2015 12:15:26 +0000 (13:15 +0100)]
refactored the provisioner to use functions. This means changing version/edition is now only 2 changes, not loads.

8 years agoInitial support for Payara 4.1.153
Mike Croft [Thu, 13 Aug 2015 09:25:20 +0000 (10:25 +0100)]
Initial support for Payara 4.1.153

8 years agochanged service to start with vagrant user to avoid creating OSGI cache as root
Mike Croft [Wed, 29 Jul 2015 12:49:38 +0000 (13:49 +0100)]
changed service to start with vagrant user to avoid creating OSGI cache as root

8 years agoAdded more to TODO list
Mike [Tue, 28 Jul 2015 13:16:05 +0000 (14:16 +0100)]
Added more to TODO list

8 years agoadded forwarded ports for http-listener-1 and the admin console port
Mike Croft [Tue, 28 Jul 2015 10:40:17 +0000 (11:40 +0100)]
added forwarded ports for http-listener-1 and the admin console port

8 years agoUpdated links to point to patched 4.1.152
Mike [Fri, 19 Jun 2015 10:54:38 +0000 (11:54 +0100)]
Updated links to point to patched 4.1.152

8 years agoremoved old import
Mike [Fri, 19 Jun 2015 10:18:06 +0000 (11:18 +0100)]
removed old import

8 years agoupdated README
Mike Croft [Thu, 18 Jun 2015 14:23:34 +0000 (15:23 +0100)]
updated README

8 years agoadded a gitignore
Mike Croft [Thu, 18 Jun 2015 14:09:41 +0000 (15:09 +0100)]
added a gitignore

8 years agoParameterised shell script, extracted to separate file and cleaned Vagrantfile. Added...
Mike Croft [Thu, 18 Jun 2015 14:07:06 +0000 (15:07 +0100)]
Parameterised shell script, extracted to separate file and cleaned Vagrantfile. Added support for version 4.1.152

8 years agoadded flags to make provisioning less noisy
Mike Croft [Mon, 27 Apr 2015 20:39:35 +0000 (21:39 +0100)]
added flags to make provisioning less noisy

8 years agofixed service script and incorporated to Vagrantfile
Mike Croft [Mon, 27 Apr 2015 20:16:06 +0000 (21:16 +0100)]
fixed service script and incorporated to Vagrantfile

8 years agoadded a very basic payara service script with methods for future additions
Mike Croft [Mon, 27 Apr 2015 19:56:16 +0000 (20:56 +0100)]
added a very basic payara service script with methods for future additions

8 years agoMerge branch 'master' of bitbucket.org:mikecroft/payara-vagrant
Mike Croft [Fri, 24 Apr 2015 16:06:59 +0000 (17:06 +0100)]
Merge branch 'master' of bitbucket.org:mikecroft/payara-vagrant

8 years agoREADME.md edited online with Bitbucket
Mike Croft [Fri, 24 Apr 2015 16:06:10 +0000 (16:06 +0000)]
README.md edited online with Bitbucket

8 years agoInitial provisioning of Payara 4.1.151
Mike Croft [Fri, 24 Apr 2015 16:01:55 +0000 (17:01 +0100)]
Initial provisioning of Payara 4.1.151

8 years agoinitial commit
Mike Croft [Fri, 24 Apr 2015 14:00:17 +0000 (15:00 +0100)]
initial commit