Re: Symlinked directories

2006-02-08 Thread Robert Palmer
From ymy server.xml: Nicole Nemer wrote: i mean in the server.xml :) nn - Original Message - From: Nicole Nemer <[EMAIL PROTECTED]> Date: Wednesday, February 8, 2006 1:56 pm Subject: Re: Symlinked directories To: Tomcat Users List Hi Alex, i had to add allow

Re: Size of session bean

2006-01-15 Thread Robert Palmer
n object. You can grab the code and see how it's done, or just use it if that's your ultimate goal :) Frank Robert Palmer wrote: When calculating the size of a session bean to determine memory usage, what should be included and how is this done? Do the number of methods

Size of session bean

2006-01-14 Thread Robert Palmer
When calculating the size of a session bean to determine memory usage, what should be included and how is this done? Do the number of methods matter? The size of the code? Just the variables? I've read much about limiting the size of the session information but not how to do it. I have some fai

Re: question about mod_jk2 and workers2,properties

2005-12-07 Thread Robert Palmer
Thanks for your help. I resolved this. The version of apxs that Plesk had installed was for Apache 1.3. I downloaded the httpd-devel package for 2.0.51 and was able to get this working. Mladen Turk wrote: Robert Palmer wrote: I'm running 2.0.51 of Apache. I build mod_jk with --with

Re: question about mod_jk2 and workers2,properties

2005-12-06 Thread Robert Palmer
s/httpd.pid" -D DEFAULT_SCOREBOARD="logs/apache_runtime_status" -D DEFAULT_LOCKFILE="logs/accept.lock" -D DEFAULT_ERRORLOG="logs/error_log" -D AP_TYPES_CONFIG_FILE="conf/mime.types" -D SERVER_CONFIG_FILE="conf/httpd.conf" Mladen Turk wrote: Robert Palm

Re: question about mod_jk2 and workers2,properties

2005-12-06 Thread Robert Palmer
I notice that configure for mod_jk reported it was building a connector for apache 1.3. I'm thinking the apxs version I have is incorrect. I'm running Plesk so I'll take a closer look at what it installs. Thanks Mladen. Mladen Turk wrote: Robert Palmer wrote: I'd

Re: question about mod_jk2 and workers2,properties

2005-12-06 Thread Robert Palmer
I'm running 2.0.51 of Apache. I build mod_jk with --with-apxs. ?? Mladen Turk wrote: Robert Palmer wrote: I'd given that a try and compiled the sources (I coulddn't figure out where to get mod_jk.so from in the binaries). When I restart Apache with the LoadModule statement

Re: question about mod_jk2 and workers2,properties

2005-12-06 Thread Robert Palmer
ll_cleanup hence I'd decided to focus on mod_jk2 which I do have working. Mladen Turk wrote: Robert Palmer wrote: Could somebody help with a question about how to configure workers2.properties. I have domains www.domain1.com and www.domain2.com. I would suggest that you use mod_jk

question about mod_jk2 and workers2,properties

2005-12-06 Thread Robert Palmer
Could somebody help with a question about how to configure workers2.properties. I have domains www.domain1.com and www.domain2.com. I want to configure them such that: 1. all .jsp requests for www.domain1.com go to application .../webapps/application1 and 2. all .jsp requests for www.domain2.c

Re: Apache Portable Runtime

2005-12-04 Thread Robert Palmer
I tried this. Should libtcnative-1.so be in $CATALINA_HOME/bin? 'make' put it in .libs and I tried moving it. I also downloaded 5.5.13 which results in the same message. Thanks. Bill Barker wrote: "Robert Palmer" <[EMAIL PROTECTED]> wrote in message news:[E

Apache Portable Runtime

2005-12-02 Thread Robert Palmer
Is this something that I should worry about? Is it easily resolved? I have downloaded and installled Apache Portable Runtiime. It did not install in the Java path though? Thanks Using CATALINA_BASE: /usr/local/tomcat Using CATALINA_HOME: /usr/local/tomcat Using CATALINA_TMPDIR: /usr/local/

Re: Tomcat suddenly not working

2005-11-29 Thread Robert Palmer
Are you sure you have your Java path's correct? This will occur if JAVA_HOME is set to, say a 1.4.2 release. Larry Meadors wrote: Have you cleared the tomcat work directory? LArry On 11/29/05, Bachler, Elisabeth (Elisabeth) <[EMAIL PROTECTED]> wrote: I just had a look in the catalina.ou

Re: web.xml question

2005-11-29 Thread Robert Palmer
I was planning on doing this by having Apache handle the SSL and using its configuration file to differentiate between SSL'd areas of the site and non-SSL'd areas. Is this an option or should i rethink this? Tim Funk wrote: I would bet they are not using security constraints as defined in web

Monitoring Tomcat conenction pool

2005-11-28 Thread Robert Palmer
Is there any tool available to monitor the database connection pools on a Tomcat server. I would like to be able to determine which connections are in use at any time. Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For add