Re: need help: how to Tomcat self signed cert?

2012-09-20 Thread Mark Thomas
Which HTTP connector are you using? Mark J.V. jvsr...@gmail.com wrote: I am generating a self signed cert using open SSL with the following commands openssl req -x509 -notes -days 365 -newkey rsa:2048 -keyout privateKey.key -out ca.crt I accept all the defaults when prompted except for

Re: need help debugging why a simple app install fails

2012-08-19 Thread Pid *
On 9 Aug 2012, at 13:56, my koseli mykos...@gmail.com wrote: Hi, I am using tomcat6 in ubuntu Ubuntu 10.04.4 LTS and running into problem when installing a very simple app. When I do ant build, deploy it seems to work but when I do ant install -v I get failed to build with output below. I

Re: need help debugging why a simple app install fails

2012-08-13 Thread Ognjen Blagojevic
my, On 12.8.2012 18:52, my koseli wrote: I just tested some more with 6.0.26, and indeed InstallTask seems to be problematic, so just use DeployTask as recommended by Tomcat docs: Again, what exact Tomcat version do you use? I changed the build.xml to below but I still get the error. Any

Re: need help debugging why a simple app install fails

2012-08-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 My, On 8/12/12 12:52 PM, my koseli wrote: I changed the build.xml to below but I still get the error. Any idea? target name=manager-deploy description=Install application in Tomcat manager-deploy url=${tomcat.manager.url}

Re: need help debugging why a simple app install fails

2012-08-12 Thread my koseli
On Fri, Aug 10, 2012 at 8:08 AM, Ognjen Blagojevic ognjen.d.blagoje...@gmail.com wrote: Hi my, On 10.8.2012 6:13, my koseli wrote: I tried adding /text to the end of manager url but that didnt work. There is nothing interesting in the /var/log/tomcat6/ also. When I do *build* I do get

Re: need help debugging why a simple app install fails

2012-08-12 Thread my koseli
On Sun, Aug 12, 2012 at 10:52 AM, my koseli mykos...@gmail.com wrote: On Fri, Aug 10, 2012 at 8:08 AM, Ognjen Blagojevic ognjen.d.blagoje...@gmail.com wrote: Hi my, On 10.8.2012 6:13, my koseli wrote: I tried adding /text to the end of manager url but that didnt work. There is

Re: need help debugging why a simple app install fails

2012-08-10 Thread Ognjen Blagojevic
Hi my, On 10.8.2012 6:13, my koseli wrote: I tried adding /text to the end of manager url but that didnt work. There is nothing interesting in the /var/log/tomcat6/ also. When I do *build* I do get warning as below but I am not sure how serious this warning is. On this list, bottom-posting

Re: need help debugging why a simple app install fails

2012-08-10 Thread Ognjen Blagojevic
Hi my, On 10.8.2012 6:13, my koseli wrote: I tried adding /text to the end of manager url but that didnt work. There is nothing interesting in the /var/log/tomcat6/ also. When I do *build* I do get warning as below but I am not sure how serious this warning is. I just tested some more with

need help debugging why a simple app install fails

2012-08-09 Thread my koseli
Hi, I am using tomcat6 in ubuntu Ubuntu 10.04.4 LTS and running into problem when installing a very simple app. When I do ant build, deploy it seems to work but when I do ant install -v I get failed to build with output below. I cant find the reason this is failing. Is it possible to get some

Re: need help debugging why a simple app install fails

2012-08-09 Thread Ognjen Blagojevic
Hi my, On 9.8.2012 14:55, my koseli wrote: When I do ant build, deploy it seems to work but when I do ant install -v I get failed to build with output below. I cant find the reason this is failing. Is it possible to get some help on debugging this? You get the message from Manager webapp

Re: need help debugging why a simple app install fails

2012-08-09 Thread my koseli
Here's the relevant lines from build.xml 101 target name=install description=Install application in Tomcat 102 install url=${tomcat.manager.url} 103 username=${tomcat.manager.username} 104 password=${tomcat.manager.password} 105

Re: need help debugging why a simple app install fails

2012-08-09 Thread Ognjen Blagojevic
Hi my, On 9.8.2012 16:57, my koseli wrote: Here's the relevant lines from build.xml 101 target name=install description=Install application in Tomcat Tomcat docs says that install task is deprecated. Although it is maybe equivalent to deploy, I recommend to switch to deploy

Re: need help debugging why a simple app install fails

2012-08-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 My, On 8/9/12 10:57 AM, my koseli wrote: tomcat.manager.url=http://192.168.1.12:8010/manager Try adding /text to the end of that URL so it looks like this: tomcat.manager.url=http://192.168.1.12:8010/manager/text - -chris -BEGIN PGP

Re: need help debugging why a simple app install fails

2012-08-09 Thread my koseli
I tried adding /text to the end of manager url but that didnt work. There is nothing interesting in the /var/log/tomcat6/ also. When I do *build* I do get warning as below but I am not sure how serious this warning is. Buildfile: /home/user/springapp2/build.xml build: [javac]

Need help on SSL problem on new server after move from existing server

2011-10-11 Thread Rob Tanner
Hi, After moving to a new server, I am getting the error: SSL received a record that exceeded the maximum permissible length. I installed Tomcat 6.0.29 on a new machine and copied over the webapps folder and the keystore from the old 5.5.23 machine. Then I modified server.xml to include the

Re: Need help on SSL problem on new server after move from existing server

2011-10-11 Thread Mark Thomas
On 11/10/2011 18:23, Rob Tanner wrote: Hi, After moving to a new server, I am getting the error: SSL received a record that exceeded the maximum permissible length. I installed Tomcat 6.0.29 on a new machine and copied over the webapps folder and the keystore from the old 5.5.23

Re: Need help on SSL problem on new server after move from existing server

2011-10-11 Thread Rob Tanner
That was a simple enough fix. Thank you. ~ Rob On 10/11/11 10:31 AM, Mark Thomas ma...@apache.org wrote: On 11/10/2011 18:23, Rob Tanner wrote: Hi, After moving to a new server, I am getting the error: SSL received a record that exceeded the maximum permissible length. I installed

Re: Need help on SSL problem on new server after move from existing server

2011-10-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rob, Goad to see you got your new server working. I do have some further comments if you're still around: On 10/11/2011 1:23 PM, Rob Tanner wrote: I installed Tomcat 6.0.29 If you were upgrading from 5.5 to something else, why not go up to 6.0.33,

RE: Need help on SSL problem on new server after move from existing server

2011-10-11 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Need help on SSL problem on new server after move from existing server Connector port=443 address=10.171.10.119 debug=4 There is no debug attribute on the Connector element any longer. Nor

Re: Need help on SSL problem on new server after move from existing server

2011-10-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 10/11/2011 5:51 PM, Caldarale, Charles R wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Need help on SSL problem on new server after move from existing server minSpareThreads=25 maxSpareThreads=75

Urgent -- Need help configuring JNDI realm

2011-09-13 Thread Savitha Akella
Hi, I need help in configuring the JNDI Realm to connect to LDAP Server and authenticate users. Here are the details: CN=AUTH,OU=XYZ,OU=Application Managed,OU=Groups,DC=rma,DC=corp,DC=ABC,DC=com - *AUTH is the group in which i have to search if the user is a member of or not. All the members

Re: Urgent -- Need help configuring JNDI realm

2011-09-13 Thread Pid
On 13/09/2011 19:20, Savitha Akella wrote: Hi, Any help is appreciated. http://catb.org/~esr/faqs/smart-questions.html p signature.asc Description: OpenPGP digital signature

Re: Urgent -- Need help configuring JNDI realm

2011-09-13 Thread Rudy Gireyev
is the password for that user/admin. Rudy On Tue, Sep 13, 2011 at 11:20 AM, Savitha Akella savitha.saraswa...@gmail.com wrote: Hi, I need help in configuring the JNDI Realm to connect to LDAP Server and authenticate users. Here are the details: CN=AUTH,OU=XYZ,OU=Application Managed,OU=Groups,DC

Re: Urgent -- Need help configuring JNDI realm

2011-09-13 Thread Savitha Akella
in. connectionPassword is the password for that user/admin. Rudy On Tue, Sep 13, 2011 at 11:20 AM, Savitha Akella savitha.saraswa...@gmail.com wrote: Hi, I need help in configuring the JNDI Realm to connect to LDAP Server and authenticate users. Here are the details: CN=AUTH,OU=XYZ,OU=Application

Re: Urgent -- Need help configuring JNDI realm

2011-09-13 Thread Savitha Akella
Thanks for the link. On Tue, Sep 13, 2011 at 2:46 PM, Pid p...@pidster.com wrote: On 13/09/2011 19:20, Savitha Akella wrote: Hi, Any help is appreciated. http://catb.org/~esr/faqs/smart-questions.html p

Need help regarding removing port number from URL

