Skip to main content
Participant
June 13, 2006
Question

Customizing DMXReady application

  • June 13, 2006
  • 1 reply
  • 251 views
I have a DMXReady application called Classified Listing Manager...these are the instructions I have in order to have two iterations of the application active on one site at the same time. Can someone please help me understand what all needs to happen here and/or guide me to someone who can make this work. Thanks!

How do I setup 2 iterations of the same application on a single domain?
If you are running two iterations of an application on a single domain, the file/folder logic should be as follows: (The example below applies to any DMXReady app)
applications/
NewsManager/
NewsManager2/(each page updated to use Connections/newsmanager2.asp)

admin/
NewsManager/
NewsManager2/ (each page updated to use Connections/newsmanager2.asp)

Connections/
newsmanager.asp
newsmanager2.asp (modified to connect to NewsManager2.mdb)

databases/
NewsManager.mdb
NewsManager2.mdb


This topic has been closed for replies.

1 reply

Inspiring
June 13, 2006
Did you do what it said? Do you have one set changed with a "2"?

Not having seen your application .. here's what I'm guessing you do:

Select the main application folder .. select copy
go to a new folder and name it NewsApplication 2 .. paste the copied info
there.

In the newsapplication 2 folder, change all the references as in the
instructions .. making sure all folders and references refer to the "2"
group .. including the connection. The instructions are actually pretty
straight forward . . just don't miss any of the references.


--
Nancy Gill
Adobe Community Expert
BLOG: http://www.dmxwishes.com/blog.asp
Author: Dreamweaver 8 e-book for the DMX Zone
Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
Technical Editor: DMX 2004: The Complete Reference, DMX 2004: A Beginner's
Guide, Mastering Macromedia Contribute
Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development


"JoeBobAmarillo" <webforumsuser@macromedia.com> wrote in message
news:e6ld6g$7g$1@forums.macromedia.com...
>I have a DMXReady application called Classified Listing Manager...these are
>the
> instructions I have in order to have two iterations of the application
> active
> on one site at the same time. Can someone please help me understand what
> all
> needs to happen here and/or guide me to someone who can make this work.
> Thanks!
>
> How do I setup 2 iterations of the same application on a single domain?
> If you are running two iterations of an application on a single domain,
> the
> file/folder logic should be as follows: (The example below applies to any
> DMXReady app)
> applications/
> NewsManager/
> NewsManager2/(each page updated to use Connections/newsmanager2.asp)
>
> admin/
> NewsManager/
> NewsManager2/ (each page updated to use Connections/newsmanager2.asp)
>
> Connections/
> newsmanager.asp
> newsmanager2.asp (modified to connect to NewsManager2.mdb)
>
> databases/
> NewsManager.mdb
> NewsManager2.mdb
>
>
>
>