Re: memory management

2002-08-02 Thread Brian Wolf
and other good stuff available to the whole JVM. AFAIK, Tomcat sets no limit on the amount of memory a servlet consumes. Regards, Michael - Original Message - From: Brian Wolf [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 31, 2002 9:45 PM Subject: memory management

memory management

2002-07-31 Thread Brian Wolf
Can anyone tell me how to increase the amount of memory available to a servlet running in tomcat? Thanks in advance! Brian -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: classpath problem

2002-07-14 Thread Brian Wolf
Andrew, Thanks, it seems to have resolved itself. Not sure how, but I have noticed a problem with conflicting jar files, ie in this case one was distributed for JDK1.4 and another for JDK1.2 Brian - Original Message - From: Andrew Conrad [EMAIL PROTECTED] To: 'Tomcat Users List'

error 500

2002-07-13 Thread Brian Wolf
When I call this method (org.jdom.Element.getChildren()Ljava/util/List;) directly in the servlet, it works, however when I call it from a another class that is called by the servlet, I get this: java.lang.NoSuchMethodError: org.jdom.Element.getChildren()Ljava/util/List; at

network disconnect

2002-07-13 Thread Brian Wolf
Hi What do I do if I want a process to be intiated by a servlet, but to run even if the server becomes temporarily disconnected from the newwork, using Tomcat and Windows 98? thanks \brian

classes direcory

2002-07-12 Thread Brian Wolf
Hi My understanding is that all class files used by servlets in \webapps\examples are stored and found in \webapps\examples\WEB-INF\classes. However, on my windows 98 with Tomcat and I am calling this servlet: C:\tomcat\jakarta-tomcat-3.2.4\webapps\examples\WEB-INF\classes I have this class

newbie

2002-07-11 Thread Brian Wolf
Hi, Was wondering about classpath's for servlets?Location: /examples/servlet/lsapack Internal Servlet Error: java.lang.NoClassDefFoundError: org/jdom/input/SAXBuilder at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Class.java:1581

newbie - finding class files

2002-07-11 Thread Brian Wolf
Hi I am having problems with servlets finding class files. On Windows 98 I have the classpath and path environmental variables set to c:\jdk1.4\bin and c:\jdk1.4 respectively. The Servlet works fine when converted to a command line application. -Brian --- Error: 500 Location:

newbie

2002-07-10 Thread Brian Wolf
Hi, I am trying to access my tomcat server from outside. I can access locally fine, as when I run the servlet examples. Request Information Example Method: GET Request URI: /examples/servlet/RequestInfoExample Protocol: HTTP/1.1 Path Info: null Remote Address: 209.23.8.113

Re: newbie

2002-07-10 Thread Brian Wolf
. Tomcat, by default, listens on that port. __ John Rishea Avaya Inc. -Original Message- From: Brian Wolf [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 1:45 PM To: [EMAIL PROTECTED] Subject: newbie Hi, I am trying to access my tomcat server from outside

jspsmartupload

2002-07-07 Thread Brian Wolf
I am tryning to configure the jspsmartupload package. Can anyone tell me what this might be caused by -thanks , brian Error: 500 Location: /examples/jsp/jspsmartupload/jsp/sample1.jsp Internal Servlet Error: javax.servlet.ServletException: Total File Size exceeded (1110). at