2011-08-26 Thread Shanmukha Venkata Sri ChandraSekhar Nallapati
Hi, I need a help regarding removing port number from URL. For example: Supposing my URL is, http://abcd.com:4040/context-path/gui/. I wish Apache Tomcat to handle the request on same tomcat process, when using the url: http://abcd.com/context-path/gui/. Please help me how i can achieve this and

Re: Need help regarding removing port number from URL

2011-08-26 Thread Pid
On 26/08/2011 17:02, Shanmukha Venkata Sri ChandraSekhar Nallapati wrote: Hi, I need a help regarding removing port number from URL. For example: Supposing my URL is, http://abcd.com:4040/context-path/gui/. I wish Apache Tomcat to handle the request on same tomcat process, when using the

Need Help - Vulnerability Details

2011-08-23 Thread Chirag Suthar
Hi, We are using *Tomcat 6.0.26* with* Windows Server 2008 R2 Enterprise *as Operating system. We performed security scan on environment and observed Apache Tomcat NIO Connector Denial of Service. Here we go with the detail description and observation:* * * * *Description:* A denial of

Re: Need Help - Vulnerability Details

2011-08-23 Thread Daniel Baktiar
i think it's already release 6.0.33 now. your version 6.0.26 is quite outdated. please upgrade to the latest one. http://tomcat.apache.org/download-60.cgi --- daniel baktiar On Wed, Aug 24, 2011 at 12:39 AM, Chirag Suthar cbsut...@gmail.com wrote: Hi, We are using *Tomcat 6.0.26* with*

Re: Need Help - Vulnerability Details

2011-08-23 Thread Mark Eggers
- Original Message - From: Chirag Suthar cbsut...@gmail.com To: users@tomcat.apache.org Cc: Sent: Tuesday, August 23, 2011 9:39 AM Subject: Need Help - Vulnerability Details Hi, We are using *Tomcat 6.0.26* with* Windows Server 2008 R2 Enterprise *as Operating system. We

Need help debugging JSP compilation failure

2011-07-06 Thread Mike Spreitzer
I install a fresh copy of the latest Tomcat (7.0.16), and deploy my WAR by copying it into Tomcat's webapps/. Then I startup Tomcat and direct my browser to my web app's welcome page --- which is a JSP. The compilation of the JSP fails but with very little information. All I get is the line

Re: Need help debugging JSP compilation failure

2011-07-06 Thread Pid
On 06/07/2011 21:54, Mike Spreitzer wrote: I install a fresh copy of the latest Tomcat (7.0.16), and deploy my WAR by copying it into Tomcat's webapps/. Then I startup Tomcat and direct my browser to my web app's welcome page --- which is a JSP. The compilation of the JSP fails but with

Re: Need help debugging JSP compilation failure

2011-07-06 Thread Mike Spreitzer
/manager drwxr-xr-x 2 mspreitz staff 68 Jul 6 17:53 work/Catalina/localhost/rippledriver Thanks, Mike Spreitzer From: Pid p...@pidster.com To: Tomcat Users List users@tomcat.apache.org Date: 07/06/2011 05:14 PM Subject:Re: Need help debugging JSP compilation failure On 06

Re: Need help debugging JSP compilation failure

2011-07-06 Thread Mark Thomas
On 06/07/2011 22:59, Mike Spreitzer wrote: I just got a pointer into my original JSP (not the Java version); see copy below. I also looked in my $CATALINA_HOME/work, and found only directories, no files (at any depth) --- see listing below. I did not precompile my JSP. Here is the

Re: Need help debugging JSP compilation failure

2011-07-06 Thread Mike Spreitzer
Oh, I see, it was a level confusion. I thought I was being told about an Exception in the compilation process rather than in my source. Thanks, Mike Spreitzer

Need help deploying web-service to EC2 with Tomcat7

2011-06-14 Thread Lisa and Terence Davis
Hi Everyone, I have a web-service that I've developed using Tomcat7/MySQL5 using NetBeans 7. In the IDE it all works fine. For testing however, I need to get it onto an EC2 instance so users other than me can access it. I have created an EC2 micro-instance, installed Tomcat 7 and MySQL 5 (the

Re: Need help deploying web-service to EC2 with Tomcat7

2011-06-14 Thread Pid
On 14/06/2011 08:03, Lisa and Terence Davis wrote: Hi Everyone, I have a web-service that I've developed using Tomcat7/MySQL5 using NetBeans 7. In the IDE it all works fine. For testing however, I need to get it onto an EC2 instance so users other than me can access it. I have created

Re: Need help deploying web-service to EC2 with Tomcat7

