I'd suggest rebuilding your appliation against java 5, and also running your tomcat 
with the java 5 JDK as well. Make sure that everything is happy at that level.

Ta
Matt

-----Original Message-----
From: Omar Adobati [mailto:[EMAIL PROTECTED]
Sent: 04 October 2004 13:44
To: John Najarian; Tomcat Users List
Subject: Re: Tomcat Compiling Error - Form Based Authentication


I have to give u a bad news.
What i said yesterday night was wrong.
I have the same error also putting tools.jar (the JDK 1.5 ones)...
so I'm in trouble again!

Omar

----- Original Message ----- 
From: "John Najarian" <[EMAIL PROTECTED]>
To: "'Omar Adobati'" <[EMAIL PROTECTED]>
Sent: Sunday, October 03, 2004 9:53 PM
Subject: RE: Tomcat Compiling Error - Form Based Authentication


Hi Omar,

  You should install the entire new JDK.  Having 1 jar file from 1 version
of the JDK and all the other JAR files from another version could cause a
lot of problems.  I'd be surprised if it doesn't.

   Also, to avoid this problem and similar ones from happening you should
install the same version of Tomcat on the Linux box also.

   Developing on 1 box and trying to deploy on another box running different
versions of Tomcat & the JDK is NOT advisable.

   Let me know what you do.  I'm interested.

John

-----Original Message-----
From: Omar Adobati [mailto:[EMAIL PROTECTED]
Sent: Sunday, October 03, 2004 12:39 PM
To: John Najarian
Subject: Re: Tomcat Compiling Error - Form Based Authentication

Exactly...just replace the old tools.jar with the new one!
I'm so happy.... It was drive me crazy!


----- Original Message ----- 
From: "John Najarian" <[EMAIL PROTECTED]>
To: "'Omar Adobati'" <[EMAIL PROTECTED]>
Sent: Sunday, October 03, 2004 9:31 PM
Subject: RE: Tomcat Compiling Error - Form Based Authentication


YEEE HAAAAA!

Good for you & glad I could help.

So you didn't have to install the new jdk but used the tools.jar from the
new jdk?

I'd install the entire 1.5 JDK.  Compiling and running other things may
cause similar problems to what you just had occur.

-----Original Message-----
From: Omar Adobati [mailto:[EMAIL PROTECTED]
Sent: Sunday, October 03, 2004 12:22 PM
To: Tomcat Users List
Subject: Re: Tomcat Compiling Error - Form Based Authentication

WOW, it works!
I have tried to upload the JDK 1.5.0 tools.jar into
$Tomcat-home$\commons\lib and all works!
Thankyou very much for help and yur time!

regards

Omar (Italian happy guy!)


----- Original Message ----- 
From: "Omar Adobati" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Sunday, October 03, 2004 9:11 PM
Subject: Re: Tomcat Compiling Error - Form Based Authentication


>I hope you've right.
> Tomorrow i'll do it and write here if it works...
>
> thx a lot
>
> ----- Original Message ----- 
> From: "John Najarian" <[EMAIL PROTECTED]>
> To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
> Sent: Sunday, October 03, 2004 9:07 PM
> Subject: RE: Tomcat Compiling Error - Form Based Authentication
>
>
> Omar, this may be the problem & my hunch is that it is.  You've built &
> run
> code against never version of tomcat, jdk, jre... It could be there is 1
> or
> more things that work/compile... with these newer versions that aren't
> backward compatible.  It maybe the tools.jar files aren't compatible.
>
> If you can get jdk 1.5 and tomcat 5.28 for Linux download, install them
> and
> rebuild your app.
>
> -----Original Message-----
> From: Omar Adobati [mailto:[EMAIL PROTECTED]
> Sent: Sunday, October 03, 2004 11:50 AM
> To: Tomcat Users List
> Subject: Re: Tomcat Compiling Error - Form Based Authentication
>
> On the windows box I'm using:
> - Tomcat 5.0.28
> - JDK & jre: 1.5.0 beta
>
> every help is wellcome!
>
> ----- Original Message ----- 
> From: "John Najarian" <[EMAIL PROTECTED]>
> To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
> Sent: Sunday, October 03, 2004 8:45 PM
> Subject: RE: Tomcat Compiling Error - Form Based Authentication
>
>
> You're still using the app on a Windows XP machine right?
> What version of Tomcat, jdk & jre are on that box?
>
> You may want to upgrade the jre/plugin to 1.4.2_05.  I'm not sure if this
> will fix your problem but it won't hurt or take much time.
>
> -----Original Message-----
> From: Omar Adobati [mailto:[EMAIL PROTECTED]
> Sent: Sunday, October 03, 2004 11:25 AM
> To: Tomcat Users List
> Subject: Re: Tomcat Compiling Error - Form Based Authentication
>
> Tomcat: 5.0.18
> JDK & jre: 1.4.2
> O.S.: Linux
>
> ther's anything wrong?
>
> ----- Original Message ----- 
> From: "John Najarian" <[EMAIL PROTECTED]>
> To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
> Sent: Sunday, October 03, 2004 8:07 PM
> Subject: RE: Tomcat Compiling Error - Form Based Authentication
>
>
> This may be an 'out there' question for your problem but which versions
> Of Tomcat, jdk & jre are you using?  I could be that you've got a
> mismatch.
>
> -----Original Message-----
> From: Omar Adobati [mailto:[EMAIL PROTECTED]
> Sent: Sunday, October 03, 2004 10:24 AM
> To: Tomcat Users List
> Subject: Re: Tomcat Compiling Error - Form Based Authentication
>
> I don't think it was a permission problem on the webapps application
> 'couse
> all other still work good and have the same permissions settings as this
> one
>
> that gives troubles.
>
> This is the permission on tools.jar,  I think it's all ok...
> -rwxr--r--    1 root     root      5092901 ott  3 16:47 tools.jar
>
> Tomcat version I'm using is the 5.0.18
>
> Hope this help you to help me in solving this trouble!
>
>
> ----- Original Message ----- 
> From: "Dale, Matt" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <[EMAIL PROTECTED]>
> Sent: Sunday, October 03, 2004 7:07 PM
> Subject: RE: Tomcat Compiling Error - Form Based Authentication
>
>
>
> I've run out of ideas but could this be a permissions problem? Either on
> the
>
> tools.jar or on the work directory for the webapp?
>
> Which version of tomcat are you running?
>
> -----Original Message-----
> From: Omar Adobati [mailto:[EMAIL PROTECTED]
> Sent: 03 October 2004 16:35
> To: Tomcat Users List
> Subject: Tomcat Compiling Error - Form Based Authentication
>
>
> Sorry Matt,
> the log was changeing. Now it show just this instead off the error that
> cant
> compile... why?
> I'm still usinf form-based authentication and the webapp in a localmachine
> with WinXP + Tomcat worls good but gives this problem on a server with
> Linux
> RH plus Tomcat.
>
> (Tomcat is the same on thae Linux machine and on the Win one)
>
> ===
>
> 3-ott-2004 17.30.19 org.apache.catalina.authenticator.FormAuthenticator
> authenticate
> AVVERTENZA: Unexpected error forwarding to login page
> org.apache.jasper.JasperException: Unable to load class for JSP
>        at
>
org.apache.jasper.JspCompilationContext.load(JspCompilationContext.java:584)
>        at
>
org.apache.jasper.servlet.JspServletWrapper.getServlet(JspServletWrapper.jav
> a:177)
>        at
>
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:2
> 96)
>        at
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)
>        at
> org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)
>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
>        at
>
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
> FilterChain.java:284)
>        at
>
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
> ain.java:204)
>        at
>
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.
> java:742)
>        at
>
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDis
> patcher.java:506)
>        at
>
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatch
> er.java:443)
>        at
>
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher
> .java:359)
>        at
>
org.apache.catalina.authenticator.FormAuthenticator.authenticate(FormAuthent
> icator.java:259)
>        at
>
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase
> .java:551)
>        at
>
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex
> t.java:149)
>        at
> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:578)
>        at
>
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex
> t.java:149)
>        at
>
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:564)
>        at
>
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:195
> )
>        at
>
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex
> t.java:151)
>        at
>
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:164
> )
>        at
>
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex
> t.java:149)
>        at
>
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:564)
>        at
>
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
> :156)
>        at
>
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContex
> t.java:151)
>        at
>
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:564)
>        at
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:972)
>        at
> org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:206)
>        at
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828)
>        at
>
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConne
> ction(Http11Protocol.java:700)
>        at
> org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584)
>        at
>
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
> a:683)
>        at java.lang.Thread.run(Thread.java:534)
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
>
----------------------------------------------------------------------------
> ----
>
>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Any opinions expressed in this E-mail may be those of the individual and not 
necessarily the company. This E-mail and any files transmitted with it are 
confidential and solely for the use of the intended recipient. If you are not the 
intended recipient or the person responsible for delivering to the intended recipient, 
be advised that you have received this E-mail in error and that any use or copying is 
strictly prohibited. If you have received this E-mail in error please notify the 
beCogent postmaster at [EMAIL PROTECTED]
Unless expressly stated, opinions in this email are those of the individual sender and 
not beCogent Ltd. You must take full responsibility for virus checking this email and 
any attachments.
Please note that the content of this email or any of its attachments may contain data 
that falls within the scope of the Data Protection Acts and that you must ensure that 
any handling or processing of such data by you is fully compliant with the terms and 
provisions of the Data Protection Act 1984 and 1998.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to