RE: Tomcat Deployment question

2004-03-22 Thread Shapira, Yoav
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 already generated a WAR in JBuilder), where

Re: Tomcat Deployment Question

2004-03-22 Thread k2ma
, ~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 Deployment question Hi, The server doesn't need your .java files, only the compiled class files. You can put them

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:

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

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 other

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