Re: Has the servlet be compiled?

2001-06-19 Thread Neil Conway
On Wed, Jun 20, 2001 at 12:24:22AM +0200, [EMAIL PROTECTED] wrote: > I have to compile the servlet? > I ha a simple servlet (Hello world) > what I have to do: > -complie and put it (file.class) in appropriate directory Yes, compile it and put the bytecode in WEB-INF/classes > -or just put it (fi

Re: access log for Tomcat

2001-06-18 Thread Neil Conway
On Mon, Jun 18, 2001 at 07:08:51AM -0400, Randy Layman wrote: > There isn't a module for Tomcat that does this that I know of (and > nothing built into Tomcat, regardless of what Luba says), although it should > be fairly easy to do - you need to write a RequestInterceptor that just > logs,

Re: AJP12 or AJP13?

2001-06-18 Thread Neil Conway
On Tue, Jun 19, 2001 at 10:27:05AM +0900, [EMAIL PROTECTED] wrote: > I am new to tomcat. I am not sure which protocol should be set in my server.xml, > AJP12 or AJP13? How to know which protocol is supported in my box? You need AJP12 to shutdown Apache/Tomcat, but AJP13 is the better protocol f