Re: Configuring Tomcat to use a JDBC Realm

2003-03-28 Thread Tarun Ramakrishna Elankath
Seems like an access problem to me. Dean, did you try connecting to the server from a mysql client with the given username/password to check whether you are able to connect ? On Sat, 2003-03-29 at 07:50, Dean A. Hoover wrote: Can you be a little more specific? I'm not a mysql expert.

Tomcat Scheduler

2003-03-16 Thread Tarun Ramakrishna Elankath
Hi list, Is there any scheduler facility that tomcat offers? By means of which I can schedule a task to occur (actually sending email, + other stuff) at regular intervals. Thanks, Tarun - To unsubscribe, e-mail: [EMAIL

Re: JNDI + Oracle + Pool

2003-03-08 Thread Tarun Ramakrishna Elankath
I guess you would need to test it out. Make a program which in a loop uses JNDI to get a connection, but doesn't close it. I guess you would need to set removeAbandoned to false though, if your test program doesn't hold a reference to every connection that it obtains. Hope that helps, Tarun On

RE: Can Tomcat do client certificate authentication ?

2003-03-08 Thread Tarun Ramakrishna Elankath
How about Digest authentication ? On Sat, 2003-03-08 at 15:19, [EMAIL PROTECTED] wrote: I'm using Tomcat 4.1.18 standalone. We need client certificates to work across all our platforms. With Microsoft its easy, with Tomcat we just can't seem to do it. We've looked at many different methods

Re: JSP ResourceBundle Tomcat 4.1.18 HTTP 500

2003-03-08 Thread Tarun Ramakrishna Elankath
The properties file should be present in your web-application classpath and you have done it correctly. Property files are accessed through a fully qualified classname. So in your case I guess this name would be num.SelectResources I guess in your JSP, you need an import declaration for 'num',

Re: Jsp being executed multiple time per browser request.

2003-03-08 Thread Tarun Ramakrishna Elankath
Does the server log indicate 3 GET requests ? On Sat, 2003-03-08 at 08:19, Frederic Pepin wrote: I'm having problems running JSP using Tomcat/4.1.12. For some obscur reasons, everytime I request a JSP page from the server, the page is always executed 3 times. I created a JSP including

Re: Tomcat 4.0 with Win2k and IIS error in startup batch program

2002-05-16 Thread Tarun Ramakrishna Elankath
Press Win-key+Break when you are in windows to open the system dialog box. (alternatively go to Start Settings Control panel System). Go to the Advanced Tab and click on environment variables. There (if you have administrator priveleges), you can define environment variables at the System

Re: IIS and TC 4.03

2002-04-08 Thread Tarun Ramakrishna Elankath
I managed to get Tomcat 4.03 + IIS working on my box (though it took some tinkering around). I used the tomcat-iis documentation on the ajp connector (in the configuration reference). Just follow it and ignore the other howto's on the web (which are outdated). At what point did you get stuck

Re: Reloading Web Applications without manager and without reloadable=true

2002-04-02 Thread Tarun Ramakrishna Elankath
webapp. And your sysadmin rests easy knowing that you can't mess with anyone elses webapps. Jeff - Original Message - From: Tarun Ramakrishna Elankath [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 27, 2002 10:28 AM Subject: Reloading Web Applications without manager

Re: Reloading Web Applications without manager and without reload able=true

2002-03-28 Thread Tarun Ramakrishna Elankath
Ramakrishna Elankath [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 1:10 AM To: Tomcat Users List Subject: Re: Reloading Web Applications without manager and without reload able=true Thanks for replying . I'll look at the tomcat docs and source and see whether there is a way of modifying

Re: Reloading Web Applications without manager and without reload able=true

2002-03-28 Thread Tarun Ramakrishna Elankath
My initial idea was to make a class which does the reloading, but I realized that convincing my admin to use that class would be tough :-) So I reverted to a custom web-application which he could verify and put up for everodybody's benefit. Tarun Tarun Ramakrishna Elankath wrote: No, I

Question on reloading web-applications.

2002-03-27 Thread Tarun Ramakrishna Elankath
Hi List, I know that there are two ways of reloading web-applications in tomcat. One is to set the reloadable parameter to true in the Context tag. The other is to use the manager web application that comes with Tomcat. Suppose my web-application is on a production server (along

Reloading Web Applications without manager and without reloadable=true

2002-03-27 Thread Tarun Ramakrishna Elankath
Hello all, I had asked this question previously without anybody understanding. I need to be able to reload my web-application *without* setting the reloadable=true parameter in the context tag, when I *dont* have access to the manager web-application. Why? This is because my

Re: Reloading Web Applications without manager and without reloadable=true

2002-03-27 Thread Tarun Ramakrishna Elankath
Thanks for replying . I'll look at the tomcat docs and source and see whether there is a way of modifying tomcat to allow this functionality. Or whether I can write a class to check for changes only after a certain time period - say 3 or 4 minutes. Thanks Tarun Cox, Charlie wrote: no, you