RE: Strange problem with data source Tomcat 6.0.18

2009-08-31 Thread Schalk
, the path as well as docbase and walla! Thanks again! -- Kind Regards Schalk Neethling -Original Message- From: Michael Ludwig [mailto:mil...@gmx.de] Sent: 01 September 2009 12:56 AM To: Tomcat Users List Subject: Re: Strange problem with data source Tomcat 6.0.18 sch...@afrigis.co.za

RE: Strange problem with data source Tomcat 6.0.18

2009-08-31 Thread Schalk
just use the Resource definitions on its own and Tomcat will figure out all of the rest. -- Kind Regards Schalk Neethling Developer - AfriGIS - Mobile Skype: volume4 www.afrigis.co.za -Original Message- From: Michael Ludwig [mailto:mil...@gmx.de] Sent: 01 September 2009 12:56 AM To

RE: Strange problem with data source Tomcat 6.0.18

2009-08-31 Thread Schalk
re it is, maybe you spot something I am missing btw. Might there be an ever so slightly different way that this is handled with Tomcat on Linux as opposed to Windows? -- Kind Regards Schalk Neethling -Original Message- From: Michael Ludwig [mailto:mil...@gmx.de] Sen

RE: Strange problem with data source Tomcat 6.0.18

2009-08-31 Thread Schalk
Hi there Michael, Ok, I removed the mysql jar from my app and left it in tomcat/lib I also undeployed and then redeployed the war file via the manager app but the problem persists. -- Kind Regards Schalk Neethling -Original Message- From: Michael Ludwig [mailto:mil...@gmx.de] Sent

RE: Strange problem with data source Tomcat 6.0.18

2009-08-31 Thread Schalk
aring from you. -- Kind Regards Schalk Neethling -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: 31 August 2009 11:26 PM To: Tomcat Users List Subject: RE: Strange problem with data source Tomcat 6.0.18 > From: sch...@afrigis.co.za [ma

Strange problem with data source Tomcat 6.0.18

2009-08-31 Thread Schalk
;); } The name jdbc/wuMaps is also exactly the same in the web.xml as well as the context.xml, any ideas why the app cannot find the data source on the server? I look forward to hearing from everyone. -- Kind Regards Schalk Neethling -

Tomcat 5.5.20 and client certs, not working (browser is not sending the cert to the server)

2007-10-23 Thread Werner Schalk
t="100" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" /> 3) Restartet Tomcat, short connectivity test, SSL works fine. 4) Creation of client certificate: $JAVA_HOME/bin/keytool -genkey -v -alias wschalkKey -keya

Fw: Tomcat 5.5.25, SSL and "invalid keystore format"

2007-10-16 Thread Werner Schalk
Hello, is anyone able to help me with this? I can't get SSL to work on Tomcat 5.5.25, I am still getting the "Invalid keystore format" or "class not found" error. Anyone response is greatly appreciated. Thank you. Cheers, Werner. - Original Message ----- From

Re: Tomcat 5.5.25, SSL and "invalid keystore format"

2007-10-15 Thread Werner Schalk
; <-- Define a non-blocking Java SSL Coyote HTTP/1.1 Connector on port 8443 --> Step by step instructions available here http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html Anything missed? Martin - Original Message - From: "Werner Schalk" <[EMAIL PROTECTED]> To

Re: Tomcat 5.5.25, SSL and "invalid keystore format"

