• 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

struts-blank.war

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello To Reviewers:

1. I am using tomcat to further my understanding of development using the Struts paradeigm. The current study text I am using is "Struts Essential Skills" by Steven Holzner. Overall, the example presentations are good with one noted exception; The text indicates the use of a "struts-blank.war" file, which in theory is a skeleton example that acts as a fill in the blanks starter for other applications.

2. I downloaded several versions of jakarta-tomcat[author refers to version 5.0.19] and did not see the file. I am able to develop all examples without the specified "struts-blank.war" due to the simplicity of configuring Tomcat. I am also usin JBoss for EJB development and testing.

3. For the sake of completeness, If anyone knows of a struts-blank.war packaged in Jakarta-Tomcat, then please Inform. In addition, as soon as EJB support becomes available in Tomcat, then let the World Know.

Thanks ...

Mike Turner

SCJP
SCWCD
Studying HARD and almost ready for SCBCD
-----------------------------------------------------
 
Ranch Hand
Posts: 147
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
struts-blank.war is not packaged with Tomcat.You can download that from struts wesite or other websites offering struts examples.
 
Ranch Hand
Posts: 1312
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You must download struts framework at :: http://struts.apache.org/
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic