Hi, I am trying to run CNLP ApacheCon 2005 Demo but I am not able to run it or perhaps not able to deploy it properly. I am using .. jdk1.5.0_06 Tomcat 5.5.17
What I did.. 1 ) I copied files from src\main\web\ (inside cnlp-apachecon.zip) and created a folder,apachecon, in webapps directory and pasted it their. I can run the application, I mean index page from http://localhost:8080/apachecon/search.jsp but when I click on "search" button, it goes to http://localhost:8080/apachecon/Search.search and I get an error message that *"Servlet Search is not available".* I think my tomcat is not able to find the servlet or compile them, Could you please help me fix this? 2) I downloaded Maven 1.0.2 and after installing.. I did "maven war" but got errors *"Attempting to download lucene-core-1.9-rc1-dev.jar. Error retrieving artifact from [ http://lehnert.syr.edu/maven/lucene/jars/lucene-core-1.9-rc1-dev.jar]: java.io.IOException: Forbidden.* *......* *......* *The build cannot continue because of the following unsatisfied dependencies:* *lucene-core-1.9-rc1-dev.jar lucene-demos-1.9-rc1-dev.jar j2ee-1.3.1.jar luke-0.6.jar lucene-analyzers-1.9-rc1-dev.jar standard-1.1.2.jar "* Kindly let me know what can I do to make this application work. Thanks Eddie.