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
-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
-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
-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
-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
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
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
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.
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
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
-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
-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
-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
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
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
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
> 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
> 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
>
> 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
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
>
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
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
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
23 matches
Mail list logo