RE: Segmentation Fault when modifying classpath?!

2001-09-02 Thread Robert Finneran
I concur. It is a JVM problem. I've seen this problem with several java applications (Tomcat, Xerces, JBoss, Jetty, etc.) It is a problem that occurs when running Sun's JDK 1.3.1 under the new Linux 2.4 kernel. (i.e. Redhat 7.1) I noticed that this bug was documented as fixed in Sun's JDK SE

Questions about Jasper and Sun's jdkse1.4.0 Beta 2

2001-08-28 Thread Robert Finneran
Hi, I recently switched to jdkse1.4.0 Beta 2 because I was having seg faults with Sun JDK 1.3.1 using RH 7.1 Linux 2.4.3-12. Now that I've switched, my servlets run fine, but Jasper barfs when I try run .JSP pages: org.apache.jasper.JasperException: JASPER: Unable to compile class for

RE: JSP compile error - class not found

2001-07-17 Thread Robert Finneran
First thing, try copying tools.jar to your TOMCAT_HOME/lib directory. (Also make sure your TOMCAT_HOME and JAVA_HOME enviroment vars are set) Second, the may be issues involving the use of multiple class loaders (??) Hope this helps! -Original Message- From: Will England

RE: I'm getting errors when I run JSP's using IIS and TOMCAT

2001-07-17 Thread Robert Finneran
Title: I'm getting errors when I run JSP's using IIS and TOMCAT Things to check: Be careful that your registry setting are pointing to the right place for the workers.properties and uriworkermap.properties files. Look under HKEY_LOCALMACHINE\SOFTWARE\Apache Software Foundation\Jakarta

RE: I'm getting errors when I run JSP's using IIS and TOMCAT

2001-07-17 Thread Robert Finneran
fine. The worker_file string points to the workers.properties and the worker_mount_file points to the uriworkermap.properties file. Thanks -Original Message- From: Robert Finneran [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 18 July 2001 9:57 AM To: [EMAIL PROTECTED] Subject

RE: jk_nt_service and NT error 2140

2001-07-12 Thread Robert Finneran
I have experienced a few problems with NT services with JDK 1.3.0. There was an NT service design issue with JDK 1.3.0. That issue has been fixed in the latest JDK 1.3.1 production release. I have been running jk_nt_service.exe since the beta release of JDK 1.3.1 without any problems. Hope this

RE: mod_jk for solaris

2001-07-12 Thread Robert Finneran
I was also having problems building apache to allow for mod_jk under Linux. I got a bunch of errors when I ran: $./configure --prefix=/usr/local/apache \ --enable-module=most \ --enable-shared=max $make $make install I recieved several error msgs about my httpd.conf file. :o( . I had a