New version of the EWD Virtual Appliance

This is a discussion on New version of the EWD Virtual Appliance within the mumps forums in Programming Languages category; A new version of our Enterprise Web Developer (EWD) Virtual Appliance (version 4.0) is now available for free download from our web site ( http://www.mgateway.com : click on the "Enterprise Web Developer" tab followed by the "Download EWD" tab ) This is a pre-built, pre-configured, ready-to-run system, packaged as a VMWare Virtual Machine, based on: - Ubuntu Linux 7.10 JEOS - Apache 2.x - PHP 5.3.x - GT.M 5.3-000 - EWD build 692 (or later) - our MGWSI gateway (linking GT.M and PHP) It's totally free to use as you wish (but note that it is provided without support). You'll ...

Go Back   Application Development Forum > Programming Languages > mumps

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 04-26-2008, 07:14 AM
Rob Tweed
Guest
 
Default New version of the EWD Virtual Appliance

A new version of our Enterprise Web Developer (EWD) Virtual Appliance
(version 4.0) is now available for free download from our web site
(http://www.mgateway.com : click on the "Enterprise Web Developer"
tab followed by the "Download EWD" tab )

This is a pre-built, pre-configured, ready-to-run system, packaged as
a VMWare Virtual Machine, based on:

- Ubuntu Linux 7.10 JEOS
- Apache 2.x
- PHP 5.3.x
- GT.M 5.3-000
- EWD build 692 (or later)
- our MGWSI gateway (linking GT.M and PHP)

It's totally free to use as you wish (but note that it is provided
without support). You'll just need to download and install the free
VMWare Player (http://www.vmware.com/products/player/) in order to run
it on any Windows or Linux machine.

It's probably the quickest and simplest way to start using our EWD web
development technology - just boot up the VM and point a browser at
the IP address that it allocates itself and away you go.

Alternatively you could just use it as a quick and easy way to try out
a fully-functioning GT.M-based MUMPS environment, or you could even
use it as the basis of a development or production MUMPS system.

The next-best thing to a free lunch!! Enjoy.....!!


---

Rob Tweed
Company: M/Gateway Developments Ltd
Registered in England: No 3220901
Registered Office: 58 Francis Road,Ashford, Kent TN23 7UR

Web-site: http://www.mgateway.com

SlipstreamUSA: April 2, Renaissance Hotel, Orlando
http://www.OutOfTheSlipstream.com
Reply With Quote
  #2  
Old 04-26-2008, 09:18 PM
K.S. Bhaskar
Guest
 
Default Re: New version of the EWD Virtual Appliance

On Apr 26, 7:14*am, Rob Tweed <rtw...@mgateway.com> wrote:
> A new version of our Enterprise Web Developer (EWD) Virtual Appliance
> (version 4.0) is now available for free download from our web site
> (http://www.mgateway.com*: click on the "Enterprise Web Developer"
> tab followed by the "Download EWD" tab )
>
> This is a pre-built, pre-configured, ready-to-run system, packaged as
> a VMWare Virtual Machine, based on:
>
> - Ubuntu Linux 7.10 JEOS
> - Apache 2.x
> - PHP 5.3.x
> - GT.M 5.3-000
> - EWD build 692 (or later)
> - our MGWSI gateway (linking GT.M and PHP)
>
> It's totally free to use as you wish (but note that it is provided
> without support). *You'll just need to download and install the free
> VMWare Player (http://www.vmware.com/products/player/) in order to run
> it on any Windows or Linux machine.


[KSB] The virtual machine also runs well on Sun's Virtual Box (http://
virtualbox.org) which has an edition available under the terms of the
GPL (as well as a more enhanced edition under other licenses).

Regards
-- Bhaskar
ks dot bhaskar at fnis dot com <-- send e-mail here
Reply With Quote
  #3  
Old 05-04-2008, 07:42 PM
pdavis2006@googlemail.com
Guest
 
Default Re: New version of the EWD Virtual Appliance

On 27 Apr, 02:18, "K.S. Bhaskar" <ksbhas...@gmail.com> wrote:
> On Apr 26, 7:14 am, Rob Tweed <rtw...@mgateway.com> wrote:
>
>
>
> > A new version of our Enterprise Web Developer (EWD) Virtual Appliance
> > (version 4.0) is now available for free download from our web site
> > (http://www.mgateway.com : click on the "Enterprise Web Developer"
> > tab followed by the "Download EWD" tab )

>
> > This is a pre-built, pre-configured, ready-to-run system, packaged as
> > a VMWare Virtual Machine, based on:
> > <snip>

>
> [KSB] The virtual machine also runs well on Sun's Virtual Box (http://
> virtualbox.org) which has an edition available under the terms of the
> GPL (as well as a more enhanced edition under other licenses).
>
> Regards
> -- Bhaskar
> ks dot bhaskar at fnis dot com <-- send e-mail here


Hi Bhaskar

I have tried running on VirtualBox under windows, but machine is
unable to obtain
an ipaddress, i have tried all network adapters listed.

Any help appreciated

pd
Reply With Quote
  #4  
Old 05-06-2008, 11:00 AM
JohnLeoZ
Guest
 
Default Re: New version of the EWD Virtual Appliance

On May 4, 6:42 pm, pdavis2...@googlemail.com wrote:
>
> I have tried running on VirtualBox under windows, but machine is
> unable to obtain
> an ipaddress, i have tried all network adapters listed.
>
> Any help appreciated
>


I've been able to get it to work using:
Adapter Type: PCnet-FAST III (Am79C793)
Attached to: Host Interface
Interface Name: VirtualBox Host Interface 0

You have to let it install the VirtualBox Host Interface among the
Windows host interfaces.
Then on the host in Network Interfaces, bridge that to a host
interface. (bridging to a wifi interface can be problematic. I had to
use a wired host interface.)

Turned out to be eth1 on my try. I had to edit /etc/network/interfaces
to include:

auto eth1
iface eth1 inet dhcp


johnleoz
Reply With Quote
  #5  
Old 05-07-2008, 09:24 PM
pdavis2006@googlemail.com
Guest
 
Default Re: New version of the EWD Virtual Appliance

On 6 May, 16:00, JohnLeoZ <JohnLeo...@gmail.com> wrote:
> On May 4, 6:42 pm, pdavis2...@googlemail.com wrote:
>
>
>
> > I have tried running on VirtualBox under windows, but machine is
> > unable to obtain
> > an ipaddress, i have tried all network adapters listed.

>
> > Any help appreciated

>
> I've been able to get it to work using:
> Adapter Type: PCnet-FAST III (Am79C793)
> Attached to: Host Interface
> Interface Name: VirtualBox Host Interface 0
>
> You have to let it install the VirtualBox Host Interface among the
> Windows host interfaces.
> Then on the host in Network Interfaces, bridge that to a host
> interface. (bridging to a wifi interface can be problematic. I had to
> use a wired host interface.)
>
> Turned out to be eth1 on my try. I had to edit /etc/network/interfaces
> to include:
>
> auto eth1
> iface eth1 inet dhcp
>
> johnleoz





Thanks john, that did the trick!

now i just need to find time to dig into this thing, im used to mumps
but not the java side etc...

Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 04:11 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.