Re: HttpServletResponse return plain text

2013-03-27 Thread Konstantin Kolinko
2013/3/28 Kevin Jenkins : > I know this isn't the right mailing list but there's a lot > of knowledgeable people here so I'd give it a shot. > > When I was hosting on Google App Engine the java servlet > HttpServletResponse.sendError would return the 2nd parameter text in plain > text. > > Now that

Re: Apache Tomcat 7.0.035 and IPv6 environment

2013-03-27 Thread Geett Chanddra Singha
Thanks Konstantin Kolinko! It will be great help for me if you could provide steps to configure the same or documents, where in I could get configuration steps. On Thu, Mar 28, 2013 at 10:56 AM, Konstantin Kolinko wrote: > 2013/3/28 Geett Chanddra Singha : > > Hi All, > > > > I have a web appli

Re: Apache Tomcat 7.0.035 and IPv6 environment

2013-03-27 Thread Konstantin Kolinko
2013/3/28 Geett Chanddra Singha : > Hi All, > > I have a web application hosted on Apache Tomcat Version 7.0.035. > We are trying to make the web application run IPv6 environment. > > Environment Details > Windows 2008 server machine, 64-bit OS > Java version: JRE 1.7.x > > The home page of web app

Apache Tomcat 7.0.035 and IPv6 environment

2013-03-27 Thread Geett Chanddra Singha
Hi All, I have a web application hosted on Apache Tomcat Version 7.0.035. We are trying to make the web application run IPv6 environment. Environment Details Windows 2008 server machine, 64-bit OS Java version: JRE 1.7.x The home page of web application is not accessible using the IPv6 address.

HttpServletResponse return plain text

2013-03-27 Thread Kevin Jenkins
I know this isn't the right mailing list but there's a lot of knowledgeable people here so I'd give it a shot. When I was hosting on Google App Engine the java servlet HttpServletResponse.sendError would return the 2nd parameter text in plain text. Now that I'm hosting on Tomcat it's putting the

Re: Can ClientAbortException be circumvented?

2013-03-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Thad, On 3/27/13 5:20 PM, Thad Humphries wrote: > On Tue, Mar 26, 2013 at 3:56 PM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > > Thad, > > Coming a little late to the party... > > On 3/24/13 4:30 PM, Thad Humphries wrote:

Re: Can ClientAbortException be circumvented?

2013-03-27 Thread Thad Humphries
On Tue, Mar 26, 2013 at 3:56 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Thad, > > Coming a little late to the party... > > On 3/24/13 4:30 PM, Thad Humphries wrote: > > I have a web-app that uses a servlet for downloading

Re: Velocity Logging

2013-03-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Bruce, On 3/27/13 10:16 AM, Bruce Pease wrote: > I am using Wicket 1.4.22 with Tomcat 7.0.37 and JDK 1.6.0_33. The > recent upgrade to Tomcat created an issue where the cannot > > be undeployed unless the app is shut down due to the Wicket > depen

Re: AW: [tomcat 5.5.26] why are not all log4j.properties files parsed

2013-03-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Josef, On 3/27/13 9:51 AM, Stadelmann Josef wrote: > -Ursprüngliche Nachricht- Von: Christopher Schultz > [mailto:ch...@christopherschultz.net] >> >> I highly suspect that you have log4j.jar in either common/lib or >> shared/lib. In that c

Re: SSLCertificateKeyFile cannot find file that exists

2013-03-27 Thread Kevin Jenkins
Thanks, Skype was using that port. On Wed, Mar 27, 2013 at 10:25 AM, Harris, Jeffrey E. < jeffrey.har...@mantech.com> wrote: > > > > -Original Message- > > From: Kevin Jenkins [mailto:rak...@jenkinssoftware.com] > > Sent: Wednesday, March 27, 2013 1:23 PM > > To: Tomcat Users List > > Su

RE: SSLCertificateKeyFile cannot find file that exists

2013-03-27 Thread Harris, Jeffrey E.
> -Original Message- > From: Kevin Jenkins [mailto:rak...@jenkinssoftware.com] > Sent: Wednesday, March 27, 2013 1:23 PM > To: Tomcat Users List > Subject: Re: SSLCertificateKeyFile cannot find file that exists > > I finally got it working. For anyone else that has the same problem, > the

Re: SSLCertificateKeyFile cannot find file that exists

2013-03-27 Thread Kevin Jenkins
I finally got it working. For anyone else that has the same problem, the solution is very simple and I don't know why there are huge walls of text rather than just saying this To enable APR: 1. Download tomcat-native-1.1.27-win32-bin from http://apache.mirrors.lucidnetworks.net/tomcat/tomcat-conne

RE: SSLCertificateKeyFile cannot find file that exists

