Ya...my problem got solved.
The mistake what i was doing is that, my ant file generated .war file and deployed in jboss server.
Instead, generated .war folder and deploy in jboss server.
Type: Posts; User: kartsj; Keyword(s):
Ya...my problem got solved.
The mistake what i was doing is that, my ant file generated .war file and deployed in jboss server.
Instead, generated .war folder and deploy in jboss server.
Thanks for prompt reply...
I created the folder structure like
\
src\ com... *.java
ui\ *.jsp
WEB-INF\web.xml
WEB-INF\xyz-servlet.xml
WEB-INF\classes
WEB-INF\lib
build.xml
Hi, i was looking for someone who are using Spring MVC in eclipse, so as to attain the debug functionaliy.
Currently i am using eclipse as editor only, and use ant build to create war file and...
I was trying to ceate a project using Spring MVC in eclipse3.2, with debug functionality. I am clueless as how to create one such.
Can any one help me in this regard or redirect to any site which...