Re: Question: Tomcat SSL configuration issue

2011-07-30 Thread Felix Schumacher
Am Freitag, den 29.07.2011, 10:44 -1000 schrieb Sammaiah Kyatham: > Hello Felix, > > Thanks for the response. > > I have received new certificated based on new CSR generated. > While importing cert in to key, I'm getting the following error: > java.lang.Exception: Failed to establish chain from r

Re: Question: Tomcat SSL configuration issue

2011-07-29 Thread Sammaiah Kyatham
Hello Felix, Thanks for the response. I have received new certificated based on new CSR generated. While importing cert in to key, I'm getting the following error: java.lang.Exception: Failed to establish chain from reply Here is the keytool command that I used for this: keytool -import -alias

Re: Question: Tomcat SSL configuration issue

2011-07-27 Thread Felix Schumacher
Sammaiah Kyatham schrieb: >Hello, > Your keystore has no private key. The output of keytool below shows only a certificate. You can use keytool -importkeystore to import key and certificate at the same time. Regards Felix >Could you help me on this issue. I spent many hours with the various

Re: Question: Tomcat SSL configuration issue

2011-07-27 Thread Sammaiah Kyatham
Hello, Could you help me on this issue. I spent many hours with the various options > and couldn’t resolve. > > > > I have configured the server.xml as per the tomcat configuration, however > I’m getting below errors. > > > > keystoreFile="C:\Program Files\Java\jre6\bin\hakioskcheckin2_key" > key

Re: Httpd Configuration Issue

2010-04-29 Thread Pid
On 29/04/2010 07:43, Anisha Parveen wrote: > Hi, > > I am facing a problem with my configuration. Problem basically is that I > am able to access the WebServices URL Say > > _http://hostname:443/cns/ser/CTConfigService_ through the browser. > > However, the script running on the machine checks a

Httpd Configuration Issue

2010-04-28 Thread Anisha Parveen
Hi, I am facing a problem with my configuration. Problem basically is that I am able to access the WebServices URL Say * http://hostname:443/cns/ser/CTConfigService*through the browser. However, the script running on the machine checks an url * https:/

Re: Datasource configuration issue

2009-10-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Karthik, On 10/13/2009 6:18 AM, Karthik Nanjangude wrote: > Also suggested to have the JDBC Driver to be in TOMCAT/lib folder > rather then in the /webapps/application/web-inf/lib I believe this is a /requirement/, not just good practice. - -chris -

RE: Datasource configuration issue

2009-10-13 Thread Karthik Nanjangude
: Datasource configuration issue Hi, I am using Tomcat 5.0. I have one application "test". In "test" i created "META-INF" folder and put "context.xml" file.Here is the content factory org.apache.commons.dbcp.BasicDataSourceFactory url jdbc

Re: Datasource configuration issue

2009-10-13 Thread Mark Thomas
VijayKS wrote: > Hi, I am using Tomcat 5.0. > > I have one application "test". > In "test" i created "META-INF" folder and put "context.xml" file.Here is the > content > That should be >

Datasource configuration issue

2009-10-13 Thread VijayKS
:324) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) Help me to resolve this :confused: -- View this message in context: http://www.nabble.com/Datasource-configurati

Re: mod_jk configuration issue

2008-07-16 Thread Steve Ochani
On 16 Jul 2008 at 13:41, Vinod Nagarajan wrote: Date sent: Wed, 16 Jul 2008 13:41:09 -0700 From: Vinod Nagarajan <[EMAIL PROTECTED]> Subject:mod_jk configuration issue To: users@tomcat.apache.org Send reply to: Tomcat Users List > Hi, > > I am kind of ne

mod_jk configuration issue

2008-07-16 Thread Vinod Nagarajan
Hi, I am kind of new to tomcat and apache. I have configured Apache2 ( on port 80) and Tomcat 6 (on port 8080) on my linux machine (ubuntu 8.04) and both work fine on its own. I am trying to get the Apache forward the jsp requests to tomcat and get it serviced by tomcat. I just went through the

Re: configuration issue

2008-05-15 Thread John Pedersen
Mark, I did have this running, but switched back to using: org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory and got rid of commons-dbcp, in the interests of keeping things as simple as possible. Thanks for pointing this out. John 2008/5/14 Mark Thomas <[EMAIL PROTECTED]>: > John Pedersen w

Re: configuration issue

2008-05-14 Thread Mark Thomas
John Pedersen wrote: factory="org.apache.commons.dbcp.BasicDataSourceFactory" This means you must supply commons-dbcp (and probably commons-pool) rather than use the packaged renamed versions in Tomcat. Is this what you intended? Mark

Re: configuration issue

2008-05-14 Thread John Pedersen
2008/5/14 Christopher Schultz <[EMAIL PROTECTED]>: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > John, > > John Pedersen wrote: > | Cannot create JDBC driver of class '' for connect URL 'null' > > This comes up quite often. Unfortunately, any number of bad > configuration options can resul

Re: configuration issue

2008-05-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John, John Pedersen wrote: | Cannot create JDBC driver of class '' for connect URL 'null' This comes up quite often. Unfortunately, any number of bad configuration options can result in this message. |http://enigmail.mozdev.org iEYEARECAAYFAkg

configuration issue

2008-05-14 Thread John Pedersen
Hi, I have spent days and days chasing this error: Cannot create JDBC driver of class '' for connect URL 'null' I have now resolved the issue. This was my configuration: META-INF/context.xml: in web.xml: compatMYSQL javax.sql.DataSource