How to test java server without deployment?

108 views Asked by At

Is there a way that I can test my java server on my computer without deploying it to a real server? I know php had wamp and lamp but what about java?

1

There are 1 answers

0
Shettyh On BEST ANSWER

You can use Apache Tomcat or Jboss(Wildfly) or any other application server. I think wamp or lamp has its own tomcat server you can use it to deploy java application.