At 02:09 PM 1/2/02 -0500, Clark C . Evans wrote: >Hello. Webware thus far has been very kind to me. Recently >I've had the requirement that I support two versions of the >application I am developing; one of them as "beta" for testing. >Ideally, I'd like to do this on the same box, in different >contexts. The problem is that I seem to be having conflicts >with "helper" classes that have the same name, but are in >different directories.
I would recommend running the two versions of the application in different instances of the appserver instead of trying to use different contexts. It will work just fine and will avoid any problems with conflicting modules. But, using multiple contexts _ought_ to work. I'm curious as to why you're getting conflicts. Can you give any more details? How are you importing the helper modules -- with "normal" imports, or with package imports? What is your directory structure? -- - Geoff Talvola [EMAIL PROTECTED] _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
