I hava two servers A and B, server A for the WEB application, and server B is a file server. client get request from A(web app server), and save the upload file to B (file server). This two servers are Jboss 4.2 . How to configure the Jboss server ?
我现在有两个服务器A,B,其中web系统部署在A服务器上,B服务器是个文件服务器,WEB系统中有一个上传文件的功能,上传的文件都保存在B服务器上,两个服务器都是JBOSS的,这个功能JBOSS怎么配置啊?