Using JIKES?

2002-10-30 Thread Dustin Brown
~~apologize in advance for the newbie question~~ I am running TC 4.1 on WIN2K. I have configured the box to run TC as a service. I am wanting to run JIKES as the JSP compiler so I have changed out the parameters in the config files and followed the directions in the documentation. I still

Re: Using JIKES?

2002-10-30 Thread Ian Darwin
I am wanting to run JIKES as the JSP compiler so I have changed out the parameters in the config files and followed the directions in the documentation. I still have a sneaking suspicion that JIKES is not compiling my JSP files. I believe that I should be seeing the jikes.exe appear as a

RE: [tomcat 4] using jikes to compile jsp's

2001-08-08 Thread Kevin Seguin
it is in WebappLoader.setClassPath(). the other is in JikesJavaCompiler.setClasspath(). attached are the diffs. does anyone have an opinion and/or care about this? tia for any input :) -kevin. has anybody tried using jikes to compile jsp's with tomcat 4 on windows recently? i have. it barfed

[tomcat 4] using jikes to compile jsp's

2001-08-07 Thread Kevin Seguin
has anybody tried using jikes to compile jsp's with tomcat 4 on windows recently? i have. it barfed :) basically what's happening is the classpath is getting messed up. more specifically, the entry in the classpath that points at WEB-INF/classes/ is getting messed up. the classpath ends up

RE: Using Jikes instead of JavaC with Tomcat/Jasper

2001-03-21 Thread Larry Isaacs
Yair Zadik [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 5:44 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Using Jikes instead of JavaC with Tomcat/Jasper I've been trying to get Tomcat to use Jikes instead of javac as its Java compiler for JSP pages. All the inform