Re: strange way to start tomcat

2001-07-06 Thread Peter Hrastnik
The first time a jsp script is requested, it has to be compiled. This procedure takes some time. But I agree with you: Waiting some minutes is very long. What processor, memory etc do you have and is the machine loaded (use top to display the load). Perhaps you should try to use another JVM?

Re: strange way to start tomcat

2001-07-06 Thread Alex Madon
Hi Kris, thanks for the answer. I have narrowed down the problem. The default server.xml file sets tomcats to run on port 8080 as stand alone server. If i comment out the lines corresponding in the server.xml file, and run tomcat as an apache module, evererything starts smoothly, just with a

Re: strange way to start tomcat

2001-07-06 Thread Alex Madon
Hello Peter, I have noticed the difference in speed you talk about when I use the mod_jk.so apache module (not stand alone mode): the first time I load the page is a bit slower than the next times. But when I use tomcat as a stand alone server, it is very very slow (order of minute...) I don't

strange way to start tomcat

2001-07-05 Thread Alex Madon
Hello I downloaded tomcat 3.2.2 binaries distribution and installed it in my /opt (SuSE linux 7.0) dir. The sequence from the doc: TOMCAT_HOME=/opt/jakarta-tomcat-3.2.2 ; export TOMCAT_HOME; JAVA_HOME=/usr/lib/jdk1.1.8/; export JAVA_HOME; bin/startup.sh didn't work: the server serves pages only