• 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

mapping of web folder

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all ..
I have deployed war file on my websphere setup..
The war file got deployed in the default folder where all the application get deployed..

/webSphere/AppServer/installedApps/mywar.war.ear/mywar/....

If i have a web folder in the above path it works fine
ie
/webSphere/AppServer/installedApps/mywar.war.ear/mywar/web/test.jsp

and my jsp's are picked up properly but i would like to keep my jsp's somewhere else

say /root/web/test.jsp

is there a particular setting in any configuration xml files where i can specify my own web folder and keep my jsp's there...


After deploying and installing a war file can i change the mapping for web folder in websphere configuration


thanks in advance
 
reply
    Bookmark Topic Watch Topic
  • New Topic