Step to deploy WAR/JAR File in JBOSS
- Paste your WAR/JAR File into jboss\server\default\deploy Folder
- Go to jboss\bin and run the file run.bat.
- After successful run.go to jboss\server\default folder and see three new folder log,tmp,work.
- log – Log File is created here
- tmp – All the Deployed WAR and JAR File extacted here.
- work – all the code in a servlet form maintain here.
Popularity: 3% [?]

May 25th, 2010
Jaffar
Posted in
Tags:

