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
Hi, The server doesn't need your .java files, only the compiled class files. You can put them in the WEB-INF/classes (as-is, .class files) or WEB-INF/lib (packaged in a jar file) directory of your webapp. You need to define and map your servlet in your WEB-INF/web.xml file. Yoav Shapira Millenni

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