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. > > > JJA> Martin, > JJA>

Re: Hello World does not work.

2014-07-06 Thread Jim Anderon
JJA> I will look into using Eclipse for web development. I'm already using Eclipse JJA> so it should not be too big of a step to start using it for web development. JJA> JJA> Thanks for the advice. On 07/06/2014 11:46 AM, jayachandra B wrote: if you use eclipse for web development, it will he

Re: Hello World does not work.

2014-07-06 Thread jayachandra B
if you use eclipse for web development, it will help a lot in resolving issues. On Sun, Jul 6, 2014 at 7:11 PM, Jim Anderon wrote: > > JJA> Martin, > JJA> > JJA> I'm not familiar with $TOMCAT_HOME. Is this the root directory where > tomcat6 is installed? > JJA> > JJA> I did a search on 'server.

Re: Hello World does not work.

2014-07-06 Thread Jim Anderon
JJA> Martin, JJA> JJA> I'm not familiar with $TOMCAT_HOME. Is this the root directory where tomcat6 is installed? JJA> JJA> I did a search on 'server.xml' in both my /var/lib/tomcat6 directory and my /usr/share/tomcat6 JJA> directory and could not find it in either. It looks like I need to t

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.