2011-06-14 Thread Hassan Schroeder
On Tue, Jun 14, 2011 at 12:03 AM, Lisa and Terence Davis lisn...@verizon.net wrote: OT: Dear Lisa and Terence -- It's 2011, and while togetherness is wonderful, it's hard to take someone seriously who can't figure out how to get at least their own free gmail account :-) I have a web-service

Need Help to configure Apache Tomcat with mod_jk.so

2011-05-10 Thread jatinder singh
Hi I have configured Apache and Tomcat with SSL. I want to Integrate both using mod_jk.so, for that i have followed all the instruction but when i start Apache i got the message - The requested operation has failed. My httpd.conf file is IfModule !mod_jk.c LoadModulejk_module

Re: Need Help to configure Apache Tomcat with mod_jk.so

2011-05-10 Thread János Löbb
On May 10, 2011, at 9:28 AM, jatinder singh wrote: Hi I have configured Apache and Tomcat with SSL. I want to Integrate both using mod_jk.so, for that i have followed all the instruction but when i start Apache i got the message - The requested operation has failed. My httpd.conf file is

Re: Need Help to configure Apache Tomcat with mod_jk.so

2011-05-10 Thread jatinder singh
No sir its still not working. Apache gives me same error. Anything you want me to change in any file. Thanks Jatinder On Tue, May 10, 2011 at 9:02 PM, János Löbb janos.l...@yale.edu wrote: On May 10, 2011, at 9:28 AM, jatinder singh wrote: Hi I have configured Apache and Tomcat with

Re: Need Help to configure Apache Tomcat with mod_jk.so

2011-05-10 Thread Mark Thomas
On 10/05/2011 16:52, jatinder singh wrote: No sir its still not working. Apache gives me same error. Anything you want me to change in any file. Have you looked in the error log? Mark - To unsubscribe, e-mail:

Re: Need Help to configure Apache Tomcat with mod_jk.so

