Hi! I've successfully set up Tomcat 3.3.1 with the redirect in less that 2 minutes but I am having much more trouble with 4.0.3.
I've followed the directions to a T at http://www.vacodi.com/howto/tomcat/iisnt/index.html (which are great BTW) but when I hit tomcat at port 80 I get this error: java.lang.NoSuchMethodError: org.apache.tomcat.util.http.BaseRequest.authorizati on()Lorg/apache/tomcat/util/buf/MessageBytes; at org.apache.ajp.tomcat4.Ajp13Request.setAjpRequest(Ajp13Request.java:1 21) at org.apache.ajp.tomcat4.Ajp13Processor.process(Ajp13Processor.java:417 ) at org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:495) at java.lang.Thread.run(Thread.java:536) I can't seem to figure out why. It works fine on the 8001 port that Tomcat uses. Is this a classpath error? Which version of isapi_redirect.dll do I need to use? The one with tomcat version 4.0.3 or will the 3.3.1 worK? Also is there an issue with J2SDK 1.4 and Tomcat 4.0.3? It seemed to have crashed with that so I rolled back a jdk. Thanks! -Matt ===== ------------------------ int myName() { cout << "-Matt Fury \n"; return 0; } ------------------------ __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
