RE: help with installing a simple web app

2003-02-23 Thread James Mitchell
; To: [EMAIL PROTECTED] > Subject: help with installing a simple web app > > > Hi, > Obviously I'm a newbie... > I've successfully deployed the struts-example by > placing its .war in /webapps (the machine is Redhat > Linux 7.3, using Tomcat servlet container

Re: help with installing a simple web app

2003-02-23 Thread Rick Reumann
On Sun, Feb 23,'03 (02:49 AM GMT-0800), bobd wrote: > I first > tried creating a .war and placing it in the webapps > directory (same problem), now I've copied the entire > app directory to webapps. I added a > element to server.xml under the Tomcat conf directory > as well. First look in the

help with installing a simple web app

2003-02-23 Thread bobd
Hi, Obviously I'm a newbie... I've successfully deployed the struts-example by placing its .war in /webapps (the machine is Redhat Linux 7.3, using Tomcat servlet container). Now I'm trying to deploy my own app, but serious obstacles have popped up. The app is compiled and configured correctly as