• 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 doesn't workd in weblogic7.0,how can i do with the struts and ejb project

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
there's an j2ee project,needs struts for web framework and ejb for web logic application.
how can they work together in weblogic7.0.
i modified the startWLS.cmd and added the struts.jar to the classpath,but found the struts didn't work correctly in the weblogic7.0,neither the struts project i developed with jbuilder nor the struts-example in the tomcat/struts-webapps

Error 500--Internal Server Error
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.5.1 500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.

do not tell me the suggestion is to use the tomcat to run the struts and the weblogic to run the ejb,because i will cry~~~~~~~~.
5555555555555
some one help me,with many thanks
[ December 14, 2002: Message edited by: Nikko Fu ]
 
Ranch Hand
Posts: 567
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What was the unexpected condition?
And don't worry, struts will work in weblogic!
 
Ranch Hand
Posts: 208
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Package the application as .ear file with struts.jar inside u'r WEB-INF/lib directory of the .war file.
or
You can put struts.jar in your weblogic classpath
Hari
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic