• 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

context root

 
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
i am new to web logic , so i was just trying out some examples , i was deploying some .war files supplied by a jsp tutorial . when i deployed them it was running fine,
I have 2 questions. We find that the context root is set in the file weblogic.xml but that war did not have any weblogic.xml but it was having the context root /store ( as the server showed) . The contents of web.xml is given below

From where is the server getting the context root?
2 . And when i copied the store.war from folder G:\PROFESSIONAL JSP\1590592255-1\Chapter02 to folder G:\Chapter02 and tried to deploy it the server was giving a erroe that web.xml dosent exist.

Can any one tell me the reason .
 
drifter
Posts: 1364
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't know what version of WLS you are using, but I found this in the 7.0 weblogic.xml context root documentation:

3. If context root is not defined in weblogic.xml or application.xmll, then infer the context path from the URI, giving it the name of the value defined in the URI minus the WAR suffix. For instance, a URI MyWebApp.war would be named MyWebApp.
 
Tirthankar Dutta Chaudhuri
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks, i am using weblogic 8.1 .
reply
    Bookmark Topic Watch Topic
  • New Topic