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

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: debug="1"/> Still have the context element for the manage

Re: dbcp datasource encryption

2012-04-19 Thread Mark Eggers
- Original Message - > From: 이재만 > To: Tomcat Users List > Cc: > Sent: Thursday, April 19, 2012 4:37 PM > Subject: Re: dbcp datasource encryption > >t hanks.. > > > > i want to encrypt password and database in my element. > > please give me a some imformation about it. >

Re: catalina.out file is growing very rapidly! How to prevent Hibernate's INFO and DEBUG statements from getting added to catalina.out file?

2012-04-19 Thread Dilip Shah
Hi Konstantin, According to http://www.mulesoft.com/tomcat-logging , to make sure my Log4j configuration is complete, I should have tomcat-juli.jar and tomcat-juli-adapters.jar files in $CATALINA_HOME/bin/ whereas, I have just the default tomcat-juli.jar that comes with Tomcat. I tried to get

Re: dbcp datasource encryption

2012-04-19 Thread 이재만
thanks.. i want to encrypt password and database in my element. please give me a some imformation about it. -Original Message- From: "Christopher Schultz" To: "Tomcat Users List"; Cc: Sent: 2012-04-20 (금) 01:14:5

Re: catalina.out file is growing very rapidly! How to prevent Hibernate's INFO and DEBUG statements from getting added to catalina.out file?

2012-04-19 Thread Dilip Shah
Hi Konstantin, I went through all 105 jar files (between common/lib and the application's WEB-INF/lib) and didn't find any of the jar having log4j.properties or log4j.xml at the root. This is just some additional information. Dilip -- From: "

Re: catalina.out file is growing very rapidly! How to prevent Hibernate's INFO and DEBUG statements from getting added to catalina.out file?

2012-04-19 Thread Dilip Shah
Hi Konstantin, I checked all the jar files I added to common/lib and none of them have log4j.properties file at the root location. I get your suggestion on putting application specific jar files in the application's WEB-INF/lib folder... I'll go ahead and take care of it. The application's

Re: tomcat maven plugin deploy to multiple tomcat instances...

2012-04-19 Thread Olivier Lamy
Do that work adding in the section: deploy ? 2012/4/19 Jeff : > (Didn't see a specific mailing list for the tomcat-maven-plugin...) > > I finally got the 2.0-SNAPSHOT version of the tomcat6-maven-plugin working > against a single server, but wondered how I could configure it to push to > mu

Re: catalina.out file is growing very rapidly! How to prevent Hibernate's INFO and DEBUG statements from getting added to catalina.out file?

2012-04-19 Thread Konstantin Kolinko
2012/4/20 Dilip Shah : > Hi Konstantin, > > Thanks for the reply! > > To answer your questions... > * Tomcat version info: > Server version: Apache Tomcat/5.5.28 > Server built:   Jul 24 2009 01:33:09 > Server number:  5.5.28.0 > OS Name:        Linux > OS Version:     2.6.18-53.el5 > Architecture:

Re: my website is not opening after installing CA certificate successfully

2012-04-19 Thread Konstantin Kolinko
2012/4/19 Neeraj Sood : > C:\Users\neeraj.sood>keytool -list > Enter keystore password: > > Keystore type: JKS > Keystore provider: SUN > > Your keystore contains 2 entries > > rilrootca, 19 Apr, 2012, trustedCertEntry, > Certificate fingerprint (SHA1): > 99:67:6B:C9:B8:90:C1:F0:14:53:36:E3:C7:ED:0

Re: Classpath issues with Embedded Tomcat 7

2012-04-19 Thread Konstantin Kolinko
2012/4/20 Caldarale, Charles R : >> From: Adam Gordon [mailto:adam.n.gor...@gmail.com] >> Subject: Re: Classpath issues with Embedded Tomcat 7 > >> it's creating tomcat.9090 in the same directory as my >> web application. > > That looks like the pid file used for shutting down Tomcat via scripts.  

Re: catalina.out file is growing very rapidly! How to prevent Hibernate's INFO and DEBUG statements from getting added to catalina.out file?

2012-04-19 Thread Dilip Shah
Hi Konstantin, Thanks for the reply! To answer your questions... * Tomcat version info: Server version: Apache Tomcat/5.5.28 Server built: Jul 24 2009 01:33:09 Server number: 5.5.28.0 OS Name:Linux OS Version: 2.6.18-53.el5 Architecture: i386 JVM Version:1.6.0_23-ea-b01 * S

RE: Classpath issues with Embedded Tomcat 7

2012-04-19 Thread Caldarale, Charles R
> From: Adam Gordon [mailto:adam.n.gor...@gmail.com] > Subject: Re: Classpath issues with Embedded Tomcat 7 > it's creating tomcat.9090 in the same directory as my > web application. That looks like the pid file used for shutting down Tomcat via scripts. I don't think that has anything to do w

Re: Classpath issues with Embedded Tomcat 7

2012-04-19 Thread Adam Gordon
On Thu, Apr 19, 2012 at 15:11, Caldarale, Charles R wrote: >> the docs say Tomcat provides a sensible default for a temp >> dir which is why I didn't set one. > > That's true when Tomcat is run as a normal server, but for embedded, it will > use whatever the JVM decides to set for the system pro

RE: Classpath issues with Embedded Tomcat 7

2012-04-19 Thread Caldarale, Charles R
> From: Adam Gordon [mailto:adam.n.gor...@gmail.com] > Subject: Re: Classpath issues with Embedded Tomcat 7 > the docs say Tomcat provides a sensible default for a temp > dir which is why I didn't set one. That's true when Tomcat is run as a normal server, but for embedded, it will use whatever

Re: Classpath issues with Embedded Tomcat 7

2012-04-19 Thread Adam Gordon
Chris- > If this is an update, why not reply to your original thread? It's > difficult to keep everything in context when you start a new thread. I got in trouble for using Nabble and my original message never posted, just the update.  Since I wasn't sure how to handle or correct it all I just cr

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: > > www.server.com If you only have one , no is needed. > > docBase="/usr/local/jakarta/t

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: web.xml and schema location

2012-04-19 Thread Pid *
On 18 Apr 2012, at 16:55, Mark Claassen wrote: >> 1. Do you have validation enabled? >> E.g. with >> org.apache.catalina.STRICT_SERVLET_COMPLIANCE=true > > I don't think so (but that was a long time ago). Anyway, I am glad to know > that the default config does not try to contact anything > and

Re: my website is not opening after installing CA certificate successfully

2012-04-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Neeraj, On 4/19/12 5:30 AM, Neeraj Sood wrote: > C:\Users\neeraj.sood>keytool -list Enter keystore password: > > Keystore type: JKS Keystore provider: SUN > > Your keystore contains 2 entries > > rilrootca, 19 Apr, 2012, trustedCertEntry, Certifica

Re: Classpath issues with Embedded Tomcat 7

2012-04-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Adam, On 4/19/12 1:46 PM, Adam Gordon wrote: > UPDATE: If this is an update, why not reply to your original thread? It's difficult to keep everything in context when you start a new thread. > By adding all my jars in WEB-INF/lib to my launch command

Re: Issue in tomcat 6.0.26

2012-04-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 4/19/12 1:44 PM, Caldarale, Charles R wrote: >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Subject: Re: Issue in tomcat 6.0.26 > >>> Kindly provide the solution. > >> Briefly: don't call getOutputStream more than o

Classpath issues with Embedded Tomcat 7

2012-04-19 Thread Adam Gordon
UPDATE: By adding all my jars in WEB-INF/lib to my launch command classpath, I can get the embedded server to run, but this does not seem correct as then what would be the point of WEB-INF/lib? --- I've been unable to find any decent documentation on how to use Em

RE: Issue in tomcat 6.0.26

2012-04-19 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Issue in tomcat 6.0.26 > > Kindly provide the solution. > Briefly: don't call getOutputStream more than once ;) Actually, I think it's don't call _both_ getOutputStream() and getWriter() for the same request. Pic

Re: In webapp, sending multipart email with Javamail : noname attachment instead of message

2012-04-19 Thread Jacques Desodt
Hi Konstantin, Good news, your solution is GREAT. I looked at the libraries, and I saw geronimo-javamail_1.4_spec-1.7.1.jar in the Tomcat lib folder (installed with CXF). Removing it, everything works fine ! Thanks a lot, Best regards, Jacques ...and i'm using Tomcat 6.0.33 for this app :) 2

Re: Classpath issues with Embedded Tomcat 7

2012-04-19 Thread Konstantin Kolinko
2012/4/19 icfantv : > UPDATE: > > Adding ALL my WEB-INF/lib jars to my launch command classpath causes the web > application to start, but I'm not sure this is correct.  If it is, what's > the point of the WEB-INF/lib directory? > > Anyone have any thoughts here? > Subscribe to the Mailing list pr

Re: catalina.out file is growing very rapidly! How to prevent Hibernate's INFO and DEBUG statements from getting added to catalina.out file?

2012-04-19 Thread Konstantin Kolinko
2012/4/19 Dilip Shah : > My Java application (Spring, Hibernate, MySQL) is running in Tomcat 5.5 What version of 5.5.x ? > > After the last set of changes to my application, Tomcat's catalina.out file > is growing very rapidly. With each query it adds a few MBs of INFO and DEBUG > statements to

Re: 64bit windows mod_jk connector download for apache httpd 2.4

2012-04-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris, On 4/19/12 9:32 AM, chris derham wrote: > On Wed, Apr 18, 2012 at 5:07 PM, Mladen Turk > wrote: >> On 04/18/2012 02:00 PM, chris derham wrote: >> >>> All, >>> >>> Our setup has apache tomcat running behind apache httpd using >>> mod_jk. I wo

Re: Classpath issues with Embedded Tomcat 7

2012-04-19 Thread icfantv
UPDATE: Adding ALL my WEB-INF/lib jars to my launch command classpath causes the web application to start, but I'm not sure this is correct. If it is, what's the point of the WEB-INF/lib directory? Anyone have any thoughts here? -- View this message in context: http://tomcat.10.n6.nabble.com/C

catalina.out file is growing very rapidly! How to prevent Hibernate's INFO and DEBUG statements from getting added to catalina.out file?

2012-04-19 Thread Dilip Shah
My Java application (Spring, Hibernate, MySQL) is running in Tomcat 5.5 After the last set of changes to my application, Tomcat's catalina.out file is growing very rapidly. With each query it adds a few MBs of INFO and DEBUG statements to the file. The log file has very large number of INFO and

Re: Issue in tomcat 6.0.26

2012-04-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Amol, On 4/19/12 5:32 AM, Amol Puglia wrote: > Hello Team, > > We are getting following error in tomcat. Apr 19, 2012 11:10:13 AM > org.apache.catalina.core.StandardWrapperValve invoke SEVERE: > Servlet.service() for servlet jsp threw exception > ja

Re: parallel deployment activation of new version

2012-04-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christoph, On 4/19/12 2:34 AM, Christoph Maser wrote: > Well the idea is to have additional saftey measures that check if > the webapp is in the desired state after the context is started. > This is done by sending queries against the webapp for stand

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: dbcp datasource encryption

2012-04-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 이재만, On 4/19/12 2:07 AM, 이재만 wrote: > i am operating website on tomcat6 and tomcat7 > > and i used dbcp as datasource on tomcat7 so i want to encrypt dbcp > datasource > > how do i encrypt my dbcp datasource .. plase give me some > samples.. thanks

Re: 64bit windows mod_jk connector download for apache httpd 2.4

2012-04-19 Thread chris derham
On Wed, Apr 18, 2012 at 5:07 PM, Mladen Turk wrote: > On 04/18/2012 02:00 PM, chris derham wrote: > >> All, >> >> Our setup has apache tomcat running behind apache httpd using mod_jk. I >> would like to upgrade to apache 2.4, but for this I need to find a 64bit >> mod_jk release for httpd 2.4. Th

my website is not opening after installing CA certificate successfully

2012-04-19 Thread Neeraj Sood
C:\Users\neeraj.sood>keytool -list Enter keystore password: Keystore type: JKS Keystore provider: SUN Your keystore contains 2 entries rilrootca, 19 Apr, 2012, trustedCertEntry, Certificate fingerprint (SHA1): 99:67:6B:C9:B8:90:C1:F0:14:53:36:E3:C7:ED:05:9E: 61:DC:16:A2 rilca, 19 Apr, 2012, tru

Issue in tomcat 6.0.26

2012-04-19 Thread Amol Puglia
Hello Team, We are getting following error in tomcat. Apr 19, 2012 11:10:13 AM org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet jsp threw exception java.lang.IllegalStateException: getOutputStream() has already been called for this response at org.apache

RE: PLZ help: i've issue with SSL TOMCAT

2012-04-19 Thread amine20
Hi, i fixed the problem with SSL-TOMCAT6, yes the first cause is that the permissions on the file don't allow the Tomcat user to load the keystore file [as you see to me ( i'll give youhaz burger) :) ]. but the second & big cause is that keystool generate a "gkr" kind of format while it must b

Re: parallel deployment activation of new version

2012-04-19 Thread Pid *
On 19 Apr 2012, at 08:07, "ma...@apache.org" wrote: > Christoph Maser wrote: > >> Am Donnerstag, den 12.04.2012, 14:02 +0100 schrieb ma...@apache.org: >>> Christoph Maser wrote: >>> Do you see any chance a request for feature in that direction would >> be accpeted? >>> >>> Right now,

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 wrote: > 2012/4/19 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 ye

RE: Availability of a resource in a realm

2012-04-19 Thread Osipov, Michael
Konstantin Kolinko wrote: > 2012/4/18 Osipov, Michael : >> Konstantin Kolinko wrote: >>> 2012/4/17 Osipov, Michael : Hi folks, I have a resource declared in my context.xml (not a resource link). I want to retrieve that resource as soon as possible in my realm. I tried star

RE: dbcp datasource encryption

2012-04-19 Thread Osipov, Michael
이재만 wrote: > and i used dbcp as datasource on tomcat7 so i want to encrypt dbcp > datasource > > how do i encrypt my dbcp datasource .. plase give me some samples.. > thanks. This should probably go to the DBCP pool but you should evaluate SSL with your database. With best regards, Michael O

Re: parallel deployment activation of new version

2012-04-19 Thread markt
Christoph Maser wrote: >Am Donnerstag, den 12.04.2012, 14:02 +0100 schrieb ma...@apache.org: >> Christoph Maser wrote: >> >> >Do you see any chance a request for feature in that direction would >be >> >accpeted? >> >> Right now, no. I don't see a requirement that isn't met by the >existing imp