• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Not able to deploy struts blank war file in weblogic 9.2 server

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

i have downloaded struts2-blank-2.0.14.war file from apache site.This war is deployed successfully in tomcat 6.0 version.
but when i deployed in webloigc 9.2 version i am getting below error.could i need to do some settings or changes.
could any body suggest me how to solve this issue.
Thanks in advance.




Regards,
Rama Krishna.Y>
 
yekkala krishna
Ranch Hand
Posts: 105
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Could anybody suggest me how can i solve this issue?
It's little bit important to me.
Thanks in advance.

Regards,
Rama
 
Ranch Hand
Posts: 122
Mac IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well from the error you can see that Weblogic is complaining that the XML is malformed. If you look at the schema DTD that you are using the display-name tag under the web-app xml node is gone. I can see that the web.xml for that particular example has:



So you should probably remove the tag or change the DTD to 2.3
 
reply
    Bookmark Topic Watch Topic
  • New Topic