BugRat Report #316 has been filed.

2000-10-26 Thread BugRat Mail System
Bug report #316 has just been filed. You can view the report at the following URL: REPORT #316 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: medium Severity: ser

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/threads Reaper.java

2000-10-26 Thread larryi
larryi 00/10/26 19:44:58 Modified:src/share/org/apache/tomcat/util/threads Reaper.java Log: Add synchronized so the notify() call won't throw an exception and prevent Tomcat from shutting down. Revision ChangesPath 1.3 +1 -1 jakarta-tomcat/src/share/org/ap

BugRat Report #315 has been filed.

2000-10-26 Thread BugRat Mail System
Bug report #315 has just been filed. You can view the report at the following URL: REPORT #315 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: criti

Re: EmbedTomcat.java question (3.2b6) -- Must use Java 2

2000-10-26 Thread Nick Bauman
Okay, this will NOT work with JDK 1.1. Deceptively, it will build with 1.1, but it just traipses around Java files that have Java2 specific calls. H. So I get a Tomcat 3.2b6 that might run, but won't embed. (FI, the EmbedTomcat.java doesn't get built) -Nick On Thu, 26 Oct 2000, Nick Bau

RequestDispatcher implementation in Tomcat...

2000-10-26 Thread Richard Frazer
I've recently been looking at the RequestDispatcher implementation in Tomcat 3.x and 4.0, and had a question about how this is implemented. I'm running a servlet under the "/test" context. I grab a ServletContext for the "/examples" context. I then get a request dispatcher from the "/examples"

Re: EmbedTomcat.java question (3.2b6)

2000-10-26 Thread Nick Bauman
On Thu, 26 Oct 2000, Nick Bauman wrote: > > What is the contextPath String mean? > > Thanks The answer is the URL fragment the context is mapped to, for the ROOT context, the fragment is "/". Still not sure about the first one, but I'm going to go with my original assumption. -

BugRat Report #313 has been filed.

2000-10-26 Thread BugRat Mail System
Bug report #313 has just been filed. You can view the report at the following URL: REPORT #313 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: serio

BugRat Report #312 has been filed.

2000-10-26 Thread BugRat Mail System
Bug report #312 has just been filed. You can view the report at the following URL: REPORT #312 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: feature State: received Priority: low Severity: cosm

BugRat Report #311 has been filed.

2000-10-26 Thread BugRat Mail System
Bug report #311 has just been filed. You can view the report at the following URL: REPORT #311 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: medium Severity: non

RE: Tomcat - SSL help

2000-10-26 Thread Chris Halverson
You're probably running on win32. If you look in SSLSocketFactory at the default key reference you will find that it uses a / vs a \ you'll want to change it to System.getParameter("file.separator") so that the code is plaform independent. Recompile, put in place and you're off and running. > -

EmbedTomcat.java question (3.2b6)

2000-10-26 Thread Nick Bauman
Hi everyone, Costin, First: In the javadoc for the EmbedTomcat class, it says you need to set up the RequestInterceptors you want before firing up Tomcat. Well, if you read the code a little closer, it looks like a call to addContext(String contextPath, URL docroot) will automatically initialize

Re: Attributes of tag

2000-10-26 Thread Arieh Markel
I believe someone (forgot on which one of the lists) had asked about valid properties for the Context. Here is the original message. Arieh - Begin Forwarded Message - Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm list-help: list-unsubs

Tomcat - SSL help

2000-10-26 Thread nell
Hi All, I am using Tomcat3.2b6 with SSL. I followed the steps given in Server.xml. 1)Added JSSE jars to classpath 2)Edited java.security 3)Generated keystore While trying to start Tomcat server, I am getting following error.

Re: BugRat Bug #42 was assigned to Costin Manolache

2000-10-26 Thread Nick Bauman
Costin, I believe this was fixed, but I don't want to assume. Can you close this when you get a chance? Thanks -Nick On Thu, 26 Oct 2000, BugRat Mail System wrote: > Bug #42 was assigned to Person #2 > >Name: Costin Manolache >Email:[EMAIL PROTECTED] >HomePage: http://cost

BugRat Bug #42 was assigned to Costin Manolache

2000-10-26 Thread BugRat Mail System
Bug #42 was assigned to Person #2 Name: Costin Manolache Email:[EMAIL PROTECTED] HomePage: http://costin.dnt.ro/ Phone: FAX: The bug was previously assigned to person #1 Name: Z_Tomcat Alias Email:[EMAIL PROTECTED] HomePage: http://jakarta.apach

BugRat Report #310 has been filed.

2000-10-26 Thread BugRat Mail System
Bug report #310 has just been filed. You can view the report at the following URL: REPORT #310 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: webbug State: received Priority: high Severity: crit

BugRat Report #116 was linked to Bug #42(apparently by:Nick Bauman)

2000-10-26 Thread BugRat Mail System
BugRat Report #116 was linked to Bug #42 (logged in as:Nick Bauman) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

BugRat Report #296 was closed (apparently by: Ignacio Ortega)

2000-10-26 Thread BugRat Mail System
Report #296 was closed by Person #0 Synopsis: Tomcat cannot build in JDK1.1.X (logged in as: Ignacio Ortega) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: EmbededTomcat problem.. this is weird!

2000-10-26 Thread Stefán Freyr Stefánsson
Dont mind the different paths in the code and the error message... it was just one of my attempts to try to fix this... the original code (which produced the error message you see in this letter did look like this: public static void main(String[] args) { try { EmbededTomcat tc=ne

EmbededTomcat problem.. this is weird!

2000-10-26 Thread Stefán Freyr Stefánsson
Hello. I've been trying to get EmbededTomcat to work by running it up in a small main function in a class. The code I'm using looks like this: public static void main(String[] args) { try { EmbededTomcat tc=new EmbededTomcat(); tc.setWorkDir( "c:/work/com/decode/ips/web

RE: 3.2b6 build fails ?!?!

2000-10-26 Thread Nacho
Hi, Nick: It's solved on tomcat_32 CVS, the release or the next beta will get it... Saludos , Ignacio J. Ortega > -Mensaje original- > De: Nick Bauman [mailto:[EMAIL PROTECTED]] > Enviado el: miércoles 25 de octubre de 2000 21:35 > Para: [EMAIL PROTECTED] > Asunto: 3.2b6 build fails ?!

RE: [ANNOUNCE] Tomcat 4.0 Milestone 3

2000-10-26 Thread GOMEZ Henri
Hi, Just finished RPM for TC 4.0 m3 (http://rpmized.free.fr/rpms/tomcat4/) The only remaining problem is : Using CLASSPATH: /var/tomcat4/bin/bootstrap.jar:/var/tomcat4/bin/servlet.jar:/opt/IBMJava2-13 /lib/tools.jar Apache Tomcat/4.0-dev java.lang.IllegalArgumentException: Document base example

BugRat Report #309 has been filed.

2000-10-26 Thread BugRat Mail System
Bug report #309 has just been filed. You can view the report at the following URL: REPORT #309 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: serio

javac.jar

2000-10-26 Thread Matthew A. Overlund
Hi, I am developing a web application. I would like to distribute Tomcat with a private JRE and the javac.jar file from the jakarta-tools downlowd along with my application, preconfigured, to take the most work off the user as possible. However I can't find any license information for the javac.