Path « Tomcat « JSF Q&A





1. Eclipse Java Build Path does not find jars when launch with eclipse Helios    stackoverflow.com

hope you can help me out with this problem, i have a web apps(JSF 2.0) in eclipse helios, i have created a class that uses apache.commons.validator because i need to validate ...

2. How to know the path of the war of the current application in tomcat    stackoverflow.com

I've a tomcat (with JSF) application. I want to know the path of the war of the current application. I've tried the following code to know where tomcat is ((ServletContext)FacesContext.getCurrentInstance().getExternalContext().getContext()).getRealPath("") However, after I add ...