Security manager w/ manager app

2005-09-15 Thread Ryan Daly
All: Is it possible to start Tomcat w/ the security manager enabled if I were to use the Tomcat Web Application Manager? -- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

New logs showing up under Tomcat 5.5.9

2005-04-29 Thread Ryan Daly
All: Just upgraded to 5.5.9 yesterday. Can anyone quickly tell me what the extra log files are in the logs directory? I'm getting: admin.2005-04-28.log, catalina.2005-04-28.log, host- manager.2005-04-28.log, localhost.2005-04-28.log, and manager.2005-04-28.log They're all 0 bytes. Can I stop t

Changing .systemPrefs location

2005-03-31 Thread Ryan Daly
All: I'm running various Tomcat instances on the same system, using the same JDK. One problem I'm running into is: * One web app is running as user1 * Another web app is running as user2 * Both web apps use the same JDK * Both web apps use system preferences * When one web app is started, i

RE: Multipe Tomcat instances

2004-12-01 Thread Ryan Daly
OK. I understand the separation point. I think as long as I can start separate instances by referencing a separate server.xml file, I'll do it that way. If I need to upgrade one web app, then I can split it out then. Thanks for the input. It's appreciated. -- On Wed, 2004-12-01 at 09:05, Shap

RE: Multipe Tomcat instances

2004-11-30 Thread Ryan Daly
On Mon, 2004-11-29 at 14:53, Shapira, Yoav wrote: > Hi, > I do it this way all the time. The biggest pro is complete separation. > If one app gets whacky (heavy load, OutOfMemoryError, malicious attack), > others are not affected at all. If one app needs to be upgraded or a > bug fix shipped, or

Multipe Tomcat instances

2004-11-29 Thread Ryan Daly
Does anyone have experience with setting up multiple instances of Tomcat instead of having multiple hosts being served under one instance? If anyone does, what are some pros and/or cons to doing things this way? Thanks. - To uns

RE: OutOfMemory exceptions

2004-11-24 Thread Ryan Daly
I read in another thread about setting up one Tomcat instance per host. Is that something you'd recommend doing? At least then a redeploy wouldn't affect other webapps running on that same host... Maybe this should be another thread if it gets much attention. --

RE: OutOfMemory exceptions

2004-11-23 Thread Ryan Daly
On Tue, 2004-11-23 at 09:17, Shapira, Yoav wrote: > Yes and no. You are vastly oversimplifying the real world here. It's > extremely difficult to come up with a webapp that can truly be reloaded > without a memory loss. Would undeploying the webapp follow the same route (meaning some memory loss

RE: OutOfMemory exceptions

2004-11-23 Thread Ryan Daly
On Tue, 2004-11-23 at 09:05, Shapira, Yoav wrote: > No, and such a decision could never be made. OK. So, reloading webapps should clean up items in memory consumed by that particular webapp, then? Do you know of a good memory profiler that can be run while webapps are up and return to me what ea

OutOfMemory exceptions

2004-11-23 Thread Ryan Daly
All: I've seen a few threads regarding the OutOfMemory problems. Has it been decided that reloading webapps is one of the causes of this? And, if so, would an undeploy and a new deploy fix that issue? Thanks. -- - To unsubscri

RE: swallowOutput and catalina.out

2004-11-19 Thread Ryan Daly
> sender. Thank you. > > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- Ryan Daly Network Administrator Concurrent Technologies Corporation 100 CTC Dr

RE: swallowOutput and catalina.out

2004-10-27 Thread Ryan Daly
On Wed, 2004-10-27 at 09:55, Shapira, Yoav wrote: > Hi, > Yeah. System.out is for novices and small apps. Real apps need a real > logging toolkit. Is there a link you can point me toward to get log4j going instead of catalina.out? If I implement that now, then I'll be good to go to move to Tomc

Re: swallowOutput and catalina.out

2004-10-27 Thread Ryan Daly
You implemented log4j to log what usually goes into catalina.out? -- On Wed, 2004-10-27 at 09:34, Ben Souther wrote: > > > > This is how I did it before implementing log4j. - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

RE: swallowOutput and catalina.out

2004-10-27 Thread Ryan Daly
On Wed, 2004-10-27 at 09:27, Shapira, Yoav wrote: > Hi, > Hmm, I'm not sure if swallowOutput on the DefaultContext works. I've > only used it on a proper Context declaration. What Tomcat version are > you using? Sorry. That would've helped. It's Tomcat v5.0.28. If you're saying it should go i

swallowOutput and catalina.out

2004-10-27 Thread Ryan Daly
All: Sorry if I've missed a thread regarding this. I have multiple web applications on a single instance of Tomcat. I want to get all of the logging that goes to catalina.out to go to the individual web app logs. I'm trying to use swallowOutput, but I'm not sure if I have it in the right spot.

Tomcat 5 and logging

2004-02-21 Thread Ryan Daly
Are there logging problems with Tomcat 5, or am I missing a configuration? With 4.x, I get a bunch of individual logs from each webapp I have deployed. With Tomcat 5, I see no such thing. Actually, in a bunch of webapps, I see the following message: javax.servlet.ServletException: ApplicationDa

Tomcat 5.x setup question

2004-02-19 Thread Ryan Daly
Hey all, I'm trying to get Tomcat 5.x going on a Red Hat 9 system. I noticed that there's a new way to get things going, and was wondering if you still need the JK/JK2 connector... If so, which connector source should you use? Thanks. --

Re: Tomcat Configuration - mod_jk2

2003-03-26 Thread Ryan Daly
- > To unsubscribe, e-mail: [EMAIL PROTECTED] For > additional commands, e-mail: [EMAIL PROTECTED] -- Ryan Daly CTCnet ISP 100 CTC Drive Johnstown, PA US 15904-1935 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Good documentation?

2003-03-26 Thread Ryan Daly
Is there any good documentation for deploying JK2 out there anywhere? The documents I reviewed weren't that detailed, and I find that things the doc says to put in jk2.properties actually should live in workers2.properties. Any one with similar experiences?