How to make unit test of servlets which uses jndi for lookup of datasource (JDBC) ?
|
feedback
|
|
Setup the JNDI context in your (The answer is only guiding, but I can't provide anything concrete, since you haven't provided anything concrete) | |||
|
feedback
|
|
I run the following code in the before class method.
I am using Tomcat as my server so I also had to reference the following jar files located in the tomcat\bin directory:
I hope this helps you | |||
|
feedback
|
|
If the problem is that you need JNDI then there is a simple standalone implementation which Can be used in applications and Unit tests scenarios. | |||
|
feedback
|