Re: Symlinked directories

2006-02-08 Thread Robert Palmer
From ymy server.xml: Context path=/pictures docBase=pictures debug=0 reloadable=true crossContext=true allowLinking=true Resources className=org.apache.naming.resources.FileDirContext allowLinking=true/

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

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-apxs

Re: question about mod_jk2 and workers2,properties

2005-12-06 Thread Robert Palmer
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 instead mod_jk2

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 I get, Cannot

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:[EMAIL PROTECTED] Is this something

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:

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

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