[JBoss-dev] JBoss through firwall - RMI -HTTP tunneling

2002-06-12 Thread Dave Smith
Now I have my swing client running with a jboss backend I would like to move this beast out on to the internet. Some of my clients have firewalls that only allow them http and https access through a proxy, so a direct connection is out. It would seem I could optimize this by writting a custom

Re: [JBoss-dev] JBoss through firwall - RMI -HTTP tunneling

2002-06-12 Thread Holger Engels
On 12 Jun 2002, Dave Smith wrote: Now I have my swing client running with a jboss backend I would like to move this beast out on to the internet. Some of my clients have firewalls that only allow them http and https access through a proxy, so a direct connection is out. It would seem I

Re: [JBoss-dev] JBoss through firwall - RMI -HTTP tunneling

2002-06-12 Thread Marius Kotsbak
On Wed, 2002-06-12 at 14:03, Holger Engels wrote: On 12 Jun 2002, Dave Smith wrote: Now I have my swing client running with a jboss backend I would like to move this beast out on to the internet. Some of my clients have firewalls that only allow them http and https access through a

Re: [JBoss-dev] JBoss through firwall - RMI -HTTP tunneling

2002-06-12 Thread Marius Kotsbak
On Wed, 2002-06-12 at 14:03, Holger Engels wrote: On 12 Jun 2002, Dave Smith wrote: Now I have my swing client running with a jboss backend I would like to move this beast out on to the internet. Some of my clients have firewalls that only allow them http and https access through a

Re: [JBoss-dev] JBoss through firwall - RMI -HTTP tunneling

2002-06-12 Thread Holger Engels
On 12 Jun 2002, Marius Kotsbak wrote: On Wed, 2002-06-12 at 14:03, Holger Engels wrote: On 12 Jun 2002, Dave Smith wrote: Now I have my swing client running with a jboss backend I would like to move this beast out on to the internet. Some of my clients have firewalls that only

Re: [JBoss-dev] JBoss through firwall - RMI -HTTP tunneling

2002-06-12 Thread Dave Smith
After a quick read of the spec .. Does the ejb-local only get acessed when an externel client is accessing the EJB or for all access? So if a SB accesses an EB becuase it is local the container can optimize the call and not send it over RMI? On Wed, 2002-06-12 at 08:03, Holger Engels wrote: On