Re: Hello World does not work.

2014-07-08 Thread Jim Anderon
ow. I will start a new thread for the stack trace. Thank you for all the comments. Regards, Jim A. On 07/06/2014 08:00 PM, Martin Gainty wrote: Date: Sun, 6 Jul 2014 09:41:36 -0400 From: jim_ander...@jjajava.com To: user@struts.apache.org CC: mgai...@hotmail.com Subject: Re: Hello World doe

RE: Hello World does not work.

2014-07-06 Thread Martin Gainty
> Date: Sun, 6 Jul 2014 09:41:36 -0400 > From: jim_ander...@jjajava.com > To: user@struts.apache.org > CC: mgai...@hotmail.com > Subject: Re: Hello World does not work. > >

Re: Hello World does not work.

2014-07-06 Thread Jim Anderon
http://stackoverflow.com/questions/13301882/deploy-war-file-in-tomcat-server autoDeploy="true" unpackWAR = true MG> MG>jaya could you explain meaning of web-content please? Date: Sat, 5 Jul 2014 23:05:37 +0530

Re: Hello World does not work.

2014-07-06 Thread jayachandra B
ver.xml >> MG> >> http://stackoverflow.com/questions/13301882/deploy-war- >> file-in-tomcat-server >> autoDeploy="true" >> unpackWAR = true >> MG> >> MG>jaya could you explain meaning of web-content please? >> >> >> >&

Re: Hello World does not work.

2014-07-06 Thread Jim Anderon
in Gainty wrote: MG>Jim MG>$TOMCAT_HOME/conf/server.xml MG> http://stackoverflow.com/questions/13301882/deploy-war-file-in-tomcat-server autoDeploy="true" unpackWAR = true MG> MG>jaya could you explain meaning of web-content please? Date: Sat, 5 Jul 2014 23:05:37 +0530 Subj

Re: Hello World does not work.

2014-07-06 Thread Jim Anderon
Chris, Thanks for the suggestions. I tried both, but got same error page. I will review what I did and play around more and see if I can get it working. Jim On 07/05/2014 01:34 PM, Chris Pratt wrote: Typically you would put the war file at /var/lib/tomcat6/webapps/hello_world.war not /var/

Re: Hello World does not work.

2014-07-06 Thread Jim Anderon
I use Eclipse for java and C++ programming, but for web development I don't use an IDE. Jim A. On 07/05/2014 01:27 PM, Ken McWilliams wrote: What IDE are you using? Knowing the IDE someone might be willing to give "click by click" instructions. On Sat, Jul 5, 2014 at 7:23 AM, Jim Anderon

RE: Hello World does not work.

2014-07-06 Thread Martin Gainty
MG>Jim MG>$TOMCAT_HOME/conf/server.xml MG> http://stackoverflow.com/questions/13301882/deploy-war-file-in-tomcat-server autoDeploy="true" unpackWAR = true MG> MG>jaya could you explain meaning of web-content please? > Date: Sat, 5 Jul 2014 23:05:37 +0530 > Subject

Re: Hello World does not work.

2014-07-05 Thread jayachandra B
eclipse kepler ide On Sat, Jul 5, 2014 at 10:57 PM, Ken McWilliams wrote: > What IDE are you using? Knowing the IDE someone might be willing to give > "click by click" instructions. > > > On Sat, Jul 5, 2014 at 7:23 AM, Jim Anderon > wrote: > > > > > index.jsp is in my hello_world.war file and

Re: Hello World does not work.

2014-07-05 Thread Chris Pratt
Typically you would put the war file at /var/lib/tomcat6/webapps/ hello_world.war not /var/lib/tomcat6/webapps/hello_world/hello_world.war. Tomcat will unbundle the war file into /var/lib/tomcat6/webapps/hello _world/ for you. One other option would be to try pointing your browser at http://local

Re: Hello World does not work.

2014-07-05 Thread Ken McWilliams
What IDE are you using? Knowing the IDE someone might be willing to give "click by click" instructions. On Sat, Jul 5, 2014 at 7:23 AM, Jim Anderon wrote: > > index.jsp is in my hello_world.war file and hello_world.war is at > /var/lib/tomcat6/webapps/hello_world/hello_world.war. > > I have use

Re: Hello World does not work.

2014-07-05 Thread Jim Anderon
index.jsp is in my hello_world.war file and hello_world.war is at /var/lib/tomcat6/webapps/hello_world/hello_world.war. I have used the web.xml file, unchanged, from the tutorial area. Here is the content, where the line numbers are inserted by my editor and are not part of the file: 1

Re: Hello World does not work.

2014-07-05 Thread jayachandra B
do you have index.jsp in your webContent folder and did you configure struts2 filter in web.xml? On Sat, Jul 5, 2014 at 5:33 PM, Jim Anderon wrote: > > Hello All, > > I am an experienced programmer, but inexperienced in web programming and a > total newbie to struts. > Struts looks like it will

Hello World does not work.

2014-07-05 Thread Jim Anderon
Hello All, I am an experienced programmer, but inexperienced in web programming and a total newbie to struts. Struts looks like it will be very useful to my web programming so I have ventured into the tutorials to start learning how to use it. I ran the first tutorial 'basic_struts' successfu