Question about compiling the servlets.

2000-10-25 Thread Milan Kuchtiak
I am partly working on Tomcat integration into Forte4j IDE. Could anybody tell me how the servlets are compiled into classes. I supose that not JDK javac compiler is used. Thank You Milan -- Sun Microsystems Czech s.r.o. Evropská 33E 160 00 Praha 6 - Dejvice Tel.: +420-2-3300-9117 Fax.: +

Re: Question about compiling the servlets.

2000-10-25 Thread Craig R. McClanahan
Milan Kuchtiak wrote: > I am partly working on Tomcat integration into Forte4j IDE. > > Could anybody tell me how the servlets are compiled into classes. > > I supose that not JDK javac compiler is used. > In general, the JDK compiler is probably used by most people, although any Java compiler s

SSL-keytool problem..

2000-10-25 Thread nell
Hi, I am failing to generate the KeyStore. I am trying with Tomcat3.2. The following error, I am getting. C:\>keytool -genkey -alias tomcat -keyalg RSA Enter keystore password: changeit keytool error: java.security.NoSuchAlgorithmException: RSA KeyPairGenerator not available Any help would

BugRat Report #306 has been filed.

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

BugRat Report #307 has been filed.

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

3.2b6 build fails ?!?!

2000-10-25 Thread Nick Bauman
Er, sorry this is probably a stupid question, but why is this not working for me? [jakarta-tomcat]$ ./build.sh Buildfile: build.xml init: prepare: [copydir] Copying 5 files to /home/nick/apache_1.3.14/build/tomcat/bin tomcat: [javac] Compiling 1 source files to /home/nick/apache_1.3.14/

BugRat Report #308 has been filed.

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

BugRat Report #308 was closed (apparently by: Nick Bauman)

2000-10-25 Thread BugRat Mail System
Report #308 was closed by Person #0 Synopsis: ignore (logged in as: Nick Bauman) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: 3.2b6 build fails ?!?!

2000-10-25 Thread Casper Gjerris
From: "Nick Bauman" <[EMAIL PROTECTED]> > Er, sorry this is probably a stupid question, but why is this not working > for me? ... tomcat/src/share/org/apache/tomcat/core/ContextManager.java:335: Method > setProperty(java.lang.String, java.lang.String) not found in class > java.lang.System. > [

[Patch] Another update for FileUtil.java

2000-10-25 Thread Mike Anderson
I found another problem on NetWare with path handling, particularly with JSP's. It seems that in some cases, we were getting multiple "\\" characters in the path and they weren't being parsed out correctly on NetWare with the 1.2 Beta JVM. This patch addresses that problem and only affects th