We're in the process of evaluating a number of different app servers. Because of this, the web app we've developed pulls the needed factory.initial and provider.url information from -D options we send to the JVM. So, I've defined in the local.properties file for the default server to use: -Djava.naming.factory.initial=allaire.ejipt.ContextFactory -Djava.naming.provider.url=ejipt://localhost:2323 A jsp instantiates a class that pulls these from the System properties, and via debug info, I see that it uses "allaire.jrun.ContextFactory" (not specified) and "ejipt://localhost:2323" (as specified). When it uses that class, I get a "Failed to unmarshal proxy" error. Why? Why is it using that class instead of "allaire.ejipt.ContextFactory" as I was trying to tell it to?? Is there some other file I should be specifying this? On other servers tested, it works just fine. Any help is appreciated! Robert ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
