Re: jsp/tomcat and linux

2010-04-30 Thread Yucca Nel
Hello, I am busy doing a personal website where I plan to showcase how to setup the iltmate portable Java development environment. Tomcat an jboss are no doubt the best server implementations I can write up a few opinions on major advantages of tomcat an JSP or JSF and even go one better if

jsp/tomcat and linux

2010-04-30 Thread Mitch Frazier
I'm an associate editor at Linux Journal magazine and we have an upcoming issue on web development (due June 7th) and I'm looking for somebody who would be interested in writing an article about using Tomcat/JSP on Linux. What would be nice is someone that has also used more "traditional" Linux t

Re: Tomcat 6 Java Version Requirements

2010-04-30 Thread Mark Thomas
On 29/04/2010 17:51, Caldarale, Charles R wrote: >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Subject: FAQ: Tomcat 6 Java Version Requirements >> >> I was just looking on the TC site to see what minimum Java version is >> required for TC 6. > > It's in the RUNNING.txt file

Re: What's the significance of antiResourceLocking & antiJARLocking

2010-04-30 Thread Mark Thomas
On 29/04/2010 15:01, govind naroji wrote: > Hi, > > I am working on a project where we'll be using Tomcat 6.0.20 for Development > and production. > > I came across some issues related to hot deployment which requires one to > set Context.antiResourceLocking to false in server.xml. I had some que

RE: Tomcat 6 error compiling JSPs with nested @include directives

2010-04-30 Thread Caldarale, Charles R
> From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Subject: RE: Tomcat 6 error compiling JSPs with nested @include > directives > > You missed a critical part - your webapp must be deployed under > > C:\caixatec\webapps\sites_empresa\ROOT > > (case sensitive), not directly in the

RE: Tomcat 6 error compiling JSPs with nested @include directives

2010-04-30 Thread Caldarale, Charles R
> From: Nuno Faria [mailto:nuno.m.fa...@gmail.com] > Subject: Re: Tomcat 6 error compiling JSPs with nested @include > directives > > I remove Context definition and it treats each folder under > c:/caixatec/webapps/sites_empresa/ You missed a critical part - your webapp must be deployed under C

Re: Tomcat 6 error compiling JSPs with nested @include directives

2010-04-30 Thread Nuno Faria
I remove Context definition and it treats each folder under c:/caixatec/webapps/sites_empresa/ as an app instead of seeing it as part of one application. You gave me the Tomcat 5.5 Doc but as I stated I have a 6.0.26 I will read more of http://tomcat.apache.org/tomcat-6.0-doc to try to set this u

Re: Tomcat 6 error compiling JSPs with nested @include directives

2010-04-30 Thread Pid
On 30/04/2010 15:09, Nuno Faria wrote: > In Tomcat 5.5 I had each app configured as a Host, being served by a > differente domain. > For example these two enabled two different sites under > imobiliario.lardocelar.com and sites_empresa.lardocelar.com > And without any problems. When I wanted to tur

Re: Updating webapps classes

2010-04-30 Thread Peter Crowther
It's very hard to do this using one Tomcat instance. It's very easy to do this using two Tomcat instances (call them Tomcat1 and Tomcat2) and a load balancer (Apache httpd should be fine for this job). In normal use, Tomcat1 is running. The load balancer directs all users to Tomcat1. Tomcat2 co

Re: Tomcat 6 error compiling JSPs with nested @include directives

2010-04-30 Thread Nuno Faria
In Tomcat 5.5 I had each app configured as a Host, being served by a differente domain. For example these two enabled two different sites under imobiliario.lardocelar.com and sites_empresa.lardocelar.com And without any problems. When I wanted to turn off one of them I would simply comment the Host

Updating webapps classes

2010-04-30 Thread Gabriele Bulfon
Hello, I don't know if I'm asking something stupid, but I'm investigating this for days, and found nothing around. Updating a java webapp can be a problem when this java webapp is being ised 24/7 by users, and many of them have sessions running for all the working hours. Consider that this webapp

RE: Tomcat 6 error compiling JSPs with nested @include directives

2010-04-30 Thread Caldarale, Charles R
> From: Pid [mailto:p...@pidster.com] > Subject: Re: Tomcat 6 error compiling JSPs with nested @include > directives > > > > There's a problem with the above, the docBase should not be set to an > empty value. Not just should not - it must not be an empty string. Doing so guarantees err

Re: faulty?

2010-04-30 Thread Pid
On 30/04/2010 12:30, Yucca Nel wrote: > I ask because new requests are nor bebing created yet yesterday they were. > Lots of errors today if mwnu banner gets clicked twice. I wa under impression > that outpitlink started a new request? Did you mean to send that to the Tomcat Users List? If so,

faulty?

2010-04-30 Thread Yucca Nel
I ask because new requests are nor bebing created yet yesterday they were. Lots of errors today if mwnu banner gets clicked twice. I wa under impression that outpitlink started a new request?

Re: FW: General / Special cause under which TOMCAT Crash been noticed

2010-04-30 Thread Gregor Schneider
Karthik, *If* any OutOfMemoryError occurs within Tomcat, the reason for said error will be some faulty webapp, meaning it is likely to crash any other servlet-container, too. Therefore, stick to the rules I pointed out above, and you'll be fine: > Make sure you have some solutions ready in case

Re: Tomcat 6 error compiling JSPs with nested @include directives

2010-04-30 Thread Pid
On 30/04/2010 10:58, Nuno Faria wrote: > contactos is a folder in my sites_empresa.lardocelar.com application > so the URLs should work fine. > In server.xml I have > > > > unpackWARs="true" autoDeploy="true" > xmlValidation="false" xmlNamespaceAware="false"> >

Re: Tomcat 6 error compiling JSPs with nested @include directives

2010-04-30 Thread Nuno Faria
contactos is a folder in my sites_empresa.lardocelar.com application so the URLs should work fine. In server.xml I have Following Martin tip I noticed something different from what I would see in Tomcat 5.5. All the JSP files that are on my app