RE: tomcat manager application problems

2004-09-14 Thread Noah Davis
st. We do this for mission-critical applications. Yoav Shapira Millennium Research Informatics >-Original Message- >From: Noah Davis [mailto:[EMAIL PROTECTED] >Sent: Monday, September 13, 2004 4:53 PM >To: [EMAIL PROTECTED] >Subject: tomcat manager application problems &

tomcat manager application problems

2004-09-13 Thread Noah Davis
I recently deployed the manager app for Tomcat/5.0.18 with the hope that I could use it to deploy apps without taking down all the other applications running on the server. However, I've had nothing but problems with the tomcat manager. I've been using mostly the HTML version. Some problems have in

explicit context failing

2002-12-02 Thread Noah Davis
I'm having a strange problem using an explicit context. I have a ".war" file for my application. If I drop it in my webapps folder and use automatic deployment, it works fine -- it gets unpacked and deploys on startup. However, if I explictly define the context for this webapp, the webapp does

Re: proper use of servlet contexts

2002-11-20 Thread Noah Davis
sort of Tomcat/J2EE "features" you're > using and your deployment requirements. Be sure you really need > application _name_ independence, though ... most apps don't need this. > > justin > > > At 11:58 PM 11/16/2002, you wrote: > >Any other thoughts on

Re: proper use of servlet contexts

2002-11-16 Thread Noah Davis
Any other thoughts on this? Someone suggested using Struts . . but short of instituting a framework . . - Original Message - From: "Noah Davis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 12, 2002 8:18 PM Subject: proper use of servl

proper use of servlet contexts

2002-11-12 Thread Noah Davis
I have a question regarding the proper way to use servlet contexts. The way I've been using them I always seem to bump into one problem or another which affects the flexibility of using servlets or affects the portability of my application. Here's my problem: I developed several servlets and de