RE: Single session across webapps

2004-01-21 Thread Robbie Baldock
Todd wrote: Is there a way to share sessions across webapps running in the same container? Yes, I do this for a set of apps which I wrote recently. You need to make sure each of the apps which need access to the cross-context session are defined like this in server.xml: Context

RE: The Tomcat(5.0.16) service does not start on Windows XP

2004-01-21 Thread Robbie Baldock
There should be something in Tomcat/logs/catalina.out to explain where the problem is. Or at least, try to start the service and see what's in the most recently written to logs in this directory. Robbie -Original Message- From: Tobias Eriksson [mailto:[EMAIL PROTECTED] Sent: 21 January

RE: TC5 won't start on Xeon --SOLVED

2004-01-21 Thread Robbie Baldock
In my opinion, having j2ee.jar on the CLASSPATH is OK for building apps but I never put it on the runtime CLASSPATH. Apps should get any J2EE files they need from the container (eg: servlet.jar). Robbie -Original Message- From: K. Harvatis [mailto:[EMAIL PROTECTED] Sent: 21 January

RE: TC5 won't start on Xeon --SOLVED

2004-01-21 Thread Robbie Baldock
Sorry, what I meant was apps should get their classes either from their J2EE container or the relevant client JAR file! In other words, not from j2ee.jar. Robbie -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 21 January 2004 14:43 To: Tomcat Users List

RE: Weird context performance issue

2004-01-21 Thread Robbie Baldock
else that could cause it. peter lin Robbie Baldock [EMAIL PROTECTED] wrote: Dear all - This is my first post to the list and I'm posting because I have a truly bizarre context-related performance problem which I have been unable to resolve. I'm running a set of Java 1.3 webapps in Tomcat 4.1.27

RE: [OFF-TOPIC] RE: Weird context performance issue

2004-01-21 Thread Robbie Baldock
behavior for %C on the same JVM on different platforms? Or are they different JVMs? If it's the former, i.e. same JVM, please post your findings to the log4j-user list as I'd like to explore them. Yoav Shapira Millennium ChemInformatics -Original Message- From: Robbie Baldock [mailto

Weird context performance issue

2004-01-20 Thread Robbie Baldock
should make the slightest bit of difference to the performance of a webapp. To further spice up the mix, this problem does not exist in a Linux installation of the same webapps...! Any ideas would be most welcome. Thanks. Robbie Baldock