0

I am using James-3-beta-4 mail server from apache, where can i find the server as a war file to deploy it in the application server? Is that possible ?

john miran
  • 393
  • 2
  • 13

1 Answers1

1

Looks like you need to get the source (have a look here) to build it by yourself.

Use mvn package to create a WAR file.

unwichtich
  • 13,712
  • 4
  • 53
  • 66