• 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

Loading two times struts.xml while deploying

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
While deploying my enterprise application in Glassfish Server...I am getting the error below..can anybody help out me.....
It's a struts2.0 application......
struts.xml gets loaded two times......

The package name 'default' at location package - file:/C:/Program%20Files/glassfish-v2/domains/domain1/applications/j2ee-apps/mmisEnterprisePOC/ClaimCorrection_war/WEB-INF/classes/struts.xml:14:54 is already been used by another package at location package - file:/C:/Program Files/glassfish-v2/domains/domain1/applications/j2ee-apps/mmisEnterprisePOC/ClaimCorrection_war/WEB-INF/classes/struts.xml:14:54 - package - file:/C:/Program%20Files/glassfish-v2/domains/domain1/applications/j2ee-apps/mmisEnterprisePOC/ClaimCorrection_war/WEB-INF/classes/struts.xml:14:54
 
sudhansu sahoo
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does anybody find any reply for this query.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic