The POCO libraries provide a handy class for dealing with URIs. A little example on how to use it can be found here.…
Deploying maven dependencies in Tomcat
When using Eclipse, maven dependencies are part of the build path. Nevertheless, they are not deploying in Tomcat. Here's the solution…