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

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:

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