2013-03-27 Thread Harris, Jeffrey E.
> -Original Message- > From: Kevin Jenkins [mailto:rak...@jenkinssoftware.com] > Sent: Wednesday, March 27, 2013 12:13 PM > To: Tomcat Users List > Subject: Re: SSLCertificateKeyFile cannot find file that exists > > Thanks for the answer Jeffery. > > Regarding the APR connector, I'm guess

Re: SSLCertificateKeyFile cannot find file that exists

2013-03-27 Thread Kevin Jenkins
Thanks for the answer Jeffery. Regarding the APR connector, I'm guessing since you said that Tomcat doesn't come with it built-in already? Under installation / windows I downloaded this: http://tomcat.apache.org/tomcat-7.0-doc/apr.html I'm looking here http://tomcat.apache.org/tomcat-7.0-doc/apr.

Tomcat support for JNDIRealm LDAPS connections

2013-03-27 Thread Wilmoth, Jon
After searching through the Tomcat user forums and bug list it appears there are only two options to enable ldaps connections, without modification to the Tomcat JNDI Realm itself: 1) Start Tomcat using system properties that specify the default trust keystore & password (e.g. -Djavax.net.

RE: SSLCertificateKeyFile cannot find file that exists

2013-03-27 Thread Harris, Jeffrey E.
> -Original Message- > From: Kevin Jenkins [mailto:rak...@jenkinssoftware.com] > Sent: Wednesday, March 27, 2013 11:46 AM > To: users@tomcat.apache.org > Subject: SSLCertificateKeyFile cannot find file that exists > > I'm working on a project where I need to test C++ code against an HTTPS

SSLCertificateKeyFile cannot find file that exists

2013-03-27 Thread Kevin Jenkins
I'm working on a project where I need to test C++ code against an HTTPS web server. So I am trying to get Tomcat to work using HTTPS on localhost. Security does not matter right now, I just need to get an HTTPS server online so I can debug the C++. So I went to http://www.selfsignedcertificate.com

Re: Velocity Logging

2013-03-27 Thread Martin Grigorov
On Wed, Mar 27, 2013 at 4:16 PM, Bruce Pease wrote: > I am using Wicket 1.4.22 with Tomcat 7.0.37 and JDK 1.6.0_33. The recent > upgrade to Tomcat created an issue where the cannot > > be undeployed unless the app is shut down due to the Wicket dependency > velocity logging in use (1.4). > > > >

Velocity Logging

2013-03-27 Thread Bruce Pease
I am using Wicket 1.4.22 with Tomcat 7.0.37 and JDK 1.6.0_33. The recent upgrade to Tomcat created an issue where the cannot be undeployed unless the app is shut down due to the Wicket dependency velocity logging in use (1.4). We are running a web application under tomcat using the wicket

Re: Tomcat JDBC connection pool + JMX

2013-03-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jose, On 3/27/13 8:34 AM, Jose María Zaragoza wrote: > I'm using tomcat-jdbc as a connection pool in a standalone > application. > > I would like monitorize this pool by JMX . > > How I can do that ? What is the name of MBean ? http://wiki.apache

AW: [tomcat 5.5.26] why are not all log4j.properties files parsed

2013-03-27 Thread Stadelmann Josef
Thank you Rainer we already observed different behavior in parsing if we do so. Josef -Ursprüngliche Nachricht- Von: Rainer Jung [mailto:rainer.j...@kippdata.de] Gesendet: Mittwoch, 27. März 2013 10:36 An: users@tomcat.apache.org Betreff: Re: [tomcat 5.5.26] why are not all log4j.proper

AW: [tomcat 5.5.26] why are not all log4j.properties files parsed

2013-03-27 Thread Stadelmann Josef
Hi Christopher my comment +++ -Ursprüngliche Nachricht- Von: Christopher Schultz [mailto:ch...@christopherschultz.net] Gesendet: Dienstag, 26. März 2013 21:19 An: Tomcat Users List Betreff: Re: [tomcat 5.5.26] why are not all log4j.properties files parsed -BEGIN PGP SIGNED MESSAGE--

Re: Tomcat JDBC connection pool + JMX

2013-03-27 Thread Daniel Mikusa
On Mar 27, 2013, at 9:23 AM, Jose María Zaragoza wrote: >> Here's what I see when I look at a Tomcat server with a tomcat-jdbc >> connection pool defined. >> >> >> tomcat.jdbc:name="",type=ConnectionPool,class=org.apache.tomcat.jdbc.pool.DataSource >> >> I think this might also work (although

AW: [tomcat 5.5.26] why are not all log4j.properties files parsed

2013-03-27 Thread Stadelmann Josef
Hi Mark 1. thank you 2. it will take me a bit time to go through what your recommendations 3. your right, I made the test on tomcat 6.0.26 on a PC and 4. our operating environment runs tomcat 5.5.26 on Intel Itanium OpenVMS servers 5. we know that tomcat 5.5.26 on Itanium OpenVMS is old but HP pr

Re: Tomcat JDBC connection pool + JMX

2013-03-27 Thread Jose María Zaragoza
> Here's what I see when I look at a Tomcat server with a tomcat-jdbc > connection pool defined. > > > tomcat.jdbc:name="",type=ConnectionPool,class=org.apache.tomcat.jdbc.pool.DataSource > > I think this might also work (although it appears read-only). > > Catalina:type=DataSource,class=java

Re: Tomcat JDBC connection pool + JMX

2013-03-27 Thread Daniel Mikusa
On Mar 27, 2013, at 8:34 AM, Jose María Zaragoza wrote: > Hello: > > > I'm using tomcat-jdbc as a connection pool in a standalone application. > > I would like monitorize this pool by JMX . > > How I can do that ? Any number of ways. There are utilities like jmxsh, you could create custom c

Re: Tomcat JDBC connection pool + JMX

2013-03-27 Thread Jose María Zaragoza
2013/3/27 Charles Richard : > Hi, > > There might be better ways but I monitor the c3p0 connection pool using > jmxterm (my jar jmxterm-1.0-alpha-4-uber.jar). > > For c3p0, the mbean is com.mchange.Pooled... > > Hope this helps a little! Thanks. I use cmdline-jmxclient-0.10.3.jar But I need to k

Re: Tomcat response

2013-03-27 Thread Daniel Mikusa
On Mar 27, 2013, at 1:59 AM, Dhaval Jaiswal wrote: > Sometime i am facing an issue with the tomcat response. Can you be more specific about the issue that you are facing? What happens to the response? Do you get any error codes or stack traces? > Tomcat not responding to the httpd web serve

Re: Tomcat JDBC connection pool + JMX

2013-03-27 Thread Charles Richard
Hi, There might be better ways but I monitor the c3p0 connection pool using jmxterm (my jar jmxterm-1.0-alpha-4-uber.jar). For c3p0, the mbean is com.mchange.Pooled... Hope this helps a little! Cheers, Charles On Wed, Mar 27, 2013 at 9:34 AM, Jose María Zaragoza wrote: > Hello: > > > I'm usin

Tomcat JDBC connection pool + JMX

2013-03-27 Thread Jose María Zaragoza
Hello: I'm using tomcat-jdbc as a connection pool in a standalone application. I would like monitorize this pool by JMX . How I can do that ? What is the name of MBean ? Thanks and regards - To unsubscribe, e-mail: users-uns

Re: how to monitor the traffic through the connector

2013-03-27 Thread Daniel Mikusa
On Mar 26, 2013, at 6:32 PM, a wrote: > Hi, > > I have defined a connector for port80. For example, > maxThreads="150" > minSpareThreads="25" > maxSpareThreads="75" > enableLookups="false" > acceptCount="100" >

Re: Can ClientAbortException be circumvented?

2013-03-27 Thread Howard W. Smith, Jr.
On Mon, Mar 25, 2013 at 11:58 AM, Howard W. Smith, Jr. < smithh032...@gmail.com> wrote: > On Mon, Mar 25, 2013 at 11:54 AM, Howard W. Smith, Jr. < > smithh032...@gmail.com> wrote: > >> On Mon, Mar 25, 2013 at 9:00 AM, Thad Humphries > > wrote: >> >>> On Sun, Mar 24, 2013 at 4:46 PM, Konstantin Kol

Re: [ANN] Apache Tomcat 7.0.39 released

2013-03-27 Thread Amit A
Did OCSP made it to this list? — Sent from Mailbox for iPhone On Wed, Mar 27, 2013 at 4:31 PM, Mark Thomas wrote: > The Apache Tomcat team announces the immediate availability of Apache > Tomcat 7.0.39. > Apache Tomcat is an open source software implementation of the Java > Servlet and JavaServe

[ANN] Apache Tomcat 7.0.39 released

2013-03-27 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.39. Apache Tomcat is an open source software implementation of the Java Servlet and JavaServer Pages technologies. This release contains a number of bug fixes and improvements compared to version 7.0.37. The notable c

Re: [tomcat 5.5.26] why are not all log4j.properties files parsed

2013-03-27 Thread Rainer Jung
On 26.03.2013 18:42, Mark Eggers wrote: > 1. Put the right information in your subject > 2. Upgrade > 3. Don't post attachments - add the information inline > 4. No, context loading order is not guaranteed or enforced > 5. Check your applications' log files to see what format is used > 6. Try usin