• 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

Weblogic and Struts

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

I have been wondering whether Weblogic 5.1 would support Struts 1.2.7. If so, then please let me know the steps in implementing the same. I went through a lot of sites, but nowhere have they given the step-by-step approach of implementing Struts in Weblogic.

What I mean is how do we go about copying the JARs and WARs in their respective location, configuring the Deployment Descriptors, etc. and that sort.

Thanks in advance,
Ravi KM
 
Ranch Hand
Posts: 724
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We are using Struts with Weblogic without any problems. Struts and other jar's are just the part of the web application.
 
Ranch Hand
Posts: 937
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you using weblogic 5.1 with struts 1.2?

Originally posted by David Ulicny:
We are using Struts with Weblogic without any problems. Struts and other jar's are just the part of the web application.

 
sunitha reghu
Ranch Hand
Posts: 937
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Copy the struts jar in weblogic lib folder and check how it works.


Originally posted by Ravi KM:
Hi all,

I have been wondering whether Weblogic 5.1 would support Struts 1.2.7. If so, then please let me know the steps in implementing the same. I went through a lot of sites, but nowhere have they given the step-by-step approach of implementing Struts in Weblogic.

What I mean is how do we go about copying the JARs and WARs in their respective location, configuring the Deployment Descriptors, etc. and that sort.

Thanks in advance,
Ravi KM

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