• 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

deployment problems in tomcat 4.1.27

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am trying to deploy my web application in tomcat 4.1.27, earlier tomcat 3 was successfully running my web-app.
1. basic problem - I want to set my web-app context as "/remind/cafe/" (e.g. http://server ort/remind/cafe/index.do) but tomcat 4.1.27 asks me to put my web-app war file into webapps folder where i cant set my own context. Actually i dont know how to set my own context in tomcat 4.1.27.
I want to place my web-app files in my devlopment folders and run application from there itself by tomcat 4.1.27 .

2. I have some config property files into my WEB-INF/properties folder. Do i have to place these files into WEB-INF/lib folder so that they can be accessible by my servlet at application startup Or is there any way where these files can be picked up from properties folder itself.?

Any pointers would be greatly appreciated.

Thanks a lot
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic