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
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
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
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
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 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
6 matches
Mail list logo