Tips
Running a batch of commands
asadmin multimode --file filename ...
…where filename contains the commands one per line…
Hosting static web pages in GlassFish
Hosting static web pages in GlassFish
Navigate to the
docroot
folderdomains/domain1/docroot/
Create a folder to contain your pages e.g.
domains/domain1/docroot/myworld/
Copy your web pages into the folder:
e.g. copy
index.htm
to themyworld
folder:cp index.htm domains/domain1/docroot/myworld/
Access your web pages…