Tomcat 5.5.9 missing jars ?

2005-08-24 Thread Srinath Narasimhan
Hi I downloaded Tomcat 5.5.9 (zip file as well as exe) and it seems to be missing the naming-common.jar. The documentation says that the file exists. I have tried searching the mailing list, but could not find anything specific. Any information/pointers will be very helpful. Thanks Srinath.

RE: Tomcat 5.5.9 missing jars ?

2005-08-24 Thread Srinath Narasimhan
missing jars ? I don't think that's shipped with Tomcat 5.5.9. What is the error you are getting? Are you running your own web applications yet or just testing the default ROOT webapp? Allistair. -Original Message- From: Srinath Narasimhan [mailto:[EMAIL PROTECTED] Sent: 24 August 2005 14

RE: Tomcat 5.5.9 missing jars ?

2005-08-24 Thread Srinath Narasimhan
. -Original Message- From: Srinath Narasimhan [mailto:[EMAIL PROTECTED] Sent: 24 August 2005 14:37 To: Tomcat Users List Subject: RE: Tomcat 5.5.9 missing jars ? Thanks Allistair for the information, I am running my own web application and it is already working in 5.0.28 When I

Hashtable Object Factory for JNDI

2003-12-24 Thread srinath narasimhan
Hi I want to store a hashtable in Tomcat's JNDI context. Is there a default object factory for hashtable ? I want to manipulate the JNDI from the application. Tomcat's JNDI is read only. So I am trying to put a hashtable, which I can manipulate. Is there a different way to do this. Thanks

Stop Tomcat Remotely

2003-09-24 Thread srinath narasimhan
Is there any way to stop tomcat from remote computer ? Tomcat is run as windows service. I know that it can be done through the windows UI ( if you have rights ), can it be somehow done through scripts ? Thanks. - To

RE: Stop Tomcat Remotely

2003-09-24 Thread srinath narasimhan
, srinath narasimhan said: Is there any way to stop tomcat from remote computer ? Tomcat is run as windows service. Well, how do you normally run commands remotely with Windows? If the server is a Unix box, you could do this: ssh [EMAIL PROTECTED] $CATALINA_HOME/bin/catalina.sh stop or even

RE: Stop Tomcat Remotely

2003-09-24 Thread srinath narasimhan
Message- From: srinath narasimhan [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 3:14 PM To: Tomcat Users List Subject: RE: Stop Tomcat Remotely Well sometimes you have no choice or its not in your hands to decide. I know it can be done in unix. It can be done in windows as well

RE: article on tomcat performance

2003-09-17 Thread srinath narasimhan
Please post it to the list with a link or how to get it. Thanks. -Original Message- From: Micael [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 10:57 To: Tomcat Users List Subject: Re: article on tomcat performance Also, YES At 08:59 AM 9/17/2003 +0200, you wrote: YES

JNDI Resource Configuration/Web.xml

2003-07-24 Thread srinath narasimhan
Can a JNDI be configured in the web.xml, without any entry in server.xml I am currently using Jdbc2PoolDataSource, I have configured this in the server.xml can I configure it in the web.xml without having anything for this JNDI resource in the server.xml Thanks Srinath.

Using Ant for tomcat configuration

2003-04-01 Thread srinath narasimhan
Hi Can Ant be used to configure ( manipulate ) the server.xml in tomcat to create a host ? Thanks. Srinath. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: what source code control system?

2003-01-10 Thread srinath narasimhan
Use CVS -- www.cvshome.org. It has a web interface as well. -Original Message- From: David Boyer [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 12:30 To: Tomcat Users List Subject: OT: what source code control system? We have a staff of 8-10 student employees and a couple

RE: Another JNDI Configuration issue

2003-01-09 Thread srinath narasimhan
narasimhan wrote: Date: Wed, 8 Jan 2003 18:17:50 -0500 From: srinath narasimhan [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Another JNDI Configuration issue I am running tomcat 4.1.12 on Windows 2000 with jdk 1.4.1. I have

Another JNDI Configuration issue

2003-01-08 Thread srinath narasimhan
I am running tomcat 4.1.12 on Windows 2000 with jdk 1.4.1. I have configured my datasource as a JNDI resource. This works just fine. I am trying to deploy my application on linux ( jdk 1.4.1 and tomcat 4.1.12 ), when I try to access the JNDI resource I get a exception : Name java:comp is not

Garbage Collection of objects with valid reference under tomcat

2002-12-19 Thread srinath narasimhan
I am using tomcat 4.1.12 with JDK 1.4.1. I have JSP that starts a thread under tomcat. This thread seems to work fine, but some objects ( which has valid reference ) are getting garbage collected. I find that the finalizer thread runs through the shutdown of this object. But when I run it in

RE: Configure IIS + Tomcat 4.1.12

2002-12-02 Thread srinath narasimhan
See my earlier post. I don't know how to get the message id or something. but if you search you should be able to find it. -Original Message- From: Luca Ventura [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 28, 2002 09:29 To: Tomcat Users List Subject: R: Configure IIS + Tomcat

RE: IIS on W2k + tomcat 4.1.12

2002-11-25 Thread srinath narasimhan
The IISHowTo is not upto date . I referred to the instructions in InstallHowTo.xml that comes along with the zip file. That worked. Thanks. -Original Message- From: David Boyer [mailto:[EMAIL PROTECTED]] Sent: Monday, November 25, 2002 08:59 To: [EMAIL PROTECTED] Subject: Re: IIS on

RE: virtual machine option

2002-11-25 Thread srinath narasimhan
I have used it and it seems to work. Can you send in your full tomcat.exe command with the options. -Original Message- From: Dave Roberts [mailto:[EMAIL PROTECTED]] Sent: Monday, November 25, 2002 17:35 To: [EMAIL PROTECTED] Subject: virtual machine option I am trying to get tomcat

IIS on W2k + tomcat 4.1.12

2002-11-24 Thread Srinath Narasimhan
Was anybody successful in integrating IIS with tomcat 4.1.12. I downloaded the isapi_redirector2.dll. I was able to find the workers2.properties but I am not able to find the urimapworkers.properties. It is not available along with the workers2.properties file. After trying to add the ISAPI

RE: tomcat n IIS plz.....help

2002-11-22 Thread srinath narasimhan
Check this out http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0. 0/doc/jk/iishowto.html hope that helps. -Original Message- From: puneet sachar [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 12:39 To: Tomcat Users List Subject: tomcat n IIS

RE: Tomcat Windows installer reports wrong JAVA_HOME variable

2002-11-22 Thread srinath narasimhan
Not sure but its enough if you set your JAVA_HOME TO k:\j2sdk14 -Original Message- From: john delby [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 16:56 To: [EMAIL PROTECTED] Subject: Tomcat Windows installer reports wrong JAVA_HOME variable My Java environment variable,

RE: Startup Problem - Win2K - How To Get Stacktrace?

2002-11-21 Thread srinath narasimhan
To get the output in the same window, in your script where you say action start, change that to action run that runs tomcat in the same command window. hope that helps. -Original Message- From: Lance Smith [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 09:46 To: 'Tomcat

tomcat 4.1.12 + DB Connection Pool

2002-11-21 Thread srinath narasimhan
Hi I am using Tomcat 4.1.12 on Win2k with SQL Server. I am using MS JDBC driver. I tried to implement Connection pool with DBCP. When I do a getConnection(username,password) on the datasource I get a UnsupportedOperationException. Any ideas. Thanks. Srinath.

RE: How do I unsubscribe?

2002-11-20 Thread srinath narasimhan
To remove your address from the list, send a message to: [EMAIL PROTECTED] -Original Message- From: Andoni [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 10:38 To: Tomcat Users List Subject: Fw: How do I unsubscribe? - Original Message - From: Thronicke