Tomcat redirectors for external web servers in production enviroment

2002-07-01 Thread Sankaranarayanan (Ganesh) Ganapathy
Hi All, Just making sure that Tomcat redirectors for external webservers like IIS and apache are production quality - has anybody used them in production enviroments - if so can you let me know. Thanx Ganesh -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

Do we need to use doCloseWithReadPending option on HPUX for tomcat4.0.3 as well?

2002-07-12 Thread Sankaranarayanan (Ganesh) Ganapathy
Hi All, I tried running tomcat4.0.3 on hpux and I find that tomcat hangs while shutdown if the VM is not started using -XdoCloseWithReadPending option. Is that the experience of other tomcat users on hp-ux? The documentation for this option says that a socket close call will block on a thread

Coyote, JK and JK2

2002-07-15 Thread Sankaranarayanan (Ganesh) Ganapathy
Hi All, How does JK2 differ JK. If I want to set up tomcat4.0.3 against apache1.3.26 which one should I be using? How are coyote connectors different from the JK connectors ? Can somebody explain? Also I see that none of the release version of JK connectors are available at

Can Somebody help please! : Coyote, JK and JK2

2002-07-16 Thread Sankaranarayanan (Ganesh) Ganapathy
Hi All, How does JK2 differ JK. If I want to set up tomcat4.0.3 against apache1.3.26 which one should I be using? How are coyote connectors different from the JK connectors ? Can somebody explain? Also I see that none of the release version of JK connectors are available at

Tomcat 4.0.4 HTTP connector shutdown issue

2002-07-30 Thread Sankaranarayanan (Ganesh) Ganapathy
Hi All, I am running tomcat server 4.0.4 on win2k. I have a simple client that repeatedly keeps sending requests to Tomcat... my client program hangs once in a while during Tomcat shutdown. My client program does the following: URL url = new URL(somerequest); HttpURLConnection

Choosing between standard Tomcat 4.0.3 and jdk1.4 LE

2002-05-06 Thread Sankaranarayanan (Ganesh) Ganapathy
Hi All, I want to user tomcat with jdk 1.3 and jdk 1.4. The question I am trying to answer is if I should use the Tomcat 4.0.3 standard or the JDK 1.4 LE version The difference that is mentioned in the apache site is that standard edition includes optional libraries and xml parser while the

Can somebody help me with this one: Choosing between standard Tomcat 4.0.3 and jdk1.4 LE

2002-05-07 Thread Sankaranarayanan (Ganesh) Ganapathy
Any hep will be greatly appreciated. -Original Message- From: Sankaranarayanan (Ganesh) Ganapathy Sent: Monday, May 06, 2002 3:05 PM To: '[EMAIL PROTECTED]' Subject: Choosing between standard Tomcat 4.0.3 and jdk1.4 LE Hi All, I want to user tomcat with jdk

Exception while accessing manager app from embedded tomcat

2002-05-14 Thread Sankaranarayanan (Ganesh) Ganapathy
Hi All, I launched the embedded tomcat in my application - it is configured to use memory realm. I added a user with the manager role in the tomcat-users.xml file. When I try access the manager app I see the following exception enclosed at the bottom of the mail. The same thing seems to work

Can somebody help: Exception while accessing manager app from embedded tomcat

2002-05-15 Thread Sankaranarayanan (Ganesh) Ganapathy
I am still looking for answers, can somebody help? Thanx in advance Ganesh -Original Message- From: Sankaranarayanan (Ganesh) Ganapathy Sent: Tuesday, May 14, 2002 11:59 AM To: [EMAIL PROTECTED] Subject: Exception while accessing manager app from embedded tomcat Hi All, I launched

Tomcat developers pl help : Embedded Tomcat and classloaders

2002-05-16 Thread Sankaranarayanan (Ganesh) Ganapathy
I want to use embedded tomcat in my application and I want to include only bootstrap.jar in my classpath. I am wondering how to achieve this. I wrote a class called EmbeddedTest that does what is given org.apache.catalina.startup.Embedded. I added catalina.jar in my classpath to compile the

Need help : Embedded Tomcat and classloaders

2002-05-16 Thread Sankaranarayanan (Ganesh) Ganapathy
Can some experts answer this one for me? Thanx! I want to use embedded tomcat in my application and I want to include only bootstrap.jar in my classpath. I am wondering how to achieve this. I wrote a class called EmbeddedTest that does what is given org.apache.catalina.startup.Embedded. I

IIS and Tomcat

2002-05-17 Thread Sankaranarayanan (Ganesh) Ganapathy
Hi All, What are the possible ways to configure IIS and Tomcat. Can the two be made to work using a WARP connector? Thanx Ganesh -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

AJP13Connector source and javadoc

2002-05-20 Thread Sankaranarayanan (Ganesh) Ganapathy
Hi All, I downloaded tomcat and tomcat source as well and I dont see the AJP13Connector as part of the tomcat source nor can I see the java docs for the same. I am planning to use the AJP13Connector in my embedded tomcat - so I am looking for the javadoc. Can somebody point me to it? Also

AJP13Connector source and javadoc

2002-05-20 Thread Sankaranarayanan (Ganesh) Ganapathy
Hi All, I downloaded tomcat and tomcat source as well and I dont see the AJP13Connector as part of the tomcat source nor can I see the java docs for the same. I am planning to use the AJP13Connector in my embedded tomcat - so I am looking for the javadoc. Can somebody point me to it? Also

Tomcat multiple tomcats out of the same base directory

2002-05-21 Thread Sankaranarayanan (Ganesh) Ganapathy
Could there be a problem using the web application or sharing the work directories. Is there a problem with running multiple tomcat instances out of the same base? Thanx Ganesh -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Is this conf supported?

2002-05-22 Thread Sankaranarayanan (Ganesh) Ganapathy
I want to run multiples instances of embedded Tomcat all sharing the same base directory. Is such a configuration supported? 1. Can all the instance work off the same web application files on disk - will there be any problem between the tomcat instances all sharing the same web application

IIS and tomcat4.0.3

2002-05-22 Thread Sankaranarayanan (Ganesh) Ganapathy
Hi All, I am trying to get tomcat4.0.3 to work with IIS using the AJP connector. I installed the isapi_redirector filter on IIS and configured it to use the workers.properties and uriworkermap.properties. I started IIS and tomcat4.0.3 with the AJP13 connector. But when I try to get to

Can somebody help: Is this conf supported?

2002-05-22 Thread Sankaranarayanan (Ganesh) Ganapathy
Just bubbling up my request for help! Can somebody help? I want to run multiples instances of embedded Tomcat all sharing the same base directory. Is such a configuration supported? 1. Can all the instance work off the same web application files on disk - will there be any problem between the

IIS and Tomcat: I am stuck with this for last two days : Can somebody help

2002-05-23 Thread Sankaranarayanan (Ganesh) Ganapathy
Hi All, I am using win2k professional, IIS 5.0 and Tomcat4.0.3 I want to configure IIS and tomcat. I followed the instructions and setup the ISAPI filer on IIS. I see a green arrow against the ISAPI filter. When I send in a request I see the following entry made in the IIS log: 07:30:30

Can somebody answer if this is a supported configuration?

2002-05-23 Thread Sankaranarayanan (Ganesh) Ganapathy
I want to run multiples instances of embedded Tomcat all against the same base directory. Is such a configuration supported? 1. Can all the instance work off the same web application files on disk - will there be any problem between the tomcat instances all sharing the same web application

RE: IIS and Tomcat: I am stuck with this for last two days : Can somebody help

2002-05-23 Thread Sankaranarayanan (Ganesh) Ganapathy
: Sankaranarayanan (Ganesh) Ganapathy [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 3:00 PM To: [EMAIL PROTECTED] Subject: IIS and Tomcat: I am stuck with this for last two days : Can somebody help Hi All, I am using win2k professional, IIS 5.0 and Tomcat4.0.3 I want to configure IIS and tomcat

I am trying to find the answer to this one for the last few days : Pl hep

2002-05-24 Thread Sankaranarayanan (Ganesh) Ganapathy
Hi All, I am resending this mail for the nth time hoping to get an answers from the experts here. Anyway my question is if the following is a supported config: I want to run multiples instances of embedded Tomcat all against the same base directory. Is such a configuration supported?

RE: I am trying to find the answer to this one for the last few days : Pl hep

2002-05-24 Thread Sankaranarayanan (Ganesh) Ganapathy
based on what you might or might not attempt to do in your actual configuration. Cheers, Larry -Original Message- From: Sankaranarayanan (Ganesh) Ganapathy [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 1:09 PM To: [EMAIL PROTECTED] Subject: I am trying to find the answer

AJP protocol

2002-05-28 Thread Sankaranarayanan (Ganesh) Ganapathy
I guess tomcat supports connection to external webservers using the AJP protocol. I can see that tomcat has IIS and apache redirectors that talks to the AJP connector is Tomcat? Does it have redirectors for other webservers like IPlanet and Websphere? Thanx Ganesh -- To unsubscribe, e-mail:

HTTP 1.1 Connector and HTTP 1.0 protocol

2002-05-30 Thread Sankaranarayanan (Ganesh) Ganapathy
Hi All, Just wanted to make sure that the HTTP 1.1 Connector supports HTTP 1.0 protocol. If I configure my browser to use HTTP 1.0 it should still against tomcat4.0.3 running HTTP 1.1 connector right? Thanx Ganesh -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

Tomcat redirectors

2002-05-30 Thread Sankaranarayanan (Ganesh) Ganapathy
Hi All, Has anyone built and used Tomcat redirectors for apache1.3 on HP-UX 11.10 and AIX 4.3.3? Has anyone used these in a production scenario? And why does every tomcat release selectively bundle only a few pre compiled binaries for tomcat redirectors - like for example with tomcat4.2.3

Tomcat redirectors

2002-06-04 Thread Sankaranarayanan (Ganesh) Ganapathy
Hi All, Has anyone built and used Tomcat redirectors for apache1.3.24 on HP-UX 11.10 and AIX 4.3.3? Has anyone used these in a production scenario? And why does every tomcat release selectively bundle only a few pre compiled binaries for tomcat redirectors - like for example with tomcat4.2.3

Urgent : Pl help : Getting the manager app to work with tomcat 4.0.3 and IIS 5.0

2002-06-06 Thread Sankaranarayanan (Ganesh) Ganapathy
Hi All, I have setup IIS and tomcat successfully - I can get to the example webapps. But when I try to access the manager app I get the message - Access to the specified resource is denied. The jakarta virtual directory has read and execute premission and the anonymous acces is enabled.

Urgent : Pl help : Getting the manager app to work with tomcat 4.0.3 and IIS 5.0

2002-06-06 Thread Sankaranarayanan (Ganesh) Ganapathy
Can somebody help, I am clueless as to how fix it, I have searched the net exhaustively! Has any one got this to work? Hi All, I have setup IIS and tomcat successfully - I can get to the example webapps. But when I try to access the manager app I get the message - Access to the specified

Pl help : I am stuck : Getting the manager app to work with tomcat 4.0.3 and IIS 5.0

2002-06-06 Thread Sankaranarayanan (Ganesh) Ganapathy
Can somebody help, I am clueless as to how fix it, I have searched the net exhaustively! Has any one got this to work? Hi All, I have setup IIS and tomcat successfully - I can get to the example webapps. But when I try to access the manager app I get the message - Access to the specified

RE: Pl help : I am stuck : Getting the manager app to work with tomcat 4.0.3 and IIS 5.0

2002-06-06 Thread Sankaranarayanan (Ganesh) Ganapathy
651.765.1018 -Original Message- From: Sankaranarayanan (Ganesh) Ganapathy [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 1:06 PM To: Tomcat Users List Subject: Pl help : I am stuck : Getting the manager app to work with tomcat 4.0.3 and IIS 5.0 Can somebody help, I am clueless as to how

RE: Pl help : I am stuck : Getting the manager app to work with tomcat 4.0.3 and IIS 5.0

2002-06-06 Thread Sankaranarayanan (Ganesh) Ganapathy
: Sankaranarayanan (Ganesh) Ganapathy [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 2:27 PM To: Tomcat Users List Subject: RE: Pl help : I am stuck : Getting the manager app to work with tomcat 4.0.3 and IIS 5.0 Thanx for the response. The manager app does work with tomcat in standalone

ATTN IIS-Tomcat redirector developers - I am stuck with this for over a week now - PL HELP

2002-06-13 Thread Sankaranarayanan (Ganesh) Ganapathy
Getting the manager app to work with tomcat 4.0.3 and IIS 5.0 Hi All, I have setup IIS5.0 and tomcat4.0.3 successfully on Win2k professional - can get to the example webapps. But when I try to access the manager app I get the message - Access to the specified resource is denied. The tomcat

RE: ATTN IIS-Tomcat redirector developers - I am stuck with this for over aweek now - PL HELP

2002-06-13 Thread Sankaranarayanan (Ganesh) Ganapathy
(Ganesh) Ganapathy [EMAIL PROTECTED] on 06/13/2002 12:02:18 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:ATTN IIS-Tomcat redirector developers - I am stuck with this for over a week now - PL HELP Getting the manager app to work with tomcat

RE: ATTN IIS-Tomcat redirector developers - I am stuck with this for overaweek now - PL HELP

2002-06-13 Thread Sankaranarayanan (Ganesh) Ganapathy
. See Context entry for manager in server.xml. RS Sankaranarayanan (Ganesh) Ganapathy [EMAIL PROTECTED] on 06/13/2002 12:16:45 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To:Tomcat Users List [EMAIL PROTECTED] cc: Subject:RE: ATTN IIS-Tomcat redirector developers - I am

RE: ATTN IIS-Tomcat redirector developers - I am stuck with this foroveraweek now - PL HELP

2002-06-13 Thread Sankaranarayanan (Ganesh) Ganapathy
=manager / /tomcat-users Hope this helps. RS Sankaranarayanan (Ganesh) Ganapathy [EMAIL PROTECTED] on 06/13/2002 12:29:35 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To:Tomcat Users List [EMAIL PROTECTED] cc: Subject:RE: ATTN IIS-Tomcat redirector developers - I am stuck

Tomcat 4 and bug fixing process

2002-06-24 Thread Sankaranarayanan (Ganesh) Ganapathy
Hi All, I am new to the free source world, spare with me for some trivial questions: Can somebody let me know how the bug fixing process works. If I find a bug in Tomcat 4 I see that I can file a bug report in apache bug database

Getting the manager app to work with Tomcat and external web server: CLOSURE

2002-06-24 Thread Sankaranarayanan (Ganesh) Ganapathy
For the benifit of those, stuck like me with this bug Looks like this is fixed in tomcat 404 5647 AJP13 connector will not pass authentication requests. I have not tried it out. Thanx Ganesh -Original Message- From: Sankaranarayanan (Ganesh) Ganapathy Sent: Thursday, June 13, 2002

Difference between JK and JK2 tomcat connectors

2002-06-24 Thread Sankaranarayanan (Ganesh) Ganapathy
Hi All, Is JK2 connector a rewrite and a improved version of JK? Do they both support the AJP 13 protocol (is there any connector yet that supports AJP14?) If both support AJP13 - which one should I be using ? Is JK2 production ready? What is the official word on that? Thanx Ganesh -- To

ProxyDirContext -tomcat cache question!

2002-10-03 Thread Sankaranarayanan (Ganesh) Ganapathy
Hi All, I see that tomcat maintains a cache of resources for each web application. Basically all web application resource like web.xml , taglibrary files, jsp files, java scripts, images etc seem to loaded in to the web application cache in memory, provided they are less than 32k. I have a

ProxyDirContext -tomcat cache question!

2002-10-04 Thread Sankaranarayanan (Ganesh) Ganapathy
Resending it ... as it did not get any response. Can somebody help? Hi All, I see that tomcat maintains a cache of resources for each web application. Basically all web application resource like web.xml , taglibrary files, jsp files, java scripts, images etc seem to loaded in to the web

URL-path bug for multobyte characters...

2002-10-14 Thread Sankaranarayanan (Ganesh) Ganapathy
Hi All, I have some multibyte characters in the URL I send to tomcat4.0.4 installtion . As reported in this article http://www.javaclue.org/tomcat/patch40b3/dopatch.html - it doesnt seem to work with out suggested code changes in tomcat4.0.4. Is this still a bug that needs to be fixed in

Has anybody tried using the NSAPI redirector

2003-01-22 Thread Sankaranarayanan (Ganesh) Ganapathy
Hi All, Does it work against the SunONE webserver? Also does anybody have prebuild binaries. Does apache intend to make the prebuilt binaries for these available as well? Thanx in advance for any help. --Ganesh -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

Tomcat 4x Classloading

2003-01-27 Thread Sankaranarayanan (Ganesh) Ganapathy
Hi All, It has been my observation that the system CLASSPATH classes are loaded in precedence to the web application class files. i.e if I had a web application class file in my CLASSPATH and well as my web application class repository (WEB-INF/classes) - the one in the system CLASSPATH is

RE: [BULK] - Tomcat 4x Classloading

2003-01-28 Thread Sankaranarayanan (Ganesh) Ganapathy
Has anybody seen this as well? Any response will be greatly appreicated! Thanx Ganesh -Original Message- From: Sankaranarayanan (Ganesh) Ganapathy Sent: Monday, January 27, 2003 5:56 PM To: [EMAIL PROTECTED] Subject: [BULK] - Tomcat 4x Classloading Hi All, It has been my

RE: [BULK] - Re[2]: [BULK] - Tomcat 4x Classloading

2003-01-28 Thread Sankaranarayanan (Ganesh) Ganapathy
the classpath entirely. Jake Tuesday, January 28, 2003, 12:37:32 PM, you wrote: SGG Has anybody seen this as well? SGG Any response will be greatly appreicated! SGG Thanx SGG Ganesh SGG -Original Message- SGG From: Sankaranarayanan (Ganesh) Ganapathy SGG Sent: Monday, January 27, 2003 5:56 PM

RE: [BULK] - Re: what is catalina?..

2003-01-31 Thread Sankaranarayanan (Ganesh) Ganapathy
While on this topic - how did the name Tomcat come about? Thanx Ganesh -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 9:56 AM To: Tomcat Users List Subject: [BULK] - Re: what is catalina?.. On Thu, 30 Jan 2003, Bill Barker

Tomcat4.1.18 admin webapp

2003-02-04 Thread Sankaranarayanan (Ganesh) Ganapathy
Hi All, I got the administration webapp loaded in tomcat4.1.18 and I can get to the login page. But I dont know how the admin webapp does authentication and authorization (it doesnt seem to authenticate against the memory realm aka tomcat-users.xml). Can somebody explain how the users should

No processor available

2003-02-27 Thread Sankaranarayanan (Ganesh) Ganapathy
Hi All, Currently I see that tomcat rejects requests with the message No processor available if it has reached the maximum number of processors and the processors are busy processing requests. Is there a way to make tomcat wait until a processor becomes available? Thanx Ganesh

RE: [BULK] - Re: No processor available

2003-02-27 Thread Sankaranarayanan (Ganesh) Ganapathy
. Thanx Ganesh -Original Message- From: Ben Ricker [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 11:07 AM To: Tomcat Users List Subject: [BULK] - Re: No processor available On Thu, 2003-02-27 at 12:53, Sankaranarayanan (Ganesh) Ganapathy wrote: Hi All, Currently I see

RE: [BULK] - RE: [BULK] - Re: No processor available

2003-02-27 Thread Sankaranarayanan (Ganesh) Ganapathy
, 2003 11:54 AM To: Tomcat Users List Subject: [BULK] - RE: [BULK] - Re: No processor available On Thu, 2003-02-27 at 13:37, Sankaranarayanan (Ganesh) Ganapathy wrote: How does the accept count property affect this? The accept count property merely determines the number of connections

Latest distribution of coyote connector

2003-03-20 Thread Sankaranarayanan (Ganesh) Ganapathy
Hi All, Where do I get the latest distribution of coyote connector. http://jakarta.apache.org/builds/jakarta-tomcat-connectors/coyote/release/ has only old releases. That is what is not bundled with 4.1.18. If I just the take necessary jars from 4.1.18(commons-logging.jar tomcat-coyote.jar

httpd trace and tomcat

2004-04-08 Thread Sankaranarayanan \(Ganesh\) Ganapathy
Hi All, It was brought to my attention that tomcat by default runs httpd trace and that it is a potential security hole. I don't understand what httpd trace is - can somebody explain? Is there a way to control this in tomcat (turning it on and off?) Thanks in advance! Ganesh

RE: [BULK] - Re: httpd trace and tomcat

2004-04-08 Thread Sankaranarayanan \(Ganesh\) Ganapathy
(Ganesh) Ganapathy wrote: Hi All, It was brought to my attention that tomcat by default runs httpd trace and that it is a potential security hole. I don't understand what httpd trace is - can somebody explain

Tomcat JMX monitor beans

2004-04-20 Thread Sankaranarayanan \(Ganesh\) Ganapathy
I see that tomcat provides JMX administration beans however I don't see tomcat JMX beans for monitoring (like thread pools) and statistics like a) time required to complete a request b) avergate time required to complete a request c) average number of requests per unit of time d) number of

RE: [BULK] - Re: Tomcat JMX monitor beans

2004-04-20 Thread Sankaranarayanan \(Ganesh\) Ganapathy
be wrong. have you looked at the full status page in TC5? peter Sankaranarayanan (Ganesh) Ganapathy [EMAIL PROTECTED] wrote:I see that tomcat provides JMX administration beans however I don't see tomcat JMX beans for monitoring (like thread pools) and statistics like a) time required to complete

Tomcat commiters : Enhancing DirContextStreamHandlerFactory

2004-02-05 Thread Sankaranarayanan \(Ganesh\) Ganapathy
A stream handler factory can be registered once per VM and tomcat registers the DirContextStreamHandlerFactory for the jndi protocol. However if there are web applications running inside that want to register handlers for custom scheme currently it is not possible. Can the