I am trying to load a file to my server, in order to
use it as an attachment for a JavaMail webmail. I am
using an example, which works fine by itself till I
start to use it in my application.
I am using a form that specifies the encryption type
to
ENCTYPE="multipart/form-data" which seems like
s
Hi all,
I am facing this unusual problem. Today, I am not
able to start the Tomcat v3.1(Win NT 4.0).
When I use the "tomcat run" option, I get the
following exception :
D:\Installs\jakarta-tomcat\bin>tomcat
runUsing classpath:
d:\installs\jakarta-tomcat\classes;d:\installs\jakarta-to
pier00/11/26 19:57:59
Modified:service/src/native jsvc.h jsvc_help.c jsvc_parse.c
jsvc_service.c jsvc_unix.c
Log:
Prettier sources, added legal stuff.
Revision ChangesPath
1.2 +4 -0 jakarta-tomcat-4.0/service/src/native/jsvc.h
pier00/11/26 19:49:23
Modified:connectors/src/apache-1.3 mod_webapp.c
connectors/src/webapplib wa.c wa.h wa_connection.c
wa_connection.h wa_host.c wa_host.h wa_provider.c
wa_provider.h wa_provider_info.c wa_request.c
Hello,
The metronet archive for tomcat-dev has been relocated to a faster
and less-critical machine here in the metronet domain. All of
the older links to mail messages should continue to work using symlinks,
and Apache Redirect, but the new structure has been organized by month into
separat
Rob Saccoccio wrote:
>
> Would it be possible to change the generated _jspService() method to catch
> Throwable instead of Exception? JSP 1.2 is taking this direction (excerpt
> and patch below).
Just committed the fix in tomcat-4.0 (since this is JSP1.2).
> + writer.println("java.lang
pierred 00/11/26 08:17:35
Modified:jasper/src/share/org/apache/jasper/compiler
JspParseEventListener.java
Log:
As per JSP1.2, generated servlet now catches Throwable instead
of Exception, and calls PageContext.handlePageException(Throwable).
Submitted by:
pierred 00/11/26 08:13:57
Modified:jasper/src/share/org/apache/jasper/runtime
PageContextImpl.java
Log:
PageContext has two variations of handlePageException().
Have the one with the Exception argument simply calls the
one with the Throwable argument to a