Re: Can't start tomcat

2002-11-26 Thread Yandell Cacton
Hi, To see the error message, run the startup script using DOS Window and manually type the startup command, instead of double clicking the icon. My guess would be that the problem is that you haven't setup CATALINA_HOME environment variable. Cheers, Yandell. --- [EMAIL PROTECTED] wrote:

load balancing tomcat3.3.1

2002-11-26 Thread Yandell Cacton
Hi, I have an application running on tomcat3.3.1 and it is being load balanced using F5 BigIP load balancer hardware. The F5 persistence type is set to Active Cookie persistence and we are experiencing page loading problem (browser keeps on loading the page, even though the server indicates that

Re: JDK is not enough. SDK is needed

2002-11-25 Thread Yandell Cacton
Hello, I hope you don't get angry as easy as you get frustrated. According to this page, it references j2se which is the JRE, the runtime. If you're using Tomcat binaries and not compiling any Java, you would think you only need the runtime libraries and not the whole SDK.

disable directory listing in tomcat 4.1.12

2002-11-17 Thread Yandell Cacton
Hi, I upgraded my server from Tomcat 3.3 to Tomcat 4.1.12, and could not figure out how to disable directory listing. It was done by setting StaticInterceptor's listing attribute to false in Tomcat 3.3, but it looks like StaticInterceptor is no longer part of Tomcat 4.1.12's server.xml? I have