Re: Tomcat 7.0.x, Windows 7 x64 professional - question

2012-08-07 Thread Tommy Pham
On Tue, Aug 7, 2012 at 7:58 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Ken, > > On 8/7/12 12:01 PM, Ken Alverson wrote: >> We are trying to get our application Microsoft certified. > > Forgive my ignorance, but what the heck does a "Microsoft certified > a

RE: ClassCastException org.apache.jasper.runtime.ELContextImpl cannot be cast to org.apache.jasper.el.ELContextImpl

2012-08-07 Thread Dale Ogilvie
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] >Again, that class is not a Tomcat class. As far as I can tell, that is party >of Jetty's JSP/EL implementation. >Anyway, if you start adding JARs from one container into another then all >sorts of things can and will go w

Re: TOMCAT with multiple sites (one on https, others on http)

2012-08-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin, On 8/7/12 1:12 PM, Martin Gainty wrote: > > INFO: Initializing Coyote AJP/1.3 on ajp-8009 >> 7-ago-2012 18.42.53 org.apache.coyote.http11.Http11AprProtocol >> init GRAVE: Error initializing endpoint java.lang.Exception: No >> Certificate file

Re: TOMCAT with multiple sites (one on https, others on http)

2012-08-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Massimo, On 8/7/12 12:52 PM, Massimo Chirivì - Ict Consultant wrote: > i HAVE CORRECT THIS ERROR, NOW IS OUT THE > > now the log files write: 7-ago-2012 18.42.52 > org.apache.catalina.core.AprLifecycleListener init INFO: Loaded APR > based Apache T

Re: Tomcat 7.0.x, Windows 7 x64 professional - question

2012-08-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ken, On 8/7/12 12:01 PM, Ken Alverson wrote: > We are trying to get our application Microsoft certified. Forgive my ignorance, but what the heck does a "Microsoft certified application" mean? > There are several test cases that involve adding digita

RE: tomcat-jdbc: correct way to create a new separated org.apache.tomcat.jdbc.pool.DataSource from another one

2012-08-07 Thread Martin Gainty
Germán Is there a reason why you would not use org.apache.commons.dbcp.datasources.SharedPoolDataSource from DBCP 1.4 http://commons.apache.org/dbcp/apidocs/index.html ? Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulic

tomcat-jdbc: correct way to create a new separated org.apache.tomcat.jdbc.pool.DataSource from another one

2012-08-07 Thread Germán Ferrari
Hello. I have an use case in which I would want to copy an `org.apache.tomcat.jdbc.pool.DataSource`, to have two disjoint connection pools, with some pool properties changed. My first thought was to do something like this: PoolProperties props = new PoolProperties(baseDataSource.getPoolPropertie

Re: TOMCAT with multiple sites (one on https, others on http)

2012-08-07 Thread Mark Eggers
Comments inline - see COMMENT On 8/7/2012 9:52 AM, Massimo Chirivì - Ict Consultant wrote: i HAVE CORRECT THIS ERROR, NOW IS OUT THE now the log files write: 7-ago-2012 18.42.52 org.apache.catalina.core.AprLifecycleListener init INFO: Loaded APR based Apache Tomcat Native library 1.

RE: TOMCAT with multiple sites (one on https, others on http)

2012-08-07 Thread Martin Gainty
INFO: Initializing Coyote AJP/1.3 on ajp-8009 > 7-ago-2012 18.42.53 org.apache.coyote.http11.Http11AprProtocol init > GRAVE: Error initializing endpoint > java.lang.Exception: No Certificate file specified client request on Port 8009 wont pass through *until* you get the Certificate from the sit

Re: TOMCAT with multiple sites (one on https, others on http)

2012-08-07 Thread Massimo Chirivì - Ict Consultant
i HAVE CORRECT THIS ERROR, NOW IS OUT THE now the log files write: 7-ago-2012 18.42.52 org.apache.catalina.core.AprLifecycleListener init INFO: Loaded APR based Apache Tomcat Native library 1.1.10. 7-ago-2012 18.42.52 org.apache.catalina.core.AprLifecycleListener init INFO: APR capabilities: IPv

Re: SSL Documentation Suggestion

2012-08-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, On 8/6/12 2:56 PM, David Landis wrote: > I have a suggestion after just going through the process of > configuring SSL using this link: > > http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html#Configuration > > I would recommend having com

Re: AjpNio Invalid message received on header

2012-08-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yasser, On 8/7/12 12:35 PM, Yasser wrote: > Sniffer on the network didn't find anything talking to the ajp > port, but there was traffic within the app server box. I changed > the port number and that got rid of the error. I will have to do > some cle

Re: [Tomcat 7] Why can't you use automatic deployment and exploded WAR when docBase is outside appBase?

2012-08-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miguel, On 8/6/12 3:26 PM, Miguel Almeida wrote: > Consider the following context file jamesbond.xml in > $CATALINA_BASE/conf/[engine_name]/[host_name]): > > debug="0" privileged="true"> type="java.lang.String" override="true"/> > > *1)* In Tomc

