Re: Tomcat connector receives 404, IIS logs 200

2008-08-31 Thread bhooshanpandit
Are you sure you don't have something like this in your Tomcat's web.xml: 404 /Failure.jsp What response do you get in browser when you try to access a resource that does not exist on TC, after by-passing IIS i.e. http://:/? -Original Message- From: Karim Zaki <[EMAIL PROTECTED]

Re: How to make to Apache-Tomcat 6.0.13 to support all of SSLv2/SSLv3 and TLS protocols

2008-08-31 Thread Suresh Kumar J
no, I wanted to use an opensource JRE in this case. The issue I was trying to put forward is that Tomcat 6.0.13 errors out with the following error when the FireFox3.0.1 browser tries to send a 'SSLv2 Record Layer - Client Hello' message. -- Aug

Re: How to make to Apache-Tomcat 6.0.13 to support all of SSLv2/SSLv3 and TLS protocols

2008-08-31 Thread bhooshanpandit
Then it's most likely an issue with harmony JRE (I think it doesn't provide an SSLContext implementation that you are looking for i.e. SSL). Have you tried Sun JRE?? -Original Message- From: Suresh Kumar J <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Mon, 1 Sep 2008 11:26 am Subjec

Re: How to make to Apache-Tomcat 6.0.13 to support all of SSLv2/SSLv3 and TLS protocols

2008-08-31 Thread Suresh Kumar J
Am having the Apache Harmony JRE. [EMAIL PROTECTED] wrote: What JRE / JDK are you using with Tomcat 6.0.13? -Original Message- From: Suresh Kumar J <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Sat, 30 Aug 2008 10:16 pm Subject: Re: How to make to Apache-Tomcat 6.0.13 to support all

Re: How to make to Apache-Tomcat 6.0.13 to support all of SSLv2/SSLv3 and TLS protocols

2008-08-31 Thread bhooshanpandit
What JRE / JDK are you using with Tomcat 6.0.13? -Original Message- From: Suresh Kumar J <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Sat, 30 Aug 2008 10:16 pm Subject: Re: How to make to Apache-Tomcat 6.0.13 to support all of SSLv2/SSLv3 and TLS protocols I tried changing

RE: servlet works, jsp does not

2008-08-31 Thread Martin Gainty
I've used 3.1 driver with no problemshttp://dev.mysql.com/downloads/connector/j/3.1.html *if your app requires or implements any of the following capabilities*JDBC-4.0 NCHAR NVARCHAR and NCLOB types then stay with 5.1 driverhttp://dev.mysql.com/downloads/connector/j/5.1.htmlfor jsp cache issu

Re: Issue in connecting to tomcat via Apache

2008-08-31 Thread Vasanth Kumar ravi
Thanks Rainer. On Fri, Aug 29, 2008 at 6:16 PM, Rainer Jung <[EMAIL PROTECTED]>wrote: > Vasanth Kumar ravi schrieb: > > Rainer, > > I was able to resolve the issue...and the root cause was simple... > > it was my mistake... > > in the conf file I had mentioned /examples/* worker1 > > I was tryin

Re: Default application or HTML redirect

2008-08-31 Thread Konstantin Kolinko
1. Is your host accessible by its IP address? Also, can you access your application locally, but using external (not 127.0.0.1) IP address? 2. I hope, that it is not a caching issue (Ctrl+F5 from browser retrieves non-cached instance of the page, and, I think, should also refresh intermediate cac

Re: antioJarLocking not working

2008-08-31 Thread Johnny Kewl
- Original Message - From: "Aaron Axelsen" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Sunday, August 31, 2008 9:39 PM Subject: Re: antioJarLocking not working I tried sticking the jars there - but it did not seem to make any difference. Let me recap on what we are trying to

Re: antioJarLocking not working

2008-08-31 Thread Aaron Axelsen
I tried sticking the jars there - but it did not seem to make any difference. Let me recap on what we are trying to accomplish. The instructor for the course is using the NetBeans 6.5 IDE for ruby development. The students would then create a war file for deployment on tomcat 6. The students wi

servlet works, jsp also, thanks!

2008-08-31 Thread ge
Hi, Problem gone now. I deleted /usr/share/tomcat5/common/lib/mysql-connector-java-5.1.5-bin.jar I simply waited for about 10 seconds after tomcat5 restart, and I get now the right display: Results hello 12345 hellox 123456 jsp looks: <%@ taglib uri="http:

servlet works, jsp does not

2008-08-31 Thread ge
Hi, I was away for 2 weeks. Now checked: >> As soon as I copy mysql-connector-java-5.1.5-bin.jar >> into /usr/share/tomcat5/common/lib, --restart tomcat5-- >> and try test.jsp, I get this: >> javax.servlet.ServletException: Unable to get connection, DataSource >> invalid: "java.sql.SQLExceptio