• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

New to Struts

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I tried to search the net for solution to my problem.

I tried the tutorial and follow the steps shown by the tutor. For example I downloaded struts and deploy the struts blank.war file. When I do the testing as the tutorial said i.e using the browser and key in the url http://localhost:8080/struts2-blank-2.0.6/ I got this error:

HTTP Status 404 - /struts2-blank-2.0.6/

type Status report

message /struts2-blank-2.0.6/

description The requested resource (/struts2-blank-2.0.6/) is not available.
Apache Tomcat/5.5.25

Did I miss doing something? I just follow the tutorial.

Thank
 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Check out the below link for struts. This is self-explanatory.

http://courses.coreservlets.com/Course-Materials/struts.html

Go thru each and every line and example, you can learn yourself. :-)

Thanks & Regards,
Gayathri Chowduru.
 
Ranch Hand
Posts: 280
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Please check your Application Server console. You might be getting some exception. That's why its saying that requested resource is not available. Correct the exception and then deploy and try again.
 
Durahman Hamdan
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I forgot to mention that the problem happen on my RedHat linux machine.

When I tested the blank application on my Windows XP it works as expected from the tutorial.

Thank you
 
A wop bop a lu bop a womp bam boom! Tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic