On Mon, Jun 13, 2011 at 7:32 PM, Rocco Scappatura <[email protected]> wrote: > On Gio, 9 Giugno 2011 19:09, Dave wrote: >> What is going wrong with your custom Servlet? Any error messages to share? > > Thank you Dave for you prompt answer and sorry for my delay. > > I try to modify the class MathCommentAuthenticator. I copied it into a new > class just as I ve done in the thread above. I have some difficulty to > compile the class: > >>c:\java\bin\javac -cp > "C:\Tomcat\webapps\roller\WEB-INF\lib\commons-logging-1.1.1.jar;C:\Tomcat\webapps\roller\WEB-INF\lib\roller-weblogger-web-5.0.0.jar;C:\Tomcat\common\lib\servlet-api.jar;C:\Tomcat\common\lib\jsp-api.jar" > MathCommentAuthenticator.java > > MathCommentAuthenticator.java:31: cannot find symbol > symbol: class CommentAuthenticator > public class MathCommentAuthenticator implements CommentAuthenticator {
I believe you will also need rollerweblogger-business-5.0.0.jar in your classpath. - Dave
