RE: Cluster Deployment Question

2005-03-24 Thread Mitchell K. McCuiston
Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 23, 2005 8:23 AM To: Tomcat Users List Subject: Re: Cluster Deployment Question Make sure your WAR file gets properly installed on both instances SEVERE: Unable to install WAR file java.io.FileNotFoundException: C:\tmp\war-deploy

Re: Cluster Deployment Question

2005-03-23 Thread Filip Hanik - Dev Lists
Make sure your WAR file gets properly installed on both instances SEVERE: Unable to install WAR file java.io.FileNotFoundException: C:\tmp\war-deploy\clustertest.war (The system cannot find the path specified) Durfee, Bernard wrote: I am ready to set Tomcat up in a clustered environment. So to tes

Cluster Deployment Question

2005-03-18 Thread Durfee, Bernard
I am ready to set Tomcat up in a clustered environment. So to test I have installed two instances of Tomcat 5.5.7 on the same XP machine. One listens on 8080 and the other on 8081. I configured the server.xml as follows...

General Basic Deployment Question

2005-03-17 Thread Bernard
Hi, I want to deploy a servlet jar file without using the manager application. From reading context.xml, I understand that is possible to re-start an application by modifying the files that are listed in it e.g. WEB-INF/web.xml But it doesn't work for me. How can I get it to work? Has anybody

Re: Tomcat Deployment Question

2004-03-22 Thread k2ma
As u said, I changed my URL according to your advice but unfortunately, now there is another exception: java.io.EOFException... does this mean that my servlet file can be found now? Also, i now manually put my servlet class in: C:\WebBlowWebApp1\defaultroot\WEB-INF\classes\webblowwebapp1\BlowDe

Re: Tomcat Deployment Question

2004-03-22 Thread k2ma
very much - i'm very new at this and i really appreciate the help! cheers, ~Kayley~ - Original Message - From: "Shapira, Yoav" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, March 22, 2004 9:24 AM Subject: RE: Tomcat Deploym

RE: Tomcat Deployment question

2004-03-22 Thread Shapira, Yoav
apira Millennium Research Informatics >-Original Message- >From: Kayley Ma [mailto:[EMAIL PROTECTED] >Sent: Sunday, March 21, 2004 6:33 PM >To: [EMAIL PROTECTED] >Subject: Tomcat Deployment question > >Hi all, > >For a deployed WebApp with a applet and a servlet (I alrea

Tomcat Deployment question

2004-03-21 Thread Kayley Ma
Hi all, For a deployed WebApp with a applet and a servlet (I already generated a WAR in JBuilder), where should i put my servlet so that Tomcat knows where to find it? Current this is how my system is set up. Using JBuilder, I created a WebApplication where I direct the defaultroot folder to th

Deployment question

2003-06-10 Thread Noel Rappin
Quick question about deployment. I'm trying to get tomcat to auto-deploy a .war file for an application whose home is outside the normal tomcat /webapps directory. It doesn't seem to be recognizing it. Where should I put the war file to get the auto-deploy behavior? Is there some setting th

Re: Tomcat Deployment Question

2003-03-27 Thread Patrick Martin
Your question is impossible to answer without filling in details like: What does your application do? What type of machine will you run on? Hardware and software specs. Chances are that it'll scale way past what you need. I've set up 5-10 Citibank card portfolios on a single tomcat server. To

Tomcat Deployment Question

2003-03-27 Thread Mark Phillips
I am trying to size new Java servlet/jsp/ejb application, and I am not sure how to determine how many users a "typical" a tomcat server can serve. I know this is a lot like asking "how high is up?". However, I was hoping someone could give me some rules of thumb, guidelines, or references to ot

Re: Deployment Question

2002-04-03 Thread Craig R. McClanahan
On Wed, 3 Apr 2002, Neo Gigs wrote: > Date: Wed, 3 Apr 2002 16:54:13 +0800 > From: Neo Gigs <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Deployment Question > > Hi there, >

AW: Deployment Question

2002-04-03 Thread Lenhart Stefan
7;s name in the work directory as soon as you restart. Cheers Stefan > -Ursprüngliche Nachricht- > Von: Neo Gigs [SMTP:[EMAIL PROTECTED]] > Gesendet am: Mittwoch, 3. April 2002 10:54 > An: Tomcat Users List > Betreff: Deployment Question > > Hi there, > > Ho

Deployment Question

2002-04-03 Thread Neo Gigs
Hi there, How does I can deploy a EAR, WAR or JAR file into Tomcat server? Does there have any deployment tools available like "deploytool" that can deploy applications into J2EE server? Thanks Neo