Re: Building First strut

2008-04-25 Thread ryan webb
; Sent: Friday, April 25, 2008 2:09 PM > To: Struts Users Mailing List > Subject: Re: Building First strut > > I can not get Maven to install. It is looking for pom.xml and I don't > have > it > in my download of Maven. I supplied it Super POM from internet and even >

RE: Building First strut

2008-04-25 Thread Allen, Daniel
, April 25, 2008 2:09 PM To: Struts Users Mailing List Subject: Re: Building First strut I can not get Maven to install. It is looking for pom.xml and I don't have it in my download of Maven. I supplied it Super POM from internet and even then it did not compile. I tried mvn clean install mv

Re: Building First strut

2008-04-25 Thread Nils-Helge Garli Hegvik
h 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 > > > > -Original Message- > > From: Vinay Nagrik [mailto:[EMAIL PROTECTED] > > Sent: Friday, A

Re: Building First strut

2008-04-25 Thread Vinay Nagrik
--Original Message- > From: Vinay Nagrik [mailto:[EMAIL PROTECTED] > Sent: Friday, April 25, 2008 1:41 PM > To: Struts Users Mailing List > Subject: Re: Building First strut > > Hello Dave, > > On 4/25/08, Dave Newton <[EMAIL PROTECTED]> wrote: > > > > --

RE: Building First strut

2008-04-25 Thread Allen, Daniel
8 1:41 PM To: Struts Users Mailing List Subject: Re: Building First strut 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 > >

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 very vague questions. > > How familiar a

Re: Building First strut

2008-04-25 Thread Dave Newton
--- 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 very vague questions. How familiar are you with Java web development? Are you planning on using Ant or Maven? If yo

RE: Building First strut

2008-04-25 Thread Brad A Cupit
Vinay Nagrik wrote: > I started my download from the link you provided. And that > link does not give any info. this is the direct link to the Blank war file: http://www.devlib.org/apache/struts/examples/struts2-blank-2.0.11.war you can put that in your web server (like Tomcat) and run it. war

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 configuration and where goes wha

RE: Building First strut

2008-04-25 Thread Brad A Cupit
Vinay Nagrik wrote: > I am using struts2.0.11.1. > I am thoroughly confused about the configuration and where goes what. you could also download the example applications and see how things are laid out: http://struts.apache.org/download.cgi#struts20111 This won't necessarily work out of the box w

RE: Building First strut

2008-04-25 Thread Berger, Michael
ng List Subject: Re: Building First strut I am using struts2.0.11.1. I am thoroughly confused about the configuration and where goes what. like .java, .jsp, struts.xml, and web.xml. And what to write in struts.xml and web.xml. What do the top two lines in these two .xml mean. Thanks. On 4/2

Re: Building First strut

2008-04-25 Thread Vinay Nagrik
I am using struts2.0.11.1. I am thoroughly confused about the configuration and where goes what. like .java, .jsp, struts.xml, and web.xml. And what to write in struts.xml and web.xml. What do the top two lines in these two .xml mean. Thanks. On 4/24/08, aum strut <[EMAIL PROTECTED]> wrote:

Re: Building First strut

2008-04-24 Thread aum strut
Wes is right without information about the version its very hard to put any comments on this, On 4/25/08, Wes Wannemacher <[EMAIL PROTECTED]> wrote: > > Which version of struts are you using? Struts 1 and Struts 2 are very > different. > > -Wes > > On Thu, 2008-04-24 at 17:48 -0700, Vinay Nagrik w

Re: Building First strut

2008-04-24 Thread Wes Wannemacher
Which version of struts are you using? Struts 1 and Struts 2 are very different. -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, and it is running alright.

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