struts.xml (struts-default) and meaning of <%@ taglib prefix="s" uri="/struts-tags" %>

2008-04-30 Thread Vinay Nagrik
Hello Group, I was building my first HelloWorld web application and it is up and running, but out of curiosity I wish to find out the meaing of <%@ taglib prefix="s" uri="/struts-tags" %> What is the meaning of prefix and uri="/struts-tags" % and if I can look at this file/page. Similarly in s

Re: Removing package name all over does not work

2008-04-29 Thread Vinay Nagrik
; > http://java.sun.com/docs/books/tutorial/java/package/packages.html > > In struts2, the package declaration is a way to logically organize your > actions. It is documented here - > > http://struts.apache.org/2.x/docs/package-configuration.html > > -Wes > > On Mon, 2008-04-2

Re: War file does not deploy

2008-04-29 Thread Vinay Nagrik
Thanks a lot. On 4/28/08, Wes Wannemacher <[EMAIL PROTECTED]> wrote: > > Vinay, > > did you try - > > http://localhost:8080/mailreader/ > > ? > > > On Mon, 2008-04-28 at 17:46 -0700, Vinay Nagrik wrote: > > Hello Group, > > > > In m

War file does not deploy

2008-04-28 Thread Vinay Nagrik
Hello Group, In my server.xml the appbase is "webapps" and I have copied a mailreader.war file in "webapps" directory However the following url does not work in tomcat localhost:8080/mailreader.war It says "The requested resource (/mailreader.war) is not available. -- Thanks Nagrik

Removing package name all over does not work

2008-04-28 Thread Vinay Nagrik
Hello Group, I am working with the preliminary HelloWorld.java example and removed the very first line in HelloWorld.java i.e I commented out package tutorial; Thereafter I modified the struts.xml file and it looks like http://struts.apache.org/dtds/struts-2.0.dtd";>

Re: Building First strut

2008-04-25 Thread Vinay Nagrik
w they change, tracing through executions, etc. > > Dave's right, though. Maven is arguably as complex as Struts, and > although it's a great tool, any more than a link or two is outside the > scope of this list (though there's a Maven list too!) > > ~Dan Allen > > ---

Re: Building First strut

2008-04-25 Thread Vinay Nagrik
Hello Dave, On 4/25/08, Dave Newton <[EMAIL PROTECTED]> wrote: > > --- Vinay Nagrik <[EMAIL PROTECTED]> wrote: > > I started my download from the link you provided. And that link does > not > > give any info. Your email did not help me. > > You are asking

Re: Building First strut

2008-04-25 Thread Vinay Nagrik
I started my download from the link you provided. And that link does not give any info. Your email did not help me. On 4/25/08, Brad A Cupit <[EMAIL PROTECTED]> wrote: > > Vinay Nagrik wrote: > > I am using struts2.0.11.1. > > I am thoroughly confused about the conf

Re: Building First strut

2008-04-25 Thread Vinay Nagrik
rent. > > > > -Wes > > > > On Thu, 2008-04-24 at 17:48 -0700, Vinay Nagrik wrote: > > > Hello Group, > > > > > > I am working with struts and following is what I have done already. > > > > > > 1. Downloaded tomcat, configured it,

Building First strut

2008-04-24 Thread Vinay Nagrik
Hello Group, I am working with struts and following is what I have done already. 1. Downloaded tomcat, configured it, and it is running alright. 2. Downloaded struts unzipped, untarred it and copied necessary .jar files from this directory into tomcat WEB-INF/lib directory. 3. Built web.xml for