Out of the box you have to make a minor change to get this to run as service.
You can test it by running it from the command line via the wrapper jetty-service.exe jetty-service.conf You will get an exception stating: jvm 1 | Open BlueDragon: Error java.io.FileNotFoundException: .\etc \openbd\bl uedragon.xml (The system cannot find the path specified) loading: BLUEDRAGON_XML =./etc/openbd/bluedragon.xml Go into the webdefault.xml file and change the location to the bluedragon.xml to ../etc/openbd/bluedragon.xml (Instead of ./etc/openbd/bluedragon.xml) Then start back up using the same parameters above. It should start up fine. Ctrl break out to close down Jetty. Then install the service (remeber, we were just running it from the command line to test) jetty-service.exe -i jetty-service.conf Then start it up using: jetty-service.exe -t jetty-service.conf (or from the Windows Control panel, service is listed as Jett-6- Service; note that is configurable via the conf file so you can tailor it to be OpenBD or whatever you want.) You should be good to go. -Josh On Dec 6, 11:18 am, Sid Wing <[EMAIL PROTECTED]> wrote: > Matt - Will definitely keep the team in the loop - this is an > enterprise level/wide-area application. If OpenBD works in this proof- > of-concept - it will be the engine of choice for our full deployment. > > On Dec 6, 1:02 pm, Matthew Woodward <[EMAIL PROTECTED]> wrote: > > > Sid Wing wrote: > > > I'm in a unique situation at work - where I have been allowed to > > > download and "test out" Open BD as a replacement CFML engine. > > > Very cool--let us know how we can help. > > > > My question now is: how do I get > > > it to run as a Windows Service? > > >http://docs.codehaus.org/display/JETTY/Win32Wrapper > > > If that doesn't do the trick let us know--I personally don't have a ton > > of experience with Jetty and don't do much with Windows these days, but > > I'm sure others on the list can help. > > > I'll try to get a chance to mess with this today and let you know what I > > find. > > > -- > > Matt Woodward > > [EMAIL PROTECTED]://www.mattwoodward.com/blog > > > Please do not send me proprietary file formats such as Word, PowerPoint, > > etc. as attachments.http://www.gnu.org/philosophy/no-word-attachments.html > > > smime.p7s > > 4KViewDownload > > --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official blog @ http://blog.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
