Re: Regarding build.xml for struts application

2008-08-04 Thread Mark Thomas

ramya lekha wrote:


Can you please let me know wer is the error...???


This is a question for the users list.

Mark



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Regarding build.xml for struts application

2008-08-04 Thread ramya lekha
HI,

I had written a build.xml file for my struts application.. this file creates
a .war file which i can deploy in a tomcat server. I am able to create a
.war file... and wen I deploy it in the server and start calling the
application "servername/proj/index.jsp" i can view the jsp page and wen i
click the link which calls a action (bookList.do). I am getting a error msg
saying "The requested URL /proj/bookList.do was not found on this server."

the directory structure is

webapps/proj/WEB-INF , webapps/proj/jsp
and under WEB-INF i have the files web.xml, struts-config.xml, all struts
tlds files, folders(classes,lib)

my web.xml file is


http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"; version="2.4"
xsi:schemaLocation="http$
  
action
org.apache.struts.action.ActionServlet

  config
  /WEB-INF/struts-config.xml


  debug
  3


  detail
  3

0
  
  
action
*.do
  
  
index.jsp
  


-struts-config.xml--



http://struts.apache.org/dtds/struts-config$


  
  


  

  
  


  

  


  


  
  
  



  

  


Can you please let me know wer is the error...???

Thanks in advance

Ramya