RE: Message status - delivered

2001-09-04 Thread Mandar Joshi
What the hell is that ? It's flooding my inbox. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 04, 2001 10:41 AM To: [EMAIL PROTECTED] Subject: Message status - delivered The message that you sent was delivered to the following:

RE: Redirection and Load Balancing

2001-08-08 Thread Mandar Joshi
Is it possible to use mod_jk with standalone tomcat ? Thanks for your help Mandar -Original Message- From: Paul Nock [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 08, 2001 3:44 PM To: [EMAIL PROTECTED] Subject: RE: Redirection and Load Balancing You can use mod_jk to load

RE: Redirection and Load Balancing

2001-08-08 Thread Mandar Joshi
Then is there any mechanism on tomcat standalone for load balancing ? Thanks Mandar -Original Message- From: Tim O'Neil [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 08, 2001 4:02 PM To: [EMAIL PROTECTED] Subject: RE: Redirection and Load Balancing At 03:51 PM 8/8/2001, you

RE: imp - Tomcat with SSL

2001-07-06 Thread Mandar Joshi
I guess it does not support digest based (SSL) client authenticationthough. cheers, Mandar -Original Message-From: Rams [mailto:[EMAIL PROTECTED]]Sent: Thursday, July 05, 2001 11:24 PMTo: [EMAIL PROTECTED]Subject: RE: imp - Tomcat with SSL Tomcat does support SSL..

Client Authentication not supported in Tomcat 3.x.

2001-07-02 Thread Mandar Joshi
Hi, I was looking at the release notes for 3.2 and 3.3 and I found following statement in there - - DIGEST authentication and HTTPS client authentication (i.e. SSL) are not supported in this release. Does that mean that I can not use Client Authentication in 3.x versions of tomcat ? (Its

How to control the http reponse code from Servlet ?

2001-06-06 Thread Mandar Joshi
Hi, My application demands control over http response codes while sending a response from a servlet. Please help me understand how can one do this. I am using Tomcat 3.2 as servlet engine on Windows NT platform Thanks in advance, Mandar

Re: How to control the http reponse code from Servlet ?

2001-06-06 Thread Mandar Joshi
(); look at the javadoc api for javax.servlets.http -Original Message- From: Mandar Joshi [mailto:[EMAIL PROTECTED]] Sent: Thursday, 7 June 2001 10:34 AM To: [EMAIL PROTECTED] Subject: How to control the http reponse code from Servlet ? Hi, My application demands control over http

Re: simple question for servlet-configuration of tomcat

2001-04-06 Thread Mandar Joshi
You simply need to put your stuff uner ROOT context. - Original Message - From: "TOPO graphics GmbH" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 06, 2001 7:19 AM Subject: simple question for servlet-configuration of tomcat Hello, since several weeks I am testing

Re: Client Authentication

2001-04-05 Thread Mandar Joshi
Hi Rams, I have kept my Client Certificate in the cert store specified by 'keystore' parameter of the SSL connector in TC. while importing it from file to this keystore, I have trusted the Root CA (this is CA of my company). I have same certificate installed on my IE, with Root CA in the Root

Client Authentication

2001-04-04 Thread Mandar Joshi
Hi, I am using Tomcat 3.2 on WindowsNT 4.0. I have enabled SSL direct on tomcat. If I access my server without client authentication it goes on well. But if I specify client authentication then it gives me following error on the server screen 2001-04-04 04:02:42 - Ctx( ): 400 R( /) null

Re: Client Authentication

2001-04-04 Thread Mandar Joshi
uot;. I want to know if there are any additional settings to be done on Tomcat side ? I know IE should atleast allow me to select a certificate to be sent to the server by showing a dialog box. It does not reach that stage. Mandar Pae -Original Message- From: Mandar Joshi [EMAIL PR

Deploying servlet without an application

2001-03-22 Thread Mandar Joshi
I want to make a simple applet run on tomcat. I don't want to put that in an enterprise application just want to have it in the classpath and make an entry in the web.xml like this servlet servlet-name ServRequests /servlet-name

Simple servlet without an application

2001-03-22 Thread Mandar Joshi
Hi All, I want to make a simple servlet run on tomcat. I don't want to put that in an enterprise application just want to have it in the classpath and make an entry in the web.xml like this servlet servlet-name ServRequests /servlet-name

javax.servlet.ServletException: sealing violation

2001-03-14 Thread Mandar Joshi
I just moved my server side java class to another directory and altered the classpaths to the new directory. I am getting follwoing exception while calling my jsp javax.servlet.ServletException: sealing violation at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp

Re: Error: 500 while compiling a JSP file

2001-03-13 Thread Mandar Joshi
need to do is to either import * (all in the default package) or import DBWriter (the class specifically). Randy -Original Message----- From: Mandar Joshi [mailto:[EMAIL PROTECTED]] Sent: Monday, March 12, 2001 5:51 PM To: [EMAIL PROTECTED] Subject: Error: 500 while compiling a JSP file

org.apache.jasper.JasperException: Unable to compile class for JSP

2001-03-12 Thread Mandar Joshi
Hi, I have a simple server-side java class named DBWriter (with no package name) I am using it in a jsp file like this %DBWriter dbwrt = new DBWriter()% I get following exception on browser page while browsing the above jsp

SSL Direct - badly in need of help.

2001-03-05 Thread Mandar Joshi
Hi All, am trying to SSL Direct configuration. I have a servercertificate installed in a store. Connector className="org.apache.tomcat.service.PoolTcpConnector" Parameter name="handler" value="org.apache.tomcat.service.http.HttpConnectionHandler"/ Parameter

Once Again IIS and Tomcat

2001-02-28 Thread Mandar Joshi
I have this setup with me IIS4.0, WinNT 4.0 server. Jdk1.3 Tomcat 3.2 I have followed the instructions in the howto_IIS.html I can see the green arrow in the filter screen. I have changed following entries in workers.properties workers.tomcat_home=D:\tomcat workers.java_home=D:\jdk1.3 I can

More on tomcat with SSL problem

2001-02-26 Thread Mandar Joshi
to be a common Cipher Suite since both the programs are running on same machine and sharing same environment. Any help appritiated Mandar -Original Message- From: Mandar Joshi [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 24, 2001 6:27 PM To: [EMAIL PROTECTED] Subject: tomcat

Re: first time user!!!

2001-02-22 Thread Mandar Joshi
I use tomcat start command to start it Mandar - Original Message - From: "Zakaria ." [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 22, 2001 5:34 PM Subject: first time user!!! My question is very basic, i cant get tomcat (jakarta-tomcat-3.2.1) to work on my windows

Anybody doing doPost successfully ?

2001-02-16 Thread Mandar Joshi
Hi, I am still not successful in getting data in doPost. anybody is doing it successfully ? Regards, Mandar - Original Message - From: Mandar Joshi To: [EMAIL PROTECTED] Sent: Thursday, February 15, 2001 6:15 PM Subject: No Data available in doPost ? Hi

Re: Anybody doing doPost successfully ?

2001-02-16 Thread Mandar Joshi
applet or something. The process does work, so it must be something unique to the way you are sending the info. Regards, Paul -Original Message-From: Mandar Joshi [mailto:[EMAIL PROTECTED]]Sent: Friday, February 16, 2001 1:39 PMTo: [EMAIL PROTECTED]Subject:

No Data available in doPost ?

2001-02-15 Thread Mandar Joshi
Hi, I am doing the following thing in my doPost() method. __ public void doPost(HttpServletRequestrequest,HttpServletResponseresponse) throws ServletException, IOException { try {