Re: Tomcat 5.5 war takes 4 to 7 minutes to deploy

2008-09-27 Thread Jq
I have not had first-hand experience with other virtualization products except for VMWare's workstation and player (host/guest setup) so I can't tell whether this is a problem specifically with Virtuozzo or would be a problem with any virtualized environment. VMWare products are solid. We

Re: Tomcat 6 Memory problem

2008-09-07 Thread Jq
top - console command that shows a constantly updated list of all the processes and how many resources they are consuming. you can also kill processes from inside this app. see screen scrape below. On Sun, 2008-09-07 at 10:21 +0200, Johnny Kewl wrote: do you have anything like the task manager

Re: jsp compile question

2008-07-30 Thread Jq
Jq... what IDE are you using ? On Netbeans its like this... I actually tried that even though for this project there is no IDE involved. It is a manually deployed suite developed by a third party. I have to compile in as close to the production environment as possible. So far I have not been

jsp compile question

2008-07-29 Thread Jq
How can I simulate the way tomcat builds a jsp file? I need to debug a .jsp that fails to build when requested. Thanks.

Re: jsp compile question

2008-07-29 Thread Jq
That would be great. I'll have to find where this is set up on the target site. Thanks.

Re: Tomcat Hosting

2008-07-27 Thread Jq
On Sun, 2008-07-27 at 19:12 -0700, Kerry Jacabson wrote: Having been burnt a number of times, Is Rackspace one of those that burnt you? I have a customer that is satisfied with the hosting service. They may have a weak spot in acquiring certificates.

Re: Tomcat got killed after logout

2008-07-25 Thread Jq
I added this to my /etc/rc.local. /opt/tomcat is a symbolic link to the latest tomcat server. #Start tomcat export JAVA_HOME=/usr/java/latest/jre export JRE_HOME=/usr/java/latest/jre export LANG=en_US.iso885915 JAVA_OPTS=-Djava.security.auth.login.config=/opt/tomcat/conf/jaas.conf cd

Question HTTP Status 408

2008-07-24 Thread Jq
I am getting an error since upgrading my production server to 6.0.16. Error message: 408 The time allowed for the login prosess has been exceeded 1. This is only happening with mobile devices (Blackberry Symbol Windows mobile 5) 2. The production server was working at 6.0.13. The

Solved: Question HTTP Status 408

2008-07-24 Thread Jq
It was a weird one. My index.jsp. It was taking too long to complete filling in a select from database values. After I streamlined the select process the page was loaded in enough time. Funny that it would masquerade as a login error. On Thu, 2008-07-24 at 15:08 -0500, Jq wrote: I am