开发者

How to create an installation file server

I have a server java开发者_运维问答 project, which runs on glassfish.

How does it put into the package and run on any machine and install it?


Glassfish is a heavy server. If you wants to deploy your application on several machines, you should use a lighter Java server.

You can look at theses project, which provide a package with an embedded Jetty web server (with startup scripts for all plarforms: Windows, Linux, Mac, Solaris, etc.).

  • http://jenkins-ci.org/
  • http://www.sonarsource.org/
  • http://nexus.sonatype.org/

Once your application can work on an embedded Jetty server, create an installer will be much easier (with InnoSetup, IzPack, etc.).


Making Multiplateform installer with Izpack is really easy and fun. You can package your application in installer and run on any machine. Just go through the tutorial here and you will have your own installer.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