开发者

How to run a local server/client application?

开发者 https://www.devze.com 2023-01-27 06:06 出处:网络
We want to transform a java application to a client/server form , but we want it to 开发者_JAVA百科run on the local machine (in the future it will support remote servers).

We want to transform a java application to a client/server form , but we want it to 开发者_JAVA百科run on the local machine (in the future it will support remote servers).

Is there a way to start tomcat/IIS with the application itself and be done? Or do I need to deploy the application into the tomcat/IIS and then access the url? Can I just add some tomcat jar to my application and make it a webserver too?

Thanks!


Yes you can.

  • How to install Tomcat
  • How to install Tomcat + How to deploy web-app
0

精彩评论

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