RE: Very basic problem

2002-01-02 Thread DESBOIS Sébastien

the PATH should point to d:\jdk1.3\bin
and CLASSPATH to d:\jdk1.3\jre\lib\rt.jar

 -Message d'origine-
 De:   Jack Li [SMTP:[EMAIL PROTECTED]]
 Date: mercredi 2 janvier 2002 16:26
 À:'[EMAIL PROTECTED]'
 Objet:Very basic problem
 
 Hello All,
 I have a very basic problem. I try to an java application under DOS
 (Windows
 operating system is windows 2000 server). I got error:
 
 java.lang.NoClassDefFoundError: test.
 
 The application is a sample from text book, very simple:
 
 class test {
   public static void main(String args[]) {
 System.out.println(Hello, World!);
   }
 
 }
 
 I run it by java test. I installed jdk1.3, and setup the CLASSPATH point
 to d:\jdk1.3;d:\jdk1.3\bin;
 
 what do I missed ?
 
 Thanks,
 Jack
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 

--Interscan- (on the network)

email-body was scanned and no virus found
--Traite par ISVW---



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


Posted content length exceeds limit

2002-01-02 Thread DESBOIS Sébastien

Hi all,
I am using a servlet to post data to my server.

the html page I am using looks like:

!DOCTYPE HTML PUBLIC -//IETF//DTD HTML//EN
html
  head
title/title
  /head
  body
form action=http://myserver/myAlias/servlet/myServlet/;
target=resultat method=POST ENCTYPE=multipart/form-data
  id : input type=text name=idbr
  File : input type=file name=databr
  input type=submit nameOK
/form
  /body
/html

On my server, I have Apache 1-3-20, Tomcat 3-2-2, and add-in of O'Reilly to
manage multipart request.

Depending on the size of the file, the request return an error:
java.io.IOException: Posted content length of 2800901 exceeds limit of
1048576

Where is defined this limitation and how can I modifie it ??

Thanks in advance.

Seb.



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]