1

I want to offer files on an Apache-Server (A). I want to Upload them through a PrimeFaces frontend with a JBoss-Server. Now I am instructed to pass these through to another Apache-Server (B). I would implement a Synchronization between (A) and (B).

These files will be about 1gb of size and could be automatically deleted as soon as they are stored on (A).

Couldn't I store the Files temporarily on the JBoss-Server and synchronize this one with (A)? The data will pass through it anyway and JBOSS and (B) will be on the same physical machine anyway. This way I wouldn't need (B) at all. It seems redundant.

Someone speculated that an Application-Server (JBoss) might not be for handling Data and an Apache would be the better fit for it.

Could someone help me out on this? Or point me into the right direction what I should google?

4

1 に答える 1

1

Apache-Server (B) がないことが判明しました。JBoss と Apache-Server (A) の間でデータが同期されます。

したがって、私の疑いはすべて適切でした:)

于 2012-10-24T06:16:01.407 に答える