File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,14 @@ Development and Deployment
3535This is just a quick starter. You most likely will want to open the base level POM in your favorite IDE and develop
3636your project to your needs.
3737
38- To deploy your server, you can run
38+ To build a deployment WAR for your server, run the following from the ** base project ** directory:
3939
4040 mvn clean install
4141
4242And then copy the WAR file from the target directory and deploy this to your web server (e.g. Tomcat).
4343
44- To deploy your client, you can use one of the JavaFX distribution mechanisms, such as:
44+ To build a deployment bundle for your client, run one of the JavaFX distribution mechanisms from the ** client module**
45+ base directory, such as:
4546
4647 mvn clean jfx:build-jar
4748
You can’t perform that action at this time.
0 commit comments