From owner-freebsd-java Wed Jun 19 7:29:26 2002 Delivered-To: freebsd-java@freebsd.org Received: from ext-nj2gw-1.online-age.net (ext-nj2gw-1.online-age.net [216.35.73.163]) by hub.freebsd.org (Postfix) with ESMTP id 2E84537B407 for ; Wed, 19 Jun 2002 07:29:22 -0700 (PDT) Received: from int-nj2gw-4.online-age.net (int-nj2gw-4.online-age.net [3.159.236.68]) by ext-nj2gw-1.online-age.net (8.9.3+Sun/8.9.1/990426-RLH) with ESMTP id KAA15075; Wed, 19 Jun 2002 10:27:25 -0400 (EDT) Received: from crdns.crd.ge.com (localhost [127.0.0.1]) by int-nj2gw-4.online-age.net (8.9.3+Sun/8.9.1/990426-RLH) with ESMTP id KAA09696; Wed, 19 Jun 2002 10:27:24 -0400 (EDT) Received: from exc01crdge.crd.ge.com (exc01crdge.crd.ge.com [3.1.116.47]) by crdns.crd.ge.com (8.11.6/8.11.6) with ESMTP id g5JERN912541; Wed, 19 Jun 2002 10:27:23 -0400 (EDT) Received: by exc01crdge.crd.ge.com with Internet Mail Service (5.5.2653.19) id ; Wed, 19 Jun 2002 10:27:23 -0400 Message-ID: From: "Lapinski, Michael (Research)" To: "'j mckitrick'" Cc: "'Robert F. Ross'" , shudo@computer.org, freebsd-java@FreeBSD.ORG Subject: RE: Inconsistent RMI call problem Date: Wed, 19 Jun 2002 10:27:22 -0400 X-Mailer: Internet Mail Service (5.5.2653.19) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I was think along the lines of sticking your _Stub classes up on a local webserver and then running the app with rmi.server.codebase=http://:/ The fact that you start with a codebase of . strikes me as strange. I have a jar file that runs a very lightweight webserver to serve up the stubs if you are interested. -mtl -------------------------------------------------- Michael Lapinski Computer Scientist GE Corporate Research & Development "I think there is a world market for maybe five computers." - IBM Chairman Thomas Watson, 1943 ->-----Original Message----- ->From: j mckitrick [mailto:jcm@freebsd-uk.eu.org] ->Sent: Wednesday, June 19, 2002 10:07 AM ->To: Lapinski, Michael (Research) ->Cc: 'Robert F. Ross'; shudo@computer.org; freebsd-java@FreeBSD.ORG ->Subject: Re: Inconsistent RMI call problem -> -> ->On Wed, Jun 19, 2002 at 09:55:12AM -0400, Lapinski, Michael ->(Research) wrote: ->| Why dont you specify a real codebase, ie ->| non-filesystem but a real URL and server the stub ->| class files up with that. -> ->I don't quite understand what you mean. You mean place the ->server on a ->remote machine and try it that way? I think I had a firewall ->issue last ->time. That's why I'm running/deploying locally for now. -> ->jm ->-- ->My other computer is your windows box. -> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message