Hi,
Where do I need to set permissions in struts to make this works or
perhaps the compile option ?
Also eclipse won't allow me to include the import
java.rmi.RMISecurityManager;
I have included two clients swing client which works and
MessageStore.java struts client, struts log and my
I don't have those errors anymore
public String execute() throws MalformedURLException, RemoteException,
NotBoundException {
try {
messageStore = new MessageStore() ;
}
catch (MalformedURLException e) {
System.out.println(" " + e );
}
Thanks
On 26/01/2020 23:20, Dave Newton wrote:
Handle the exceptions.
On Sun, Jan 26, 2020 at 5:51 PM zahid wrote:
Hi,
How can make this client code work in Struts ?
Please see two pieces of comparative client code , common RMIInterface
interface , and struts problem report :-
package o
The same two lines of code work in ... public class ClientOperation
look_up = (RMIInterface) Naming.lookup("//localhost/MyServer");
String response = look_up.helloTo("coco");
On 26/01/2020 23:20, Dave Newton wrote:
Handle the exceptions.
On Sun, Jan 26, 2020 at 5:51 PM
Handle the exceptions.
On Sun, Jan 26, 2020 at 5:51 PM zahid wrote:
> Hi,
>
> How can make this client code work in Struts ?
>
> Please see two pieces of comparative client code , common RMIInterface
> interface , and struts problem report :-
>
> package org.apache.struts.helloworld.model;
>
>
Hi,
How can make this client code work in Struts ?
Please see two pieces of comparative client code , common RMIInterface
interface , and struts problem report :-
package org.apache.struts.helloworld.model;
import java.net.MalformedURLException;
import java.rmi.Naming;
import java.rmi.NotBo
6 matches
Mail list logo