Re: JasperException: The value for the useBean class ___ attribute is invalid

2012-04-19 Thread Pid *
On 19 Apr 2012, at 01:12, Konstantin Kolinko knst.koli...@gmail.com wrote: 2012/4/19 Chris Patterson tom...@vittox.com: Dear Konstantin, thanks for asking, I will try to answer your questions My experience level is relative, idea is to spend less time sharing your experience. I have

Re: JasperException: The value for the useBean class ___ attribute is invalid

2012-04-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris, On 4/18/12 7:36 PM, Chris Patterson wrote: Differences are: Local host has Tomcat 6.x, VPS server has Tomcat 5.3.35 Local host has Java 1.6.0_22 / OpenJDK 64-Bit, VPS server has Java 1.6.0_29 / Java Hotspot 64-Bit I checked following

Re: JasperException: The value for the useBean class ___ attribute is invalid

2012-04-19 Thread Chris Patterson
Thanks for your Hints. Today I deployed the same execise (Test-03) onto the localhost at the VPS server having Tomcat 5.3.35 running. So it works like the localhost running Tomcat 6.x. It is the same procedure: - Deploying WAR - Stop and Start - Confirming that www.domain.com/Test-03/prg1.jsp

RE: JasperException: The value for the useBean class ___ attribute is invalid

2012-04-19 Thread Caldarale, Charles R
From: Chris Patterson [mailto:tom...@vittox.com] Subject: Re: JasperException: The value for the useBean class ___ attribute is invalid So configuration actually is as follows: Host name=server.com appBase=/home/server/public_html Aliaswww.server.com/Alias If you only have one Host, no

Re: JasperException: The value for the useBean class ___ attribute is invalid

2012-04-19 Thread Chris Patterson
I solved my proble in the following way: Renamed Test-03 to ROOT.war Deleted the /WEB-INF folder in the appBase directory AND all other JSPs (inluding sub-directories) Changed the server.xml file deleting the following context element: Context path= reloadable=true

RE: JasperException: The value for the useBean class ___ attribute is invalid

2012-04-19 Thread Caldarale, Charles R
From: Chris Patterson [mailto:tom...@vittox.com] Subject: Re: JasperException: The value for the useBean class ___ attribute is invalid Renamed Test-03 to ROOT.war Deleted the /WEB-INF folder in the appBase directory AND all other JSPs (inluding sub-directories) Changed the server.xml

Re: JasperException: The value for the useBean class ___ attribute is invalid

2012-04-18 Thread Pid
On 17/04/2012 17:29, Chris Patterson wrote: Hello, pls help with the following issue: My JSP calls a Java Bean and works OK for both versions, Tomcat 5.5 and Tomcat 7.1 Cool! Where did you get v7.1 from? I've been waiting for that release. On the other hand, you could tell us exactly which

Re: JasperException: The value for the useBean class ___ attribute is invalid

2012-04-18 Thread Chris Patterson
More on this, now I think it is some configuration issue for the tomcat server: I am using eclipse to check both JSP files, and they work without any problems in my PC. When deploying to Tomcat 5.5.35 to a sub-directory like de project name they also work fine. For example at

Re: JasperException: The value for the useBean class ___ attribute is invalid

2012-04-18 Thread Konstantin Kolinko
2012/4/18 Chris Patterson tom...@vittox.com: More on this, now I think it is some configuration issue for the tomcat server: I am using eclipse to check both JSP files, and they work without any problems in my PC. When deploying to Tomcat 5.5.35 to a sub-directory like de project name they

Re: JasperException: The value for the useBean class ___ attribute is invalid

2012-04-18 Thread Pid
On 18/04/2012 18:02, Chris Patterson wrote: Is this like a BUG ? Doubt it. Or perhaps something about the Java version ? s/Java/Developer/g p -- [key:62590808] signature.asc Description: OpenPGP digital signature

Re: JasperException: The value for the useBean class ___ attribute is invalid

2012-04-18 Thread Pid
On 18/04/2012 21:02, Pid wrote: On 18/04/2012 18:02, Chris Patterson wrote: Is this like a BUG ? Doubt it. Or perhaps something about the Java version ? s/Java/Developer/g That was rude. Retracted, with apologies. p -- [key:62590808] signature.asc Description: OpenPGP

Re: JasperException: The value for the useBean class ___ attribute is invalid

2012-04-18 Thread Chris Patterson
Dear Konstantin, thanks for asking, I will try to answer your questions My experience level is relative, idea is to spend less time sharing your experience. I have installed Tomcat servers for many years mostly on Unix/Linux, and allready have a CentOS 5.6 with Tomcat 6.x (default) on a local

Re: JasperException: The value for the useBean class ___ attribute is invalid

2012-04-18 Thread Konstantin Kolinko
2012/4/19 Chris Patterson tom...@vittox.com: Dear Konstantin, thanks for asking, I will try to answer your questions My experience level is relative, idea is to spend less time sharing your experience. I have installed Tomcat servers for many years mostly on Unix/Linux, and allready have a