Sameer Naik
|
f85c667cb5
|
tests: removed `create_full_container` function
|
2015-09-01 19:25:15 +05:30 |
Sameer Naik
|
b3700d17d9
|
tests: add `--noproxy tomcat` argument to `curl`
|
2015-09-01 18:49:55 +05:30 |
Sameer Naik
|
6b245d5e22
|
help.txt generated with help_generation tool
|
2015-08-15 11:58:00 +05:30 |
Sameer Naik
|
5be0fde9d5
|
help: mention that password is set for `manager` user
|
2015-08-15 11:46:12 +05:30 |
Sameer Naik
|
ceb1ad1f02
|
create `.initialized` file in the `app` directory to avoid reinitialization
|
2015-08-15 11:07:21 +05:30 |
Sameer Naik
|
b6fae1dfaf
|
renamed `initialize_tomcat_webapps` -> `initialize_tomcat_webapps_directory`
|
2015-08-15 10:49:47 +05:30 |
Adnan Abdulhussein
|
8a029f9407
|
Small changes in README and tests
|
2015-08-14 15:53:34 -07:00 |
Sameer Naik
|
352cda4bd0
|
do not symlink contents of `webapps.defaults`, copy them instead
|
2015-08-14 22:40:30 +05:30 |
Sameer Naik
|
24e0144e66
|
readme: added `Testing` section
|
2015-08-13 23:04:37 +05:30 |
Sameer Naik
|
53c8959480
|
Deploy sample application
|
2015-08-13 22:53:22 +05:30 |
Sameer Naik
|
a612a57140
|
tests: If host mounted, password and settings are preserved after deletion
|
2015-08-13 22:27:15 +05:30 |
Sameer Naik
|
ae135e0684
|
tests: Data gets generated in conf if bind mounted in the host
|
2015-08-13 22:26:36 +05:30 |
Sameer Naik
|
6fd79affe4
|
tests: All the volumes exposed
|
2015-08-13 22:08:39 +05:30 |
Sameer Naik
|
8bd8ee426f
|
tests: Password is preserved after restart
|
2015-08-13 22:05:00 +05:30 |
Sameer Naik
|
1d02956986
|
tests: Can't access management area without password
|
2015-08-13 21:33:01 +05:30 |
Sameer Naik
|
263481a2e7
|
tests: User manager created with password
|
2015-08-13 21:11:40 +05:30 |
Sameer Naik
|
d32f4fe9d3
|
tests: Manager has access to management area
|
2015-08-13 21:11:34 +05:30 |
Sameer Naik
|
ac56239710
|
tests: `Port 8080 exposed and accepting external connections`
|
2015-08-13 20:38:40 +05:30 |
Sameer Naik
|
98b5c1cc55
|
fix `sed` command to set `TOMCAT_PASSWORD`
|
2015-08-13 20:21:57 +05:30 |
Sameer Naik
|
c98df9f4a9
|
readme: mention that `manager` user is not assigned a password by default
|
2015-08-13 20:17:29 +05:30 |
Sameer Naik
|
0494f69dfa
|
readme: added `Configuration files` section
|
2015-08-13 20:10:20 +05:30 |
Sameer Naik
|
8ec83ef07a
|
readme: added `Setting the manager password on first run` configuration section
|
2015-08-13 20:02:22 +05:30 |
Sameer Naik
|
13b8963076
|
readme: added `Accessing your Tomcat server from the host` section
|
2015-08-13 19:49:00 +05:30 |
Sameer Naik
|
a8f87c5268
|
readme: added `Deploying web applications on Tomcat` section
|
2015-08-13 19:45:47 +05:30 |
Sameer Naik
|
856667707e
|
basic readme
|
2015-08-13 19:17:49 +05:30 |
Sameer Naik
|
cc09b9d041
|
display application credentials even when `TOMCAT_PASSWORD` is not specified
|
2015-08-13 13:36:06 +05:30 |
Sameer Naik
|
39ba0ff825
|
update `sed` command to set `TOMCAT_PASSWORD`
|
2015-08-13 13:30:47 +05:30 |
Sameer Naik
|
f888cb7e2a
|
symlink contents of `$BITNAMI_APP_DIR/webapps.defaults/` instead of copying them to `/app/`
|
2015-08-13 10:27:54 +05:30 |
Sameer Naik
|
fdf500092f
|
fix `/app` symlink
|
2015-08-13 10:27:33 +05:30 |
Sameer Naik
|
94b27ce290
|
added .dockerignore
|
2015-08-13 00:37:20 +05:30 |
Sameer Naik
|
43107d080f
|
moved `BITNAMI_APP_VOL_PREFIX/webapps/` to `/app/`
|
2015-08-13 00:35:40 +05:30 |
Sameer Naik
|
db4021c8ed
|
comments!
|
2015-08-12 23:44:57 +05:30 |
Sameer Naik
|
41ea1e582b
|
replaced `/app` volume with `$BITNAMI_APP_VOL_PREFIX/webapps` volume
Users can drop the `.war` files of their applications into this
directory and Tomcat will automatically pick them up.
|
2015-08-12 23:40:09 +05:30 |
Sameer Naik
|
249f4983aa
|
removed accidentally committed `COPY` instruction
|
2015-08-12 22:46:08 +05:30 |
Sameer Naik
|
5b2ce7b70d
|
added `/app` volume
|
2015-08-12 22:42:31 +05:30 |
Sameer Naik
|
87676eedb2
|
start `catalina.sh` as user `tomcat`
|
2015-08-12 22:39:42 +05:30 |
Sameer Naik
|
662bac1094
|
always `chown` the `conf` and `log` directories
|
2015-08-12 22:39:38 +05:30 |
Sameer Naik
|
3a00f05982
|
intial creation
|
2015-08-12 22:39:16 +05:30 |