You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
immediately after you can read: "Throughout the tutorial, you will use NetBeans IDE or Maven for packaging and deploying."
below there is a subsection "To Build and Package the hello1 Web Module Using Maven" where is writen how to deploy a WAR file to GlassFish Server by Using Maven:
"..... Enter the following command: mvn install This command spawns any necessary compilations and creates the WAR file in tut-install/examples/web/jsf/hello1/target/. It then deploys the project to the server."
So the block at the start of this issue I think should be:
"You can deploy a WAR file to GlassFish Server by: - Using NetBeans IDE - Using Maven - Using the asadmin command - Using the Administration Console - Copying the WAR file into the domain-dir/autodeploy/ directory"
Thank you,
Dmitri.
The text was updated successfully, but these errors were encountered:
Hello,
In the section "Packaging and Deploying the hello1 Web Module" (https://eclipse-ee4j.github.io/jakartaee-tutorial/#packaging-and-deploying-the-hello1-web-module) there is a block:
"You can deploy a WAR file to GlassFish Server by:
- Using NetBeans IDE
- Using the asadmin command
- Using the Administration Console
- Copying the WAR file into the domain-dir/autodeploy/ directory"
But:
".....
Enter the following command:
mvn install
This command spawns any necessary compilations and creates the WAR file in tut-install/examples/web/jsf/hello1/target/. It then deploys the project to the server."
So the block at the start of this issue I think should be:
"You can deploy a WAR file to GlassFish Server by:
- Using NetBeans IDE
- Using Maven
- Using the asadmin command
- Using the Administration Console
- Copying the WAR file into the domain-dir/autodeploy/ directory"
Thank you,
Dmitri.
The text was updated successfully, but these errors were encountered: