| File | Date | Author | Commit |
|---|---|---|---|
| applications | 2013-03-18 |
|
[5a788a] mime-edit |
| bin | 2013-03-18 |
|
[78c7d7] first-commit |
| config | 2013-03-18 |
|
[5a788a] mime-edit |
| src | 2013-03-18 |
|
[78c7d7] first-commit |
| .ant-targets-build.xml | 2013-03-18 |
|
[78c7d7] first-commit |
| Readme | 2013-03-18 |
|
[78c7d7] first-commit |
| Readme~ | 2013-03-18 |
|
[78c7d7] first-commit |
| build.xml | 2013-03-18 |
|
[78c7d7] first-commit |
| build.xml~ | 2013-03-18 |
|
[78c7d7] first-commit |
A Demo WebServer application
### How To Start Web Server ######
1. go to bin Directory
2. on Unix like system use "wsadmin.sh start"
OR
on windows "wsadmin.bat start"
##### stoping the web Server ########
1. on Unix like system use "wsadmin.sh stop"
2. on windows "wsadmin.bat stop"
### Accessing the application deployed on webserver ############
http://localhost:port/webapp/page.html
#### Changing the port number of server ###
You can change the listening port number of server by editing the config/server.properties
#### Deploying webpages to webserver #####
You can put your html files and any other resorces under the application directory or any subdirectory in it