Follow the steps in To Set Up Your System for Running the Security Examples.
In a terminal window, go to:
tut-install/examples/security/hello2_basicauth/ |
Type the following command:
ant |
This command calls the default target, which builds and packages the application into a WAR file, hello2_basicauth.war, that is located in the dist directory.
Make sure that the GlassFish Server is started.
To deploy the application, type the following command:
ant deploy |