Skip to content

Commit 869bfc5

Browse files
author
Anish Hirlekar
authored
Updated readme
1 parent f5db64e commit 869bfc5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ After that you can find *mtg-mason-1.0.jar* inside the target folder. You can us
4040

4141
2. Download [jstl](http://www.java2s.com/Code/Jar/j/Downloadjstl12jar.htm) jar file and place it inside `{webAppDir}/WEB-INF/lib`
4242

43-
3. Create a folder `{webAppDir}/WEB-INF/resources/{resourceVersion}` and place your jsp file here.
43+
3. Create a folder `{webAppDir}/WEB-INF/resources/{resourceVersion}` and place your jsp files here.
4444

4545
4. Import mtg-mason.tld inside your jsp file. This taglib is present inside the mason jar and enables usage of the *mtg* prefix. You will also need to import the jstl taglib. Your jsp file should contain the following
4646
```
@@ -66,12 +66,11 @@ All requests made to the jsp resources are routed through this filter.
6666

6767
6. Configure your data source in `{webAppDir}/META-INF/context.xml` file.
6868

69-
You can take a look at the sample webapp developed using mason
70-
https://github.com/metamug/mason-sample
69+
You can take a look at the [sample webapp](https://github.com/metamug/mason-sample).
7170

7271
### JDBC Drivers
7372

74-
Except for javaee-web-api since that would be present in your application server and any one out of HSQL,MySQL or PostgreSQL dependency.
73+
Except for javaee-web-api since that would be present in your application server and any one out of HSQL, MySQL or PostgreSQL dependency.
7574
We also support Oracle database but due to licensing reason we can't ship oracle jdbc driver along with our MTG SERVER.
7675
So in case you are using Oracle database you'll have to manually install its driver as dependency and use that in this project.
7776
Instructions are given regarding how to do the same in below link(s) (You can refer either of them).

0 commit comments

Comments
 (0)