RE: Regarding jk_nt_service.exe

2002-01-21 Thread Ratnakar Palle
It's not mandatory to run it as a service but it would be useful since you don't have to start every time you reboot your machine. Also, with jk_nt_service, all the logs are written to the log files which are useful for debugging. For which version of tomcat do you need jk_nt_service? For Tomcat

Tomcat3.2.1 - dynamic classpath in wrapper.properties

2001-08-28 Thread Ratnakar Palle
Hi All, I'm using the Tomcat3.2.1 and running it as an NT Service. I'm including all my jar's (that I refer in code) in the wrapper.properties file. But, I've a requirement where one of the jar that I refer in my code, could be added separately. So, I don't know it's path. But, it will be in

RE: Tomcat3.2.1 - dynamic classpath in wrapper.properties

2001-09-05 Thread Ratnakar Palle
Haven't heard anything on this, so, sending it out again... Sorry for the inconvenience. Thanks, -Ratnakar -Original Message- From: Ratnakar Palle [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 28, 2001 5:32 PM To: [EMAIL PROTECTED] Subject: Tomcat3.2.1 - dynamic classpath

Servlet/JSP - content-type

2001-09-07 Thread Ratnakar Palle
Hi All, I'm using model 2 architecture, i.e. request comes to servlet, servlet does the process and creates the bean and forwards it to JSP. Finally, jsp sends the response to the client. But, I've a question about the content-type. My bean, should set the content-type on jsp and I don't want

RE: Servlet/JSP - content-type

2001-09-07 Thread Ratnakar Palle
is not going to work. You will have to set the content type in the JSP page. Craig On Fri, 7 Sep 2001, Ratnakar Palle wrote: Date: Fri, 7 Sep 2001 09:35:36 -0700 From: Ratnakar Palle [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Servlet/JSP - content-type

RE: Servlet/JSP - content-type

2001-09-07 Thread Ratnakar Palle
. McClanahan Sent: Friday, September 07, 2001 12:18 PM To: [EMAIL PROTECTED] Subject: RE: Servlet/JSP - content-type On Fri, 7 Sep 2001, Ratnakar Palle wrote: Date: Fri, 7 Sep 2001 12:07:07 -0700 From: Ratnakar Palle [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE

RE: Servlet/JSP - content-type

2001-09-07 Thread Ratnakar Palle
, Ratnakar Palle wrote: Date: Fri, 7 Sep 2001 12:41:38 -0700 From: Ratnakar Palle [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: Servlet/JSP - content-type Thanks Craig for clarification... I've another question on that line.. I'm actually using

RE: Tomcat IIS How to

2001-09-16 Thread Ratnakar Palle
Hi Chris, You need to right click on the Default Web Site but not on the jakarta.. Or, go to Action - Properties after selecting Default Web Site... Hope this helps... -Ratnakar -Original Message- From: Chris Huisman [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 16, 2001 3:02 PM

RE: Problems with IIS and Tomcat 3.2.3

2001-09-17 Thread Ratnakar Palle
So, what is the error you are seeing... It would be nice if you can send out the log too... Thanks, -Ratnakar -Original Message- From: Gonzalez Pau [mailto:[EMAIL PROTECTED]] Sent: Monday, September 17, 2001 2:02 AM To: [EMAIL PROTECTED] Subject: Problems with IIS and Tomcat 3.2.3

RE: Tomcat 3.2.3 and IIS Win2000

2001-11-02 Thread Ratnakar Palle
Looks like the request is not being sent to Tomcat. Can you verify if the path specified in the jakarta (jakarta is case sensitive) is correct? Also, try giving the long path (C:\program files) instead of short path (c:\progra~1\). Hope this helps. Thanks, -Ratnakar -Original Message-

Tomcat4.0 as NT Service

2001-11-20 Thread Ratnakar Palle
Hi All, I've a quick question. I was successful in running the Tomcat 3.x as NT Service using jk_nt_service.exe. Do we've something similar for Tomcat4.x? Thanks in advance, -Ratnakar -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with

Tomcat4.0 - server.xml Q

2001-11-20 Thread Ratnakar Palle
Hi All, I just installed Tomcat4.0 and noticed that there are two services in server.xml file called Tomcat-Standalone and Tomcat-Apache. If I'm running the Tomcat4.0 with Apache1.3, do I still need to have two services or Tomcat-Apache alone would be sufficient. Thanks in advance, -Ratnakar

Problem in getting charset encoding

2001-04-16 Thread Ratnakar Palle
I apologize if this question has already been asked or answered. I went through the archive mails but couldn't find any solution for it. We are planning to develop a multilingual application using Servlet/JSP. The servlet can receive the request from clients of different languages. By

How to know Browser's Charset Encoding?

2001-04-16 Thread Ratnakar Palle
Looks like, most of the browsers like IE5.0 or NS4.7 doesn't return the encoding type. At least, I checked it with Servlet request.getCharacterEncoding() which returns null. I'm using Tomcat3.2.1 on Windows2000. Is there a way to know what kind of encoding, the browser is using ?? Is it

Problem in getting charset encoding

2001-04-16 Thread Ratnakar Palle
Sorry, for posting this again... I had some problem with prev email... I apologize if this question has already been asked or answered. I went through the archive mails but couldn't find any solution for it. We are planning to develop a multilingual application using Servlet/JSP. The servlet

How to know Browser's Charset Encoding?

2001-04-16 Thread Ratnakar Palle
Sorry, for posting this again... I had some problem with prev email... Looks like, most of the browsers like IE5.0 or NS4.7 doesn't return the encoding type. At least, I checked it with Servlet request.getCharacterEncoding() which returns null. I'm using Tomcat3.2.1 on Windows2000. Is there a

Tomcat4.0 - when is it going to be available?

2001-04-19 Thread Ratnakar Palle
Do you guys know, when is Tomcat4.0 officially going to be released or available?? Thanks, -Ratnakar

RE: ISAPIredirect.dll under NT server

2001-04-20 Thread Ratnakar Palle
Did you add the ISAPI filter in the IIS console management, which is step 8 from the document "Tomcat IIS HowTo" under section "Configuring the ISAPI Redirector" ?? -Ratnakar -Original Message- From: Paul Meaney [mailto:[EMAIL PROTECTED]] Sent: Friday, April 20, 2001 8:56 AM To: '[EMAIL

NT Authentication

2001-04-20 Thread Ratnakar Palle
Has anyone implemented NT Authentication using JNI before?? Any pointers would be of great help! Thanks in advance, -Ratnakar

RE: Determining NT login name

2001-05-16 Thread Ratnakar Palle
But, I've a question. Actually, when Tomcat does the authentication, it keeps the user in session. Also, it tries to validate when ever user tries to access the protected files. If IIS does the authentication, how can we achieve this?? Thanks in advance, -Ratnakar -Original Message-

RE: Tomcat running as a service!

2001-06-01 Thread Ratnakar Palle
Yes, you can do that... Download the jk_nt_service.exe from the tomcat site and execute jk_nt_service.exe -i servicename location of your wrapper.properties But, before that you may have to update your wrapper.properties like wrapper.tomcat_home=c:\jakarta-tomcat-3.2.1

RE: Tomcat NT service mode

2001-06-11 Thread Ratnakar Palle
I've a similar requirement... If anyone has done this before, please let me know.. Thanks, -Ratnakar From: Swart, James (Jim) ** CTR ** Subject: RE: Tomcat NT service mode Date: Tue, 5 Jun 2001 13:00:07 -0400 can't you just change it's properties to startup up automatically in the

RE: Tomcat NT service mode

2001-06-11 Thread Ratnakar Palle
: Ratnakar Palle [mailto:[EMAIL PROTECTED]] Sent: Monday, June 11, 2001 2:26 PM To: [EMAIL PROTECTED] Subject: RE: Tomcat NT service mode I've a similar requirement... If anyone has done this before, please let me know.. Thanks, -Ratnakar From: Swart, James (Jim) ** CTR ** Subject: RE

RE: FW: IIS+Tomcat Q

2001-08-06 Thread Ratnakar Palle
that answer your question? Bojan Ratnakar Palle wrote: I've a very basic question about IIS+Tomcat integration. I've to validate the user against the NT domain. When the request comes in, IIS validates the user against NT and forwards the request to Tomcat. After user gets validated, how does

IIS+Tomcat Port issue

2001-08-07 Thread Ratnakar Palle
Hi Tomcat-Users, I've the following scenario... IIS listening on port 80. Tomcat listening on port 8080. How do I restrict the users accessing Tomcat directly? What configuration changes do I've to do in order to accomplish this? Hope, I was clear on my question Thanks in advance,

Tomcat 3.2 compatible with JDK1.4

2004-01-23 Thread Ratnakar Palle
Hi ! Has anyone run into any issues using Tomcat 3.2 in JDK1.4 environment on Windows 2000? Or, do you foresee any issues with it? Thanks in advance. -Ratnakar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional