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
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
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
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
> 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
> 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
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
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
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
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
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
> 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
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,
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?
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
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">
>
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
17 matches
Mail list logo