2007-10-14 Thread Werner Schalk
Martin-- - Original Message - From: "Werner Schalk" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Saturday, October 13, 2007 6:33 PM Subject: Tomcat 5.5.25, SSL and "invalid keystore format" Hello, I am trying to setup SSL in my Tomcat 5.5.25 (on D

Tomcat 5.5.25, SSL and "invalid keystore format"

2007-10-13 Thread Werner Schalk
Hello, I am trying to setup SSL in my Tomcat 5.5.25 (on Debian Linux) and thus downloaded a binary version of Tomcat from the Tomcat website. Now I tried to create a keystore: # keytool -genkey -v -keyalg RSA The server.xml is as follows: The error message in the log I am getting is: SE

Re: Problems with SSL-enabled Tomcat 5.5

2007-09-03 Thread Werner Schalk
Hi, I tried with the Intermediate Cert as well but then I had the same problems (see below). Take a look at the comments on AgentBob's website, one is mentioning putting all certs together to make this work. At least for me it didn't and what I ended up doing was buying a new certificate unfor

Re: Problems with SSL-enabled Tomcat 5.5

2007-08-31 Thread Werner Schalk
Hello, interestingly it did not work for me in the end. Basically I can import the certificate and the private key to rebuild the original keystore using AgentBob's Java code. Fine. Then when restarting Tomcat it does not complain anymore and everything appears to be fine (Tomcat says something

Re: Tomcat keeps breaking/SSL keystore troubles

2007-08-30 Thread Werner Schalk
Great piece of code! Now everything is fine with me as well. Thanks to everyone who helped me on this one! I suppose it would be worth adding this piece of code or at least a link to the Tomcat site!!! Bye, Werner. - Original Message - From: "Christoph Lechner" <[EMAIL PROTECTED]> To

Re: Tomcat keeps breaking/SSL keystore troubles

2007-08-30 Thread Werner Schalk
Hello Christoph, welcome to the club, I am having the same problem. See my thread "Problems with SSL-enabled Tomcat 5.5". Bye, Werner. - Original Message - From: "Christoph Lechner" <[EMAIL PROTECTED]> To: Sent: Thursday, August 30, 2007 5:11 PM Subject: Tomcat keeps breaking/SSL k

Re: Problems with SSL-enabled Tomcat 5.5

2007-08-30 Thread Werner Schalk
omplains for not finding one named "tomcat" could be that it just looks for tomcat alias to be existent. this is what I would try next, import the same certificate using the "tomcat" alias, leave the "root" alias in there. Filip Werner Schalk wrote: Hello, setti

Re: Problems with SSL-enabled Tomcat 5.5

2007-08-30 Thread Werner Schalk
tly appreciated. Bye, Werner. - Original Message - From: "Filip Hanik - Dev Lists" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, August 29, 2007 10:32 PM Subject: Re: Problems with SSL-enabled Tomcat 5.5 did you set keyAlias="root" in se

Problems with SSL-enabled Tomcat 5.5

2007-08-29 Thread Werner Schalk
Hello, I am trying to setup a SSL-enabled Tomcat 5.5.? (5.5.20 I think) on a Sun Solaris 10 (Sparc) but it turns out that this appears not to be an easy task. Hopefully you guys can shed some light on this. Basically I do have a Verisign-signed SSL certificate which I would like to add to my e

Adding a virtual host in Tomcat 5.5

2007-01-15 Thread Werner Schalk
Hi, as I have now spend several hours trying to get this work, I am asking for your support guys. But please dare with me as I am a complete newbie to Tomcat. Basically I installed Tomcat 5.5 and mod_jk 1.2.20 as decribed in http://gentoo-wiki.com/HOWTO_Apache2_and_Tomcat5 and it works fine (t

Re: Specification of web.xml

2006-07-06 Thread Schalk Neethling
unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers emotionalize.conceptualize.visualize.realize Landlines Tel: +27125468436 US Tel: (440) 499-5484

Re: Illegal Access

2005-12-21 Thread Schalk
----- From: Schalk [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 21, 2005 10:30 AM To: Tomcat Users List Subject: Re: Illegal Access Caldarale, Charles R wrote: From: Schalk [mailto:[EMAIL PROTECTED] Subject: Re: Illegal Access To add onto this, what is the default username and passwo

Re: Illegal Access

2005-12-21 Thread Schalk
age - From: "Schalk" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, December 21, 2005 10:51 AM Subject: Illegal Access Greetings All Some of the pages on a site running on localhost is throwing an Illegal Access error with java.net.BindException. I

Re: Illegal Access

2005-12-21 Thread Schalk
Caldarale, Charles R wrote: From: Schalk [mailto:[EMAIL PROTECTED] Subject: Re: Illegal Access To add onto this, what is the default username and password for the Tomcat Manager application? There isn't one. You have to add the appropriate userid and role to your authentic

Re: Illegal Access

2005-12-21 Thread Schalk
To add onto this, what is the default username and password for the Tomcat Manager application? I am currently using user:admin pass:tomcat Schalk wrote: Greetings All Some of the pages on a site running on localhost is throwing an Illegal Access error with java.net.BindException. I cannot

Illegal Access

2005-12-21 Thread Schalk
. -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]