Hi all,

I am working on an application that shares a lot of the same code base
(e.g., security and user management).

Basically, there is a public front end and a private admin back end.
We will call them 'PUBLIC' and 'ADMIN' ... there are many objects that
each application uses that have identical names: e.g.,
SecurityService, SecurityGW, UserService...etc...

- both apps reside on the same server and use the same MG core files.
- each app has a unique Application name stated in the Application.cfc
and Application.cfm files
- both have separate folders and ip's on the same machine
- although the are in different folders with different ip's, the paths
for object instantiation are the same in coldspring:
model.security.SecurityService, etc...

The problem is this... when I instantiate one application's objects,
those objects are used by the other app and are not recreated in their
own application sandbox.

Is this expected behavior?
Am I missing a configuration setting of some kind?
Do I need to make every object name unique regardless of what
application it is running in??

Thanks,

John

-- 
Model-Glue Sites:
Home Page: http://www.model-glue.com
Documentation: http://docs.model-glue.com
Bug Tracker: http://bugs.model-glue.com
Blog: http://www.model-glue.com/blog

You received this message because you are subscribed to the Google
Groups "model-glue" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/model-glue?hl=en

Reply via email to