What I am saying is that, My container part is on one machine and Server, features part is on other machine.
On Wed, Apr 30, 2008 at 4:22 AM, John Hjelmstad <[EMAIL PROTECTED]> wrote: > If I understand you correctly, you've got the features JS on a different > machine than the rendering server. That should be fine so long as the > rendering server can access the features JS, eg. you've started it up with > its JsFeatureLoader (by way of GadgetFeatureRegistry) able to access the > files. > > --John > > On Tue, Apr 29, 2008 at 12:01 PM, Neo Anderson < > [EMAIL PROTECTED]> wrote: > > > I am copying the files in JavaScript folder(Only this folder) into my > other > > server's documents root (I am using a different server side technology > > rather than Java). And there I am writing some code to disply > > gadgets(customized). And I am putting the Java folder in another > location > > and I am creating gadgets by setting the server base using the method, > > gadget.setServerBase. Will the features work properly even though they > are > > on different machines. Or will it cause any problems in using the > gadgets > > features? > > >

