• 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

Installing Struts in Tomcat

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

I am new to struts and want to learn it .So i downloaded the Struts1 (struts1.3.10.zip) now i want to use it and build a small application using it.But dont know how .

Can any body guide me through this.I have already configured tomcat in my system now i want to configure struts.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Struts comes with several example web apps that are ready for deployment; look in the "apps" folder of the distribution. Particularly struts-examples.war and struts-cookbook.war serve as example apps, while struts-blank.war can be used as the basis for your own apps.
 
Varun Nayudu
Ranch Hand
Posts: 160
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Ulf Dittmer wrote:Struts comes with several example web apps that are ready for deployment; look in the "apps" folder of the distribution. Particularly struts-examples.war and struts-cookbook.war serve as example apps, while struts-blank.war can be used as the basis for your own apps.



Thanks

But i want to make my own small application , i already have tomcat but dont know how to integrate tomcat with the struts appl which i downloaded .
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The sample applications can be used to figure out how to create your own application. Mimic their structure.

(You don't really "integrate Tomcat with your application", instead you "deploy your application to Tomcat".)

This search might also help.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic