You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ After that you can find *mtg-mason-1.0.jar* inside the target folder. You can us
40
40
41
41
2. Download [jstl](http://www.java2s.com/Code/Jar/j/Downloadjstl12jar.htm) jar file and place it inside `{webAppDir}/WEB-INF/lib`
42
42
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.
44
44
45
45
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
46
46
```
@@ -66,12 +66,11 @@ All requests made to the jsp resources are routed through this filter.
66
66
67
67
6. Configure your data source in `{webAppDir}/META-INF/context.xml` file.
68
68
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).
71
70
72
71
### JDBC Drivers
73
72
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.
75
74
We also support Oracle database but due to licensing reason we can't ship oracle jdbc driver along with our MTG SERVER.
76
75
So in case you are using Oracle database you'll have to manually install its driver as dependency and use that in this project.
77
76
Instructions are given regarding how to do the same in below link(s) (You can refer either of them).
0 commit comments