UNCLASSIFIED
Hi,
I am trying to embed Tomcat 7.0.11 into my standard web application.
This web application defines some Resource elements in
META-INF/context.xml - yet, Tomcat is not loading this file.
tomcat = new Tomcat();
tomcat.setBaseDir(".");
tomcat.setPort(8084)
Hi Christopher,
Assuming we simply use one webapp per Tomcat instance I'm still looking
for two changes:
* Restart the entire JVM on webapp redeploy (to avoid JNI and ClassLoader
problems)
* Faster webapp redeploys if the entire JVM is restarted. I'm aiming for one
second but currently we're a
- Original Message -
> From: Nilesh - MiKu
> To: users@tomcat.apache.org
> Cc:
> Sent: Monday, June 13, 2011 8:36 AM
> Subject: Tomcat 6.0.18 clustering problem
>
> Hi people...
>
> Background :
>
> I have two nodes (say, n1 and n2) running 3 instances of tomcat (say t1, t2,
> t3), wi
Am 14.06.2011 01:01, schrieb Mark Thomas:
On 13/06/2011 23:57, Dark Before Dawn wrote:
Hi there!
I am running tomcat 7.0.14-embed with JavaSE-1.6 on a Windows7 machine.
/Autodeploy/, /DeployOnStartup/ and /UnpackWARs/ works like a charm when
creating a new WAR-File at appBase directory for the
On 13/06/2011 23:57, Dark Before Dawn wrote:
> Hi there!
>
> I am running tomcat 7.0.14-embed with JavaSE-1.6 on a Windows7 machine.
> /Autodeploy/, /DeployOnStartup/ and /UnpackWARs/ works like a charm when
> creating a new WAR-File at appBase directory for the firsttime. If my
> application gene
Hi there!
I am running tomcat 7.0.14-embed with JavaSE-1.6 on a Windows7 machine.
/Autodeploy/, /DeployOnStartup/ and /UnpackWARs/ works like a charm when
creating a new WAR-File at appBase directory for the firsttime. If my
application generates a updated version of the WAR-File while the Tom
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jeff,
On 6/13/2011 4:41 PM, Jeff Sturm wrote:
>> -Original Message-
>> From: Bill Miller [mailto:millebi.subscripti...@gmail.com]
>> Sent: Monday, June 13, 2011 3:58 PM
>>
Enlighten me: what is "the" reason that this is common practice?
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Bill,
This is fun.
On 6/13/2011 3:58 PM, Bill Miller wrote:
>>> Enlighten me: what is "the" reason that this is common practice?
>
> The most obvious reason for having HTTP server in front of an
> Application Server (Tomcat) is that there are many t
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Gili,
On 6/13/2011 1:07 PM, cowwoc wrote:
> I posted a RFE at https://issues.apache.org/bugzilla/show_bug.cgi?id=51366
> asking for the ability to seamlessly deploy webapps into separate JVMs.
So you want Tomcat to have an option to run as a supervis
On 13/06/2011 22:43, Christopher Schultz wrote:
> Frank,
>
> On 6/13/2011 11:46 AM, franckie frank wrote:
>> Ive noticed that in Tomcat 7.0.14s
>> org.apache.catalina.tribes.io.ChannelData there is public static field
>
>> 'public static volatile boolean USE_SECURE_RANDOM_FOR_UUID'.
>
>> and i
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Frank,
On 6/13/2011 11:46 AM, franckie frank wrote:
> I’ve noticed that in Tomcat 7.0.14’s
> org.apache.catalina.tribes.io.ChannelData there is public static field
>
> 'public static volatile boolean USE_SECURE_RANDOM_FOR_UUID'.
>
> and it seems to
On 13 June 2011 21:41, Jeff Sturm wrote:
> > From: Bill Miller [mailto:millebi.subscripti...@gmail.com]
> > -Static image serving (much more economical because the HTTP server is
> much lighter
> > "weight" than a JVM/App server) -etc...
>
> [...]
I just tried a trivial benchmark of a static fil
> -Original Message-
> From: Bill Miller [mailto:millebi.subscripti...@gmail.com]
> Sent: Monday, June 13, 2011 3:58 PM
>
> >> Enlighten me: what is "the" reason that this is common practice?
...
> -Static image serving (much more economical because the HTTP server is much
> lighter
> "we
>> Enlighten me: what is "the" reason that this is common practice?
The most obvious reason for having HTTP server in front of an Application
Server (Tomcat) is that there are many things that you can do at/in the HTTP
server that you don't have available to you inside Tomcat. Things like:
-Cach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Peter,
On 6/12/2011 5:49 AM, Peter Roßbach wrote:
> can we add the unique Thread Id, please?
If you can find the java.lang.Thread object, can't you get it's unique
id already? Maybe I'm misunderstanding your question.
- -chris
-BEGIN PGP SIGNATU
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Sriram,
On 6/11/2011 4:00 AM, Sriram Narayanan wrote:
> On Sat, Jun 11, 2011 at 1:14 AM, Christopher Schultz
> wrote:
> Sriram,
>
> On 6/10/2011 1:49 PM, Sriram Narayanan wrote:
Having one application serve static content, and having other
Hi,
I posted a RFE at https://issues.apache.org/bugzilla/show_bug.cgi?id=51366
asking for the ability to seamlessly deploy webapps into separate JVMs.
Tomcat 7.0's parallel deployment sounds nice but it still doesn't solve the
JNI and memory leak problems that haunt a single JVM architecture.
P
Hi,
I’ve noticed that in Tomcat 7.0.14’s
org.apache.catalina.tribes.io.ChannelData there is public static field
'public static volatile boolean USE_SECURE_RANDOM_FOR_UUID'.
and it seems to be used only once in the same class. By default its value is
false.
Do you know if there is a way to c
Hi people...
Background :
I have two nodes (say, n1 and n2) running 3 instances of tomcat (say t1, t2,
t3), with n1 running t1, t3 and n2 running t2. (All running same
application.). I want to make clustering for n1-t1 and n2-t2.
Clustering cofig for n1-t1 is
Cluster
Thank you a lot!
Regards!
2011-06-13
Nash
发件人: Markus_Sch鰊haber
发送时间: 2011-06-09 16:23:38
收件人: users
抄送:
主题: Re: Document of Tomcat 6.0.32.
09.06.2011 10:13, Nash:
> I want to know how I can get the API Document of Tomcat 6.0.32 so I can refer
> it regardless of Internet connecti
On 13/06/2011 09:44, Petr Hracek wrote:
> Only the simple question,
> What is the flag which URLs are protected?
It is time for you to read the Servlet specification.
> I have found that link
> http://tomcat-configure.blogspot.com/2009/01/tomcat-web-xml.html
> and specially section:
>
> How
Only the simple question,
What is the flag which URLs are protected?
I have found that link
http://tomcat-configure.blogspot.com/2009/01/tomcat-web-xml.html
and specially section:
How to secure your application with JAAS ?
Let's say that my htdocs directory is there:
/opt/testApp/htdocs/in
On 13/06/2011 07:50, Petr Hracek wrote:
> First authentication is done so that if in the browser exists relevant
> HTTP COOKIE and validation of that cookie is done then page should be
> shown.
> How to do that I do not know from the tomcat point of view.
>
> Is there any possiblity how to che
23 matches
Mail list logo