> -Original Message-
> From: Caldarale, Charles R [mailto:[EMAIL PROTECTED]
> Subject: RE: Class not found exception help in 6.0.10?
>
> > From: Edmund Mitchell [mailto:[EMAIL PROTECTED]
> > Subject: RE: Class not found exception help in 6.0.10?
> >
>
> -Original Message-
> From: Caldarale, Charles R [mailto:[EMAIL PROTECTED]
> Subject: RE: Class not found exception help in 6.0.10?
>
> > From: Edmund Mitchell [mailto:[EMAIL PROTECTED]
> > Subject: RE: Class not found exception help in 6.0.10?
> >
&g
> -Original Message-
> From: Caldarale, Charles R [mailto:[EMAIL PROTECTED]
> Subject: RE: Class not found exception help in 6.0.10?
>
> > From: Edmund Mitchell [mailto:[EMAIL PROTECTED]
> > Subject: RE: Class not found exception help in 6.0.10?
> >
>
Thanks for your reply, Chuck.
> -Original Message-
> From: Caldarale, Charles R [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, December 05, 2007 10:42 AM
> To: Tomcat Users List
> Subject: RE: Class not found exception help in 6.0.10?
>
> > From: Edmund Mitchell
Read the excellent FAQ, and well as the classloader how-to for Tomcat 6.
We drop our simple webapp jar (just one) in $CATALINA_HOME/lib. Our class
that implements Filter is in that jar, and the app can't function without
that class -- it handles every request.
99.99% of the time, all is well, bu
Hello all,
For ridiculous reasons, I need to redirect some users from https port 8443
-> http port . Hoping to do it without any code, which would force us
to go through a longer qa cycle, hence the "config file only".
Seemed simple, but I can't get it to work. We're no longer using https,