On 10/10/06, Kailas Lovlekar <[EMAIL PROTECTED]> wrote:
1. Where do I get servlet-api-2.4.jar compiled with jdk1.4?
Try that one: http://www.ibiblio.org/maven2/javax/servlet/servlet-api/2.4/
2. How to fix this invalid URL? I guess this is not my local environment. Don't know where remote repository location information is held by Maven :-(
Maven knows about its central repository, and then various pom.xml files have <repository> elements. Maven just searches all the repositories it knows about until it finds the file (or not, in which case you see the usual error.) -- Wendy
