Re: Struts over multiple servers

2005-09-22 Thread Laurie Harper
Malcolm Mallia wrote: I wish to implement a database and model classes on one server and have the action, actionform and jsp in another project on another server. Can I map the struts-config to read across servers? What is the best way to implment this without changing my project to an enterp

Struts over multiple servers

2005-09-22 Thread Malcolm Mallia
I wish to implement a database and model classes on one server and have the action, actionform and jsp in another project on another server. Can I map the struts-config to read across servers? What is the best way to implment this without changing my project to an enterprise project? Thanks