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