Thanks, I do like Miro's suggestion more (don't want to be bound by platforms :-( ). If you can give me a starting point: where to look both in the JOnAS and Jonathan sources it will be great. Thanks, Erez -----Original Message----- From: Halas, Miroslav [mailto:[EMAIL PROTECTED]] Sent: Friday, May 04, 2001 5:11 PM To: 'Calvin Varney'; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Disable remote access (from different machine) Hmm, I think the better solution would be to modify Jonathan to accept calls only from local host, I know for sure (since we discovered bug when running on localhost, which Bruno fixed for us) that Jonathan recognizes the local host, because it treats it differently than calls from remote hosts. Miro -----Original Message----- From: Calvin Varney [mailto:[EMAIL PROTECTED]] Sent: Friday, May 04, 2001 6:13 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Disable remote access (from different machine) I'm not aware of any way to achieve this from within jonas however you could use a packet filter and write rules to deny packets with source address not equal to localhost and destination port equal to those you are using for jonas rmi/jeremie. Packet filters are readily available for most unixs, probably even something out there for NT. Their implementation is very platform specific so if interested your best bet would be to start with the documentation for your own system. Calvin. ----- Original Message ----- From: "Erez Nahir" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 04, 2001 7:26 PM Subject: Disable remote access (from different machine) > Hello all, > > Our application is combined from a webserver (Tomcat 3.2.1) and jonas > (2.2.7), located both on a single machine. > > Tomcat is actually the only client that will call Jonas. > Is there a way to limit the access to the appserver just form the local > machine? > > Regards, > > Erez > > ---- > To unsubscribe, send email to [EMAIL PROTECTED] and > include in the body of the message "unsubscribe jonas-users". > For general help, send email to [EMAIL PROTECTED] and > include in the body of the message "help". > ---- To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "unsubscribe jonas-users". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help". ---- To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "unsubscribe jonas-users". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