Re: AjpNio Invalid message received on header

2012-08-07 Thread Yasser
Sniffer on the network didn't find anything talking to the ajp port, but there was traffic within the app server box. I changed the port number and that got rid of the error. I will have to do some cleanup on the box. Thanks for your help Rainer. On Mon, Aug 6, 2012 at 6:05 PM, Rainer Jung wrot

Re: TOMCAT with multiple sites (one on https, others on http)

2012-08-07 Thread Terence M. Bandoian
On 1:59 PM, Massimo Chirivì - Ict Consultant wrote: What version of Tomcat are you using? 6.0.16 What *exactly* does 'not ok' mean? The https site is not responding Are there any errors in the log files? NO, I have Stop and Start TOMCAT, the log files Catalina.2012-08-07.txt is attach Can

Tomcat 7.0.x, Windows 7 x64 professional - question

2012-08-07 Thread Ken Alverson
We are trying to get our application Microsoft certified. There are several test cases that involve adding digital signatures, required manifest entries, etc. that do not currently exist for Tomcat exe's. I am just wondering if anyone else has run into trouble getting certified with Microsoft

Re: TOMCAT with multiple sites (one on https, others on http)

2012-08-07 Thread Massimo Chirivì - Ict Consultant
> What version of Tomcat are you using? 6.0.16 > > What *exactly* does 'not ok' mean? The https site is not responding > > Are there any errors in the log files? NO, I have Stop and Start TOMCAT, the log files Catalina.2012-08-07.txt is attach > > Can you describe the symptoms of the error? Wh

Re: TOMCAT with multiple sites (one on https, others on http)

2012-08-07 Thread Massimo Chirivì - Ict Consultant
> What version of Tomcat are you using? 6.0.16 > > What *exactly* does 'not ok' mean? The https site is not responding > > Are there any errors in the log files? NO, I have Stop and Start TOMCAT, the log files Catalina.2012-08-07.txt is attach > > Can you describe the symptoms of the error? Wh

Re: TOMCAT with multiple sites (one on https, others on http)

2012-08-07 Thread chris derham
> > I have configured the server.xml to run a few sites with HTTP and HTTPS, > HTTP sites work correctly, that HTTPS is not responding, can not display > the page > > Massimo Chirivì > > Massimo, Pid's reply was asking you to answer some specific questions. You appear to have only answered the fir

Re: TOMCAT with multiple sites (one on https, others on http)

2012-08-07 Thread Massimo Chirivì - Ict Consultant
I have configured the server.xml to run a few sites with HTTP and HTTPS, HTTP sites work correctly, that HTTPS is not responding, can not display the page Massimo Chirivì 2012/8/7 Pid >

Re: ClassCastException org.apache.jasper.runtime.ELContextImpl cannot be cast to org.apache.jasper.el.ELContextImpl

2012-08-07 Thread Mark Thomas
On 07/08/2012 00:24, Dale Ogilvie wrote: > Daniel Mikusa [mailto:dmik...@vmware.com] wrote: > >> You would be using a shared class loader if you are placing JAR >> files used by multiple deployed web applications into the >> $CATALINA_BASE/lib or $CATALINA_HOME/lib directory. Are you >> placing

Re: TOMCAT with multiple sites (one on https, others on http)

2012-08-07 Thread Pid
On 03/08/2012 17:35, Massimo Chirivì - Ict Consultant wrote: > *this is my server.xml, * > *the sites on the http is ok, but the site on the https is not ok?* > *thank you for help* Are you just repeating the same question over & over? Have you read the documents provided previously? What versio

Re: ClassCastException org.apache.jasper.runtime.ELContextImpl cannot be cast to org.apache.jasper.el.ELContextImpl

2012-08-07 Thread Pid
On 07/08/2012 00:24, Dale Ogilvie wrote: > Daniel Mikusa [mailto:dmik...@vmware.com] wrote: > >> You would be using a shared class loader if you are placing JAR files used >> by multiple deployed web applications into the >> $CATALINA_BASE/lib or $CATALINA_HOME/lib directory. Are you placing any