FTP wrote:
I face the same problem with:
Tomcat 5.5.12
jdk: 1.5.06
and cannot find the library you suggest in order to include it!
APR integration isn't yet fully part of the Tomcat distribution, as far
as I can tell (I think it's misleading of them to enable the APR
listener on startup, be
William Claxton wrote:
Running Java JDK 1.4. After upgrading to Tomcat 5.5 I get this error.
I have also installed the compatability upgrade for the Java Runtime.
"The Apache Portable Runtime which allows optimal performance in
production environments was not found on the java.library.path."
William Claxton wrote:
Running Java JDK 1.4. After upgrading to Tomcat 5.5 I get this error.
I have also installed the compatability upgrade for the Java Runtime.
"The Apache Portable Runtime which allows optimal performance in
production environments was not found on the java.library.path."
Franklin Phan wrote:
I have an old servlet that I need to recompile but cannot because
> it
references MultipartRequest class. The servlet imports the
following packages:
import java.io.*;
import java.sql.*;
import java.util.*;
import javax.servlet.*
I know questions about this have been asked before on this list and
solutions offered, but they haven't worked for me.
I've read the proxying documentation, searched through the archives, and
scratched my head, and I still don't have a solution I'm 100% confident
about.
The setup is this: I