Anthony or anyone else,

Just copying the lib contents does not work for me...I get service
unavailable, and the jetty logs are cying out for lots of classes not
found.

Can you expand on upgrading from 1.0 to 1.1?  I am having a devil of a
time, I think related to moving the contexts out of jetty.xml and into
the contexts folder.  I have made concerted efforts three times over
the last month, and I just cannot get this to work.

I download and deploy to e:\openBDJetty.  Manually run start.jar, and
can get to the administrator, the demo page etc.  All is well.  I then
copy my application into the webapps folder.  It is supposed to be the
root application, so localhost and 127.0.0.1 will point to this
directory.  To do this, I use the exact same syntax for paths from my
1.0 jetty.xml file, and make a new myapp.xml context file in the
contexts folder.  When I navigate my browser to the page, I get
unexecuted CFML - raw cfml and html.  When I go localhost/openbd, I
get the demo page and then into the administrator, no problems there.

If I move my application below the openbd folder, I can get to it
127.0.0.1/openbd/myapp.  If I revert to the default openbd.xml context
only, I can get to it by 127.0.0.1/myapp.

I have tried to repurpose the openbd.xml context to point to my
directory, no avail.  Even when I do that, I can still get to
localhost/openbd and the demo page renders.  Should it do that when
the path is pointing to my app directory?  Is something hardcoded to
get to the administrator?

Where should my application folder go in relation to the openbd folder
- peers? children? other?

What parameter/path is incorrect that the browser will not redirect
the cfm pages to openBD and just display the html and raw cfml?  I
have tried endless combinations of "." "./" "../" "\" ".\" etc, as
that was the issue pre-1.0 when getting the jetty service running as a
service on wondows.

Here is the current context file for my app - the directory is log (I
know, I know, but it is).

 <Set name="war"><SystemProperty name="jetty.home" default="../"/>/
webapps/openbd/log/</Set>
<Set name="defaultsDescriptor"><SystemProperty name="jetty.home"
default="../"/>/etc/webdefault.xml</Set>

  <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-->
  <!-- Optional context configuration
-->
  <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-->
  <Set name="extractWAR">false</Set>
  <Set name="copyWebDir">false</Set>
  <Set name="defaultsDescriptor"><SystemProperty name="jetty.home"
default="../"/>/etc/webdefault.xml</Set>

        <Set name="VirtualHosts">
                <Array type="java.lang.String">
                        <Item>127.0.0.1</Item>
                        <Item>localhost</Item>
                        <Item>explorers-log.com</Item>
                        <Item>www.explorers-log.com</Item>
                        <Item>192.168.1.102</Item>
                        <Item>workstation</Item>
                </Array>
        </Set>

Obviously, any guidance would be appreciated.  I really want
cfvideoplayer and cfdocument!  I also want to be able to stay current
with releases, and not stay stuck on 1.0.

Thanks,

Rob Whitton

On May 20, 7:05 am, cf_gal <[email protected]> wrote:
> Okay, great.  So there are no version changes to other types of files
> like .cfc/.cfm or xml files?
>
> On May 20, 9:28 am, Anthony Hixon <[email protected]> wrote:
>
> > When I upgraded, I dropped the new OpenBD jars in my $JETTY_HOME/lib/
> > openbd directory and replaced the 6.1.12rc1Jettyjars with the  
> > updated 6.1.16 versions. The whole process was painless.
>
> > I hope that helps!
>
> > --
> > Anthony Hixon, Jr.
> > Certified ColdFusion MX 7 Advanced Developer
> > Mobile: (706) 639-3617
> > Email: [email protected]
>
> > On May 20, 2009, at 11:52 AM, cf_gal wrote:
>
> > > How do Iupgradeto version 1.1?
>
> > > I already have 1.0 up and running usingJettyas a service on Windows
> > > (with a couple of websites running under the "webroot_cfmlapps
> > > \cfmlWebContext_1" directory.
>
> > > Does this require a freshinstallfrom scratch, re-configuring
> > > everything?  Or are there other steps that can be taken?
>
> > > Thanks!
--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to