Hey Guys,
Thanks to Alan I was to figure out some things.

1.I believe the original error I was having was because the wrong
prun.exe was used in the Ready2Run package. Prunmgr.exe was renamed to
JettyService.exe instead of the correct prunsrv.exe.
@Alan: Let me know if you disagree with the above.

2. After we got that figured out I ran into another issue. The service
was created, but it would not start. What worked for me was setting
the --jvm parameter in the registerService.cmd script to the jvm.dll
in the /bin/server folder of my JRE install.
This is the part I added that made everything work: --Jvm="c:\program
files\java\jre6\bin\server\jvm.dll"
Note: If you modified the default install path for your JRE then you
will have to adjust the line above accordingly.

Now Jetty and OpenBD is running on my Windows VPS. Thanks everyone!

On Nov 20, 2:17 am, "Aaron J. White" <[email protected]> wrote:
> Hello Alan,
>
> I have checked my running processes and services and do not see cygwin
> or powercmd in either list.
> Thanks for the words of advice.
>
> I actually have mysql, php, smartermail, filezilla ftp, and
> webcontrolpanel, all working nicely together on my little vps. Took me
> two days to get it all figured out, but it's working now. OpenBD is
> the last piece of the puzzle that I would love to get figured out. I
> think I will stick with windows for now, because I'm a bit scared of
> wasting more time figuring out linux. I just want to start developing
> my application in CFML.
>
> Below is how my cmd prompt looks when I try to run the command. I
> still get the "error parsing command" error.
>
> Microsoft Windows [Version 6.1.7601]
> Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
>
> C:\Windows\system32>c:\jetty-openbd\bin\registerService.cmd
>
> C:\Windows\system32>cd c:\jetty-openbd\
>
> c:\jetty-openbd>bin\JettyService //IS//JettyService --
> DisplayName="Jetty Service
> " --Install=C:\jetty-openbd\bin\JettyService.exe --LogPath=C:\jetty-
> openbd\logs
> --LogLevel=Debug --StdOutput=auto --StdError=auto --StartMode=Java --
> StopMode=Ja
> va --Jvm=auto ++JvmOptions=-Djetty.home=C:\jetty-openbd ++JvmOptions=-
> DSTOP.PORT
> =8087 ++JvmOptions=-DSTOP.KEY=downB0y ++JvmOptions=-Djetty.logs=C:
> \jetty-openbd\
> logs ++JvmOptions=-Dorg.eclipse.jetty.util.log.SOURCE=true +
> +JvmOptions=-XX:MaxP
> ermSize=128M ++JvmOptions=-XX:+CMSClassUnloadingEnabled ++JvmOptions=-
> XX:+CMSPer
> mGenSweepingEnabled --Classpath=C:\jetty-openbd\start.jar --
> StartClass=org.eclip
> se.jetty.start.Main ++StartParams=OPTIONS=All ++StartParams=C:\jetty-
> openbd\etc\
> jetty.xml ++StartParams=C:\jetty-openbd\etc\jetty-deploy.xml +
> +StartParams=C:\je
> tty-openbd\etc\jetty-webapps.xml ++StartParams=C:\jetty-openbd\etc
> \jetty-context
> s.xml ++StartParams=C:\jetty-openbd\etc\jetty-testrealm.xml --
> StopClass=org.ecli
> pse.jetty.start.Main ++StopParams=--stop
>
> On Nov 20, 2:03 am, "Alan Williamson (aw2.0 cloud experts)"
>
>
>
>
>
>
>
> <[email protected]> wrote:
> > Well ... as they say ... in for a penny in for a pound.
>
> > I would go with Linux (unix != linux).   You are going to need very
> > little experience setting it up.   It is really just a handful of
> > commands that you require.   If you are toe dipping into the world here
> > then you may as well come up with a whole host of experience.
>
> > You are right, once the environment is setup you will be fine.   Depends
> > on what you are planning on doing mind you, if you need a db (which i
> > suspect you will) then you will have all this fun to go through again
> > with MySQL/PostGres or SQLServer (depending on your setup).
>
> > pssst never trust a sales rep ... they will always lead you down the
> > path they way, not the path you want.   Do not be fooled that the fact
> > Windows gives you a mouse that suddenly its just a few clicks and you
> > are away.  As you are seeing, Windows as a remote server (let alone a
> > production server) isn't without its problems.
>
> > It sounds like you are doing this to expand your own experience and
> > learn something new.  So step back for a minute, think about what it is
> > really you really want, and then let us know (or email me offlist if you
> > prefer).
>
> > Aaron J. White wrote:
> > > Well, I choose to use a windows 2008 server because I have next to no
> > > unix experience. Having no experience with setting up my own
> > > environment, no linux experience, and knowing very little about openbd
> > > seemed like a lot to learn at one time. A sales rep also suggested
> > > that I just stick with windows. If I can just get the environment
> > > setup I think I will be ok.
> > > I'll check for to see if I have cyqwin running anywhere.

-- 
online documentation: http://openbd.org/manual/
   google+ hints/tips: https://plus.google.com/115990347459711259462
     http://groups.google.com/group/openbd?hl=en

Reply via email to