• 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

Run Struts Frame Work on J2EE Server.

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

I am imbecile to this field,
A friend of mine had a query,although i did not get his point anyway,
he said that he wanted to run Struts Frame Work on J2EE Server.As i don't have any hint to this,please help me whether its possible,
if yes, any tutorial or details will help.
 
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by anand phulwani:
he wanted to run Struts Frame Work on J2EE Server


Not only is it possible, it's necessary. The only possible way to run an application built on the Struts Framework is in a J2EE Server such as Tomcat, JBoss, WebSphere, Weblogic, etc.
 
anand phulwani
Ranch Hand
Posts: 243
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Merrill,

Heartly thanks for your reply,
As far as application server's are concerned ,i do have knowledge about those as i have to run my servlets and JSP on them,what i think he want's to ask that whether it is possible to run with the J2EE server which we get bundled with sun jdk,which is started by j2ee -start.
 
Merrill Higginson
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So far as I know, there is no J2EE application server that is certified as J2EE compliant that will not run Struts.
 
reply
    Bookmark Topic Watch Topic
  • New Topic