Re: Error Finding config file: workers2.properties

2003-09-27 Thread Nikola Milutinovic
Duncan Smith wrote: I had same problem. I found that if the workers2.properties file was supposed to be in {apache-home}/conf/ Yea, I symbolically linked it there as well, but still nada. Will it not follow symbolic links? I said before, as I learned from another guy on this list, jk2

Re: Error Finding config file: workers2.properties

2003-09-27 Thread Rhugga
Nikola Milutinovic wrote: Duncan Smith wrote: I had same problem. I found that if the workers2.properties file was supposed to be in {apache-home}/conf/ Yea, I symbolically linked it there as well, but still nada. Will it not follow symbolic links? I said before, as I learned from another

Re: java.util.logging and tomcat

2003-09-27 Thread Adam Hardy
Statements should go to $CATALINA_HOME/logs/ if you have set up your JDK logging.properties not to filter them out. Adam On 09/26/2003 08:34 AM Josh G wrote: Just wondering if anybody here has any experience on using java.util.logging with tomcat? I was under the impression that logged lines

RE: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-27 Thread Dean Searle
My documentation contains how to setup Apache 2, Tomcat 4.1, JDK 1.4 and SSL. I will post this document later today. If all the members here could review this document and give me your honest opinion it would be appreciated. Please keep in mind that the document is compiled from many posts from

Tomcat clustering

2003-09-27 Thread [EMAIL PROTECTED]
Hi, has anybody tried clustering Tomcat? I have read this article http://www.onjava.com/pub/a/onjava/2002/07/17/tomcluster.html but has been able to successfully configure this. Thanks for any help. Bern

Regarding Tomcat Start

2003-09-27 Thread vsaxena
I have installed jakarta-tomcat-5.0.12. I set jdk and catalina path. I open a command prompt, move to the bin directory of tomcat. I run startup.bat. It opens another prompt that vanishes in seconds. I dont see anything wrong (warning or error message) at original command prompt. I move to

RE: Regarding Tomcat Start

2003-09-27 Thread Shawn Zernik
What version of windows are you running, and you might want to at the pause command in the batch file so it6 does not disappear to keep the data from eunning off the screen. Shawn Zernik Internetwork Consulting www.internetworkconsulting.net -Original Message- From: [EMAIL PROTECTED]

RE: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-27 Thread Dean Searle
Ok, Sorry for the delay but here is the documentation to help install Apache 2, Tomcat 4.1 and SSL. It is 23 pages long with illustrations. Just to let everyone know, I do not endorse or recommend anything in this documentation. All I know is I followed a lot of mail list trails and pieced

Re: Personalized Tomcat Manager

2003-09-27 Thread Grzegorz Malinka
Yes... bu that solution gives access permision to all application deployed by Tomcat Server... I would to give reload, install, remove command to application but to user which is its owner. http://host:8180/manager/reload?path=/script some user called i.e. jack can reload only application called

Re: Regarding Tomcat Start

2003-09-27 Thread Aymeric Alibert
Your server failed to start. You can see errors by opening a DOS prompt and run 'catalina.bat run' from the tomcat bin directory. This should start the server in the same window instead of opening a new window that will closed itself if startup fails. Aymeric. [EMAIL PROTECTED] 09/27/03

Re: Personalized Tomcat Manager

2003-09-27 Thread [EMAIL PROTECTED]
Hopefully Likha DevCentre is going in that direction. - Original Message - From: Grzegorz Malinka [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, September 27, 2003 12:06 PM Subject: Re: Personalized Tomcat Manager Yes... bu that solution gives access

RE: When does tomcat call the garbage collector?

2003-09-27 Thread Subir Sengupta
You could set up a context or lifecycle listener. Then, when you shut down Tomcat you could close your connections in the respective contextDestroyed method or stop method. Subir -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 12:15 PM

Datasource connections not released when reloading context

2003-09-27 Thread Jose Alfonso Martinez
Hi guys, Does any one know if there is a possibility of tomcat, for any reason, to reload a context without telling it to do so I am having a problem that after 2 or 3 days without reloading tomcat, pooled-connections from the datasource get exahusted. The only case I have seen that the

RE: When does tomcat call the garbage collector?

2003-09-27 Thread Mike Johnson
Hello, In that case, you'd want to write a class that implements javax.servlet.ServletContextListener to manually shutdown your pool classes when the webapp is stopped. This is handy for webapp reloads during development, too. - Mike Johnson On Fri, 2003-09-26 at 12:34, Bruce W. Marriner wrote:

Re: Personalized Tomcat Manager

2003-09-27 Thread Tim Funk
If you needs finer grain control of the manager app such as user X cannot perform action Y, then write and install a Filter which does the appropriate security checks. Before letting each serlvet execute. -Tim Grzegorz Malinka wrote: Yes... bu that solution gives access permision to all

Is it a Memory Leak in Apache 2.0.47???

2003-09-27 Thread Satya Narayan Dash
Hi, Anyway, I was able to migrate to Apache to 2.0.47 and Tomcat 4.1.27, after lot of intial hiccups. The connector is mod_jk and they are running smothly in Windows2k and Linux 8.0. I've an interesting observation. Feeding line feed characters to Apache 2.0.40 (which) was my earlier version,

Re: Regarding Tomcat Start

2003-09-27 Thread Vy Ho
open the startup.bat, and search for the start somewher near the bottom, change the start to run . That will not open another window, and you can see the error. chance is that the port is already in use or something like that. Shawn Zernik wrote: What version of windows are you running,

Tomcat Manager

2003-09-27 Thread Vy Ho
I am not sure if this is something I do or Tomcat's problem. I found out that my application would not reload correctly using the manager's reload. Although it says it reloads successfully. However, if I use the manager to stop, then start, the app restarts fine. Is this a known issues?

RE: Tomcat Manager

2003-09-27 Thread Berry, Layton
I bet you're using Tomcat 4.1.27 and didn't install the hot fix. You should find a hot fix zip file in the bin directory where you found and downloaded Tomcat from. Layton Berry -Original Message- From: Vy Ho [mailto:[EMAIL PROTECTED] Sent: Saturday, September 27, 2003 7:55 PM To: