• 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

Not able to deploy web service war file with multilevel root context on tomcat6

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,
Please Help me on this issue as i am struggling since from last week>>
i follow the tomcat 6 documentation how to deploy web app with multilevel root context and i did the same (

if root context is XX of myapp then create XX#myapp.xml and put into Catalina/localhost then start the service

). content of XX#myapp.xml file is

<Context docBase="C:/Documents and Settings/Administrator/Desktop/servers/VIVEK/workdir/tomcat6/application/myapp.war" path="/XX/myapp" debug="0" reloadable="false" crossContext="false" trusted="false"/>

start the tomcat service and check the URL http://localhost:8080/XX/myapp home page is coming properly once you click the link on given page the Internal Server error page shown by tomcat and i could see the log of tomcat it is showing some Axis2 related error below

SEVERE: Servlet /XX/myapp threw load() exception
org.apache.axis2.AxisFault: The system is attempting to engage a module that is not available: addressing


Please help me

thanks in advance
 
We can walk to school together. And we can both read this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic