> -----Original Message----- > From: Dave [mailto:[email protected]] > Sent: Monday, June 20, 2011 1:51 PM > To: [email protected] > Subject: Re: Comment authentication problem > > On Mon, Jun 20, 2011 at 3:29 AM, Scappatura Rocco > <[email protected]> wrote: > >> -----Original Message----- > >> From: Dave [mailto:[email protected]] > >> Sent: Thursday, June 16, 2011 4:16 PM > >> To: [email protected] > >> Subject: Re: Comment authentication problem > >> > >> Can you send the list of import statements at the start of your class, > >> or the whole class. > > > > import java.util.ResourceBundle; > > import javax.servlet.http.HttpServletRequest; > > import javax.servlet.http.HttpSession; > > import org.apache.commons.logging.Log; > > import org.apache.commons.logging.LogFactory; > > I don't see any org.apache.roller packages there. > > What is the package name of the class your are defining?
package org.rocsca.MathCommentAuthenticator; then I used to tar the tree with this command: jar cvf rocsca.jar org\rocsca\MathCommentAuthenticator.class and puut the resulting .jar in the class dir in WEB-INF dir. rocsca > - Dave