2011-05-10 Thread jatinder singh
error.log shows [Tue May 10 21:11:00 2011] [warn] RSA server certificate CommonName (CN) ` www.abc.com' does NOT match server name!? [Tue May 10 21:11:00 2011] [warn] pid file C:/Program Files/Apache Software Foundation/Apache2.2/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache

Re: Need Help to configure Apache Tomcat with mod_jk.so

2011-05-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 jatinder, On 5/10/2011 9:28 AM, jatinder singh wrote: # Should mod_jk send SSL information to Tomcat (default is On) JkExtractSSL On # What is the indicator for SSL (default is HTTPS) JkHTTPSIndicator HTTPS # What is the indicator for SSL

Re: Need help with SSL Certificate install on Tomcat 6.0.29 APR.

2011-04-20 Thread Jin H
Don't know what is happening but I keep getting NDR's for my reply's to this group. So in case it didn't get through: Crypto.Sal thank you so much. It works!! Openssl was so much simpler than the jdk keytool. I just wanted to share some quirks I ran into when installing the SSL on APR

Need help with SSL Certificate install on Tomcat 6.0.29 APR.

2011-04-19 Thread Jin H
Hi. We are a school running Tomcat 6.0.29 for Windows server 2003 with APR. I currently have an SSL certificate installed. I'm trying to update it with the renewed SSL certificate but I'm having no luck. Here are the commands I used to create the CSR. in the jdk1.6.0_17\bin folder i used

Re: Need help with SSL Certificate install on Tomcat 6.0.29 APR.

2011-04-19 Thread Igor Cicimov
So why did you enter password when you created the csr if you dont want it? On Apr 20, 2011 7:54 AM, Jin H h_j...@hotmail.com wrote: Hi. We are a school running Tomcat 6.0.29 for Windows server 2003 with APR. I currently have an SSL certificate installed. I'm trying to update it with the

Re: Need help with SSL Certificate install on Tomcat 6.0.29 APR.

2011-04-19 Thread Crypto Sal
Hi Jin, In my experiences with the APR and Tomcat, you need to use 'OpenSSL' to generate the keypair (CSR/key) I am fairly certain the APR can't read Java Keystore files. You would only use a keystore (JKS) using 'keytool' with JSSE. I think you have at least 2 options at this point: 1.

need help with isapi and ntdll problem for windows 2008 R2/tomcat 6

2011-02-01 Thread Frances Wang
Hello, We are running Tomcat 6.0.26 on Windows Server 2008 R2 Enterprise 64 Bit using IIS and isapi redirector version 1.2.30 (just upgraded to 1.2.31). The 6 months or so we have been using Tomcat have been plagued with intermittent periods crashes and instability. Specifically, tomcat

Need help in understanding tomcat thread dump

2011-01-11 Thread Amol Puglia
Hello Team, I have taken thread dump for tomcat. I have analyzed it using Thread dump analyzer. After reading thread dump i am unable to point which thread is exactly causing the issue. kindly guide me to read thread dumps. Following is the one of the thread from the thread dump output.

Re: Need help in understanding tomcat thread dump

2011-01-11 Thread Ronald Klop
Op dinsdag, 11 januari 2011 12:11 schreef Amol Puglia amolcpug...@yahoo.com: Hello Team, I have taken thread dump for tomcat. I have analyzed it using Thread dump analyzer. After reading thread dump i am unable to point which thread is exactly causing the issue. kindly guide me to read

Re: Need help in understanding tomcat thread dump

2011-01-11 Thread André Warnier
Ronald Klop wrote: ... What is the issue? (Was there another mail that I missed?) Maybe. There is another thread from the same OP, entitled Apache Process going high even after restart of backend server tomcat, but I am still trying to figure out what the relationship is, and what is the

Re: Need help in understanding tomcat thread dump

2011-01-11 Thread Amol Puglia
version :- 5.5.9 and connecting module as mod_jk. --- On Tue, 1/11/11, André Warnier a...@ice-sa.com wrote: From: André Warnier a...@ice-sa.com Subject: Re: Need help in understanding tomcat thread dump To: Tomcat Users List users@tomcat.apache.org Date: Tuesday, January 11, 2011, 5:31 PM Ronald

Re: Need help in understanding tomcat thread dump

2011-01-11 Thread Leon Rosenberg
, André Warnier a...@ice-sa.com wrote: From: André Warnier a...@ice-sa.com Subject: Re: Need help in understanding tomcat thread dump To: Tomcat Users List users@tomcat.apache.org Date: Tuesday, January 11, 2011, 5:31 PM Ronald Klop wrote: ... What is the issue? (Was there another mail

Re: Need help in understanding tomcat thread dump

2011-01-11 Thread André Warnier
wrote: From: André Warnier a...@ice-sa.com Subject: Re: Need help in understanding tomcat thread dump To: Tomcat Users List users@tomcat.apache.org Date: Tuesday, January 11, 2011, 5:31 PM Ronald Klop wrote: ... What is the issue? (Was there another mail that I missed?) Maybe. There is another

Re: Need help in understanding tomcat thread dump

2011-01-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Amol, On 1/11/2011 7:11 AM, Amol Puglia wrote: The major issue is [Apache httpd] process is going very high and not coming down. If you mean that the CPU is experiencing high load, then the thread below is unlikely to be the cause:

Need Help configuring IIS 6.0/SSL/Tomcat 6.0.18

2010-08-02 Thread Hansel, Jason T CTR SPAWARSYSCEN-ATLANTIC, 55E00
Hi, I am a Tomcat newbie and am seeking some help with configuring tomcat (6.0.18) to use SSL. We are running Windows 2003 (64 Bit) and IIS 6.0. Our webserver is secure (SSL) and requires Single Sign On when accessing from outside network using a PKI. I am trying to deploy a web application that

RE: Need Help configuring IIS 6.0/SSL/Tomcat 6.0.18

2010-08-02 Thread dB .
, 2010 3:08 PM To: users@tomcat.apache.org Subject: Need Help configuring IIS 6.0/SSL/Tomcat 6.0.18 Hi, I am a Tomcat newbie and am seeking some help with configuring tomcat (6.0.18) to use SSL. We are running Windows 2003 (64 Bit) and IIS 6.0. Our webserver is secure (SSL) and requires Single

RE: need help setting up tomcat with ssl client authentication

2010-07-01 Thread Ralph Carlson
:40 PM To: Tomcat Users List Subject: Re: need help setting up tomcat with ssl client authentication -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ralph, On 6/30/2010 5:07 PM, Ralph Carlson wrote: (d) have client Authorization on - with it off tomcat ssl works just fine, when its turned on I

Re: need help setting up tomcat with ssl client authentication

2010-07-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ralph, On 7/1/2010 9:28 AM, Ralph Carlson wrote: I changed server.xml to: Connector port=443 protocol=HTTP/1.1 SSLEnabled=true maxThreads=150 scheme=https secure=true

need help setting up tomcat with ssl client authentication

2010-06-30 Thread Ralph Carlson
tomcat version 6.0.20 os: windows xp sp3 professional edition sun java jdk 1.5.11 I am trying to do the following (a) create a certificate authority and self sign server and client certificates using openssl and keytool (b) import the keytool keystore into tomcat (c) verify the certificate

Re: need help setting up tomcat with ssl client authentication

2010-06-30 Thread Pid
On 30/06/2010 22:07, Ralph Carlson wrote: tomcat version 6.0.20 os: windows xp sp3 professional edition sun java jdk 1.5.11 I am trying to do the following (a) create a certificate authority and self sign server and client certificates using openssl and keytool (b) import the keytool

RE: need help setting up tomcat with ssl client authentication

2010-06-30 Thread Ralph Carlson
] On Behalf Of Pid [...@pidster.com] Sent: Wednesday, June 30, 2010 5:25 PM To: Tomcat Users List Subject: Re: need help setting up tomcat with ssl client authentication On 30/06/2010 22:07, Ralph Carlson wrote: tomcat version 6.0.20 os: windows xp sp3 professional edition sun java jdk 1.5.11 I

Re: need help setting up tomcat with ssl client authentication

2010-06-30 Thread Pid
On 30/06/2010 23:45, Ralph Carlson wrote: the tomcats logs have no errors in them, they end after start up (I haven't installed any apps yet, just trying to get to the tomcat manager with ssl) Are you using APR? This path: keystoreFile=/server.ks doesn't appear to match

RE: need help setting up tomcat with ssl client authentication

2010-06-30 Thread Ralph Carlson
[...@pidster.com] Sent: Wednesday, June 30, 2010 7:19 PM To: Tomcat Users List Subject: Re: need help setting up tomcat with ssl client authentication On 30/06/2010 23:45, Ralph Carlson wrote: the tomcats logs have no errors in them, they end after start up (I haven't installed any apps yet, just

Re: need help setting up tomcat with ssl client authentication

2010-06-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ralph, On 6/30/2010 5:07 PM, Ralph Carlson wrote: (d) have client Authorization on - with it off tomcat ssl works just fine, when its turned on I get this error so far I have been following the steps listed in this tomcat user group message

Re: connector configuration values - need help to review

2010-06-29 Thread Rainer Jung
In addition to the comments in your other discussion thread. On 28.06.2010 23:23, Rumpa Giri wrote: Worker.properties ps=\ # ps=/ Remove, doesn't mean anything. worker.list=loadbalancer worker.template.type=ajp13 worker.template.lbfactor=1

connector configuration values - need help to review

2010-06-28 Thread Rumpa Giri
We are currently using - Tomcat - 5.5.25 on Windows XP 64bit and 32bit machines JDK 1.5 IIS 6 Trying to upgrade to latest connector, after changing according to the documentation I am able to browse our application behind IIS. Locally the application is behaving fine with the

Re: connector configuration values - need help to review

2010-06-28 Thread André Warnier
Rumpa Giri wrote: We are currently using - Tomcat - 5.5.25 on Windows XP 64bit and 32bit machines JDK 1.5 IIS 6 Trying to upgrade to latest connector, after changing according to the documentation I am able to browse our application behind IIS. Locally the application is

RE: connector configuration values - need help to review

2010-06-28 Thread dB .
configuration values - need help to review We are currently using - Tomcat - 5.5.25 on Windows XP 64bit and 32bit machines JDK 1.5 IIS 6 Trying to upgrade to latest connector, after changing according to the documentation I am able to browse our application behind IIS. Locally

Re: Need help tracking down a strange Threading issue in Tomcat 6, but not 5.5

2010-06-23 Thread Pid
On 22 Jun 2010, at 22:38, Mick Knutson mknut...@baselogic.com wrote: have an application I am trying to move to Tomcat 6.0 from Tomcat 5.5. Which versions exactly, (- it does matter)? Also OS, JVM and any other relevant app versions. This is a VXML Voice Browser application. In this app,

Need help tracking down a strange Threading issue in Tomcat 6, but not 5.5

2010-06-22 Thread Mick Knutson
have an application I am trying to move to Tomcat 6.0 from Tomcat 5.5. This is a VXML Voice Browser application. In this app, the general flow is: 1. Voice Browser makes http request to jsp 2. jsp might call Service Object 3. Service Object creates new Thread to call external

NewBie! Need Help to configure FTP/Domain...

2010-06-17 Thread Alan Coyne
Hi All, I'm new to TomCat however I have managed to get JDK setup and Tomcat 6 running on Linux 64bit server. I've deployed an app via WAR file and all looks good. So all that remains for me to do is confirgure a domain name to use the server and be able to FTP to the installed app folder. I've

Re: NewBie! Need Help to configure FTP/Domain...

2010-06-17 Thread André Warnier
Alan Coyne wrote: Hi All, I'm new to TomCat however I have managed to get JDK setup and Tomcat 6 running on Linux 64bit server. I've deployed an app via WAR file and all looks good. So all that remains for me to do is confirgure a domain name to use the server and be able to FTP to the

Re: stuck confused an need help please

2010-05-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yucca Nel, On 5/24/2010 2:37 PM, Yucca Nel wrote: java.sql.SQLException: Access denied for user ' yucca123_tom'@'localhost' (using password: YES) It looks like you have a leading space before your username. How are you configuring your JDBC

Re: stuck confused an need help please

2010-05-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yucca Nel, On 5/24/2010 3:28 PM, Yucca Nel wrote: aplogies there are 2 users and both credentials are configured correct one for hibernate and one for tomcat Doesn't Tomcat use Hibernate? Or the other way around? Why not configure Hibernate to use

RE: stuck confused an need help please

2010-05-26 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: stuck confused an need help please On 5/24/2010 2:37 PM, Yucca Nel wrote: java.sql.SQLException: Access denied for user ' yucca123_tom'@'localhost' (using password: YES) It looks like you have a leading space

Re: stuck confused an need help please

2010-05-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 5/26/2010 5:36 PM, Caldarale, Charles R wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: stuck confused an need help please On 5/24/2010 2:37 PM, Yucca Nel wrote: java.sql.SQLException: Access denied

RE: stuck confused an need help please

2010-05-26 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: stuck confused an need help please FWIW, he doesn't seem to be listening. You noticed... - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only

Re: stuck confused an need help please

2010-05-25 Thread Yucca Nel
user each time and get same exceptions! Each time the new user is given all privileges. -- From: Yucca Nel yucca...@live.co.za Sent: Monday, May 24, 2010 9:19 PM To: Tomcat Users List users@tomcat.apache.org Subject: Re: stuck confused an need help

Re: stuck confused an need help please

2010-05-25 Thread Bob Hall
--- On Mon, 5/24/10 at 11:52 PM, Yucca Nel yucca...@live.co.za wrote: Could someone please help me understand what thia stack trace is saying? catalina.log File Type: ASCII English text, with very long lines INFO main org.apache.catalina.startup.Catalina - Initialization processed in

Re: stuck confused an need help please

2010-05-25 Thread Yucca Nel
but I can only swear that I am providing correct credentials. -- From: Bob Hall rfha...@yahoo.com Sent: Tuesday, May 25, 2010 9:15 AM To: Tomcat Users List users@tomcat.apache.org Subject: Re: stuck confused an need help please --- On Mon, 5/24

Re: stuck confused an need help please

2010-05-25 Thread Bob Hall
--- On Tue, 5/25/10 at 12:20 AM, Yucca Nel yucca...@live.co.za wrote: I know what the exception is saying but I can only swear that I am providing correct credentials. Did you notice: There is leading white space in the user name: ' yucca123_tom'. - Bob

Re: stuck confused an need help please

2010-05-25 Thread Mark Eggers
OK - I have a huge message that I'm going to cut and paste into this one, rather than finding the original and editing it online. I'm going to edit in place and try to point out some issues. I'll ask some questions along the way. I am trying to tweak my web application at thejarbar.org to be

Re: stuck confused an need help please

2010-05-25 Thread Yucca Nel
Better get to work and many thanks ... :) From: Mark Eggers its_toas...@yahoo.com Sent: Tuesday, May 25, 2010 12:26 PM To: Tomcat Users List users@tomcat.apache.org Subject: Re: stuck confused an need help please OK - I have a huge message that I'm going to cut and paste into this one, rather than

Re: stuck confused an need help please

2010-05-25 Thread Mark Eggers
They have to be on the classpath. The base configuration file ends up in WEB-INF/classes. I've always put my hbm.xml files alongside the classes they map. Make sure that there is only one copy of your JDBC driver in your classpath as well, and that it's in the right location. /mde/ --- On

Re: stuck confused an need help please

2010-05-24 Thread Hassan Schroeder
On Mon, May 24, 2010 at 11:37 AM, Yucca Nel yucca...@live.co.za wrote: I have been getting mysql SELECT privilege denied exception even though user has all access to database. There would seem to be a contradiction between the above statement and the first error in your log example :-)

Re: stuck confused an need help please

2010-05-24 Thread Yucca Nel
confused an need help please On Mon, May 24, 2010 at 11:37 AM, Yucca Nel yucca...@live.co.za wrote: I have been getting mysql SELECT privilege denied exception even though user has all access to database. There would seem to be a contradiction between the above statement and the first error

Re: stuck confused an need help please

2010-05-24 Thread Yucca Nel
I forgot to mention I am using myswl 5, and tomcat 6 -- From: Yucca Nel yucca...@live.co.za Sent: Monday, May 24, 2010 9:00 PM To: Tomcat Users List users@tomcat.apache.org Subject: Re: stuck confused an need help please yes but I don't know why

Re: stuck confused an need help please

2010-05-24 Thread Hassan Schroeder
On Mon, May 24, 2010 at 12:00 PM, Yucca Nel yucca...@live.co.za wrote: The credentials I am providing sre 100% correct Not according to the log file you sent. Are you saying that you have successfully logged in to MySQL from the command line on the server using those credentials? -- Hassan

Re: stuck confused an need help please

2010-05-24 Thread Yucca Nel
@tomcat.apache.org Subject: Re: stuck confused an need help please I forgot to mention I am using myswl 5, and tomcat 6 -- From: Yucca Nel yucca...@live.co.za Sent: Monday, May 24, 2010 9:00 PM To: Tomcat Users List users@tomcat.apache.org Subject

Re: stuck confused an need help please

2010-05-24 Thread Yucca Nel
Users List users@tomcat.apache.org Subject: Re: stuck confused an need help please On Mon, May 24, 2010 at 12:00 PM, Yucca Nel yucca...@live.co.za wrote: The credentials I am providing sre 100% correct Not according to the log file you sent. Are you saying that you have successfully logged

Re: stuck confused an need help please

2010-05-24 Thread Yucca Nel
Subject: Re: stuck confused an need help please there is no cli for myswl using cpanel. Only php mysql admin and I know I am using the credentials provided when I created the user in php admin -- From: Hassan Schroeder hassan.schroe...@gmail.com Sent

Re: stuck confused an need help please

2010-05-24 Thread Yucca Nel
...@live.co.za Sent: Monday, May 24, 2010 9:14 PM To: Tomcat Users List users@tomcat.apache.org Subject: Re: stuck confused an need help please there is no cli for myswl using cpanel. Only php mysql admin and I know I am using the credentials provided when I created the user in php admin

Re: stuck confused an need help please

2010-05-24 Thread Hassan Schroeder
On Mon, May 24, 2010 at 12:11 PM, Yucca Nel yucca...@live.co.za wrote: Perhaps the real issue herw for mr personally  (and I hope anyone using dailyrazor) could answer if it's normal to not be able to use mysql in a production environment where I DON't have to have my dailyrazor username

Re: stuck confused an need help please

2010-05-24 Thread Yucca Nel
Users List users@tomcat.apache.org Subject: Re: stuck confused an need help please here is copy of email sent from hosting provider ... Dear Customer, We see no permisson problems with your database: # mysql --database=yucca123_thejarbar --user=yucca123_hiber --password=myPass Reading table

Re: stuck confused an need help please

2010-05-24 Thread Yucca Nel
hassan.schroe...@gmail.com Sent: Monday, May 24, 2010 9:23 PM To: Tomcat Users List users@tomcat.apache.org Subject: Re: stuck confused an need help please On Mon, May 24, 2010 at 12:11 PM, Yucca Nel yucca...@live.co.za wrote: Perhaps the real issue herw for mr personally (and I hope anyone using

RE: stuck confused an need help please

2010-05-24 Thread Martin Gainty
Subject: Re: stuck confused an need help please Date: Mon, 24 May 2010 21:06:13 +0200 I forgot to mention I am using myswl 5, and tomcat 6 -- From: Yucca Nel yucca...@live.co.za Sent: Monday, May 24, 2010 9:00 PM To: Tomcat Users List users

Additional comments: stuck confused an need help please

2010-05-24 Thread Ken Bowen
24, 2010 3:57:28 PM EDT To: Tomcat Users List users@tomcat.apache.org Subject: Re: stuck confused an need help please eApps.com provides a virtual system env; you ssh in and it looks/ feels like your own unix system (CentOS 5); in addition, there is a web-based control panel. They've been

RE: need help in setting up virtual url for tomcat 5 URGENT

2010-04-15 Thread Vivek Kanchan
PM To: Tomcat Users List Subject: Re: need help in setting up virtual url for tomcat 5 URGENT On 14/04/2010 12:10, Vivek Kanchan wrote: This is urgent please , i am new to tomcat. :( People volunteer their support here for free. If you need urgent support you may have to look

<    1   2   3   4   5   6   >