---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- Small, silly question: I want to use the Xerces framework. Would like to use a SAX Parser. I include in my classpath xerces.jar but I still get one error: SaxParser.java:3: Class org.xml.sax.ParserFactory not found in import. import org.xml.sax.ParserFactory; Where is the class ParserFactory? Thanks! Pat Brigger -----Original Message----- From: Tassilo Graf Pilati [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 28. Juni 2000 10:46 To: Java Apache Users Subject: Re: HOWTO always use URL rewritting insead of cookies forsessiontracking ---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- Thank you for the answer ! Regards, Tassilo Fernando Salazar wrote: > > ---------------------------------------------------------------- > BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> > WHEN YOU POST, include all relevant version numbers, log files, > and configuration files. Don't make us guess your problem!!! > ---------------------------------------------------------------- > > > Is is possible to turn off cooky support so that URL rewritting is > > always used for session tracking instead ? I know that cookies are > > always used, and url rewritting is used as a fallback for session > > tracking. > > However, I would like that cookies are never used for session tracking. > > In JRun this can be achieved by setting a property in one of the > > property files. > > I was wondering if this is possible when using jserv as well ? > > > > Use session.useCookies=false in your zone .properties file. You realize > that you need to call HttpServletResponse.encodeURL() everyplace you > want a re-written URL to appear, right? > > - Fernando > > -- > -------------------------------------------------------------- > Please read the FAQ! <http://java.apache.org/faq/> > To subscribe: [EMAIL PROTECTED] > To unsubscribe: [EMAIL PROTECTED] > Archives and Other: <http://java.apache.org/main/mail.html> > Problems?: [EMAIL PROTECTED] -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED] -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]