Re: Using Jikes with Tomcat 3.2 final

2000-12-09 Thread Zsolt Koppany
I'm not sure what you mean. How can be tomcat-3.2 final configure that it uses jikes? Zsolt Arun Katkere wrote: We ended up writing our own ContextInterceptor which looked up servlet named "jsp" and configured it to use jikes: public void contextInit(Context ctx) throws

RE: Using Jikes with Tomcat 3.2 final

2000-12-08 Thread Arun Katkere
We ended up writing our own ContextInterceptor which looked up servlet named "jsp" and configured it to use jikes: public void contextInit(Context ctx) throws TomcatException { if(ctx.getDebug() 0) { ctx.log("JikesContextInterceptor - init " + ctx.getPath() + " " +