On 19/11/2014 19:01, Jason Schwanz wrote:
> Is this going to be an official release linked from the download page?
That depends on whether the release vote that is currently in progress
passes (it looks like it will). You can follow that vote on the dev list.
> I found it on the github mirror, bu
On 18/11/2014 20:35, Konstantin Kolinko wrote:
> 2014-11-18 11:29 GMT+03:00 Mark Thomas :
>> Yes, this is a problem that isn't addressed in Tomcat 7.
>>
>> It is addressed in Tomcat 8 (and 9) where we add a Tomcat specific
>> factory. This factory avoids the problem of only being able to call
>>
On Thu, Nov 20, 2014 at 8:54 AM, Konstantin Kolinko
wrote:
> 2014-11-19 12:47 GMT+03:00 Nan Ge :
> > I'm using Apache-httpd-2.4.10(Win64) and apache-tomcat-8.0.12-windows-x64
> > with tomcat-connectors-1.2.40-windows-x86_64-httpd-2.4.x (mod_jk) on
> > windows8.1x64 for load balancing, my configur
Hi, everyone -
Could someone please help me to get Tomcat 8.0.14 to find my web apps???
I am trying to upgrade a server from Tomcat 6.x to Tomcat 8.0.14 on Linux.
Tomcat does not seem to build the path to the directory containing my web app
correctly.
The server.xml I have been using for Tomc
2014-11-20 3:49 GMT+03:00 Barnes, Mark (CORP) :
> Hi, everyone -
>
> Could someone please help me to get Tomcat 8.0.14 to find my web apps???
>
> I am trying to upgrade a server from Tomcat 6.x to Tomcat 8.0.14 on Linux.
> Tomcat does not seem to build the path to the directory containing my web
2014-11-19 22:06 GMT+03:00 Léa Massiot :
> Thank you for your answer.
> Your link helped.
>
> What was missing from the scenario I described previously was:
> exporting the .war of the webapps into the Tomcat "webapps" directory.
>
> Actually, I was hoping it would be done automatically "somehow"..
2014-11-19 12:47 GMT+03:00 Nan Ge :
> I'm using Apache-httpd-2.4.10(Win64) and apache-tomcat-8.0.12-windows-x64
> with tomcat-connectors-1.2.40-windows-x86_64-httpd-2.4.x (mod_jk) on
> windows8.1x64 for load balancing, my configuration about mod_jk in
> httpd.conf:
>
> LoadModulejk_module modu
>> Actually, I received a little clarification on the monitoring software
>> (I didn't write it). What it's trying to test is that the AJP port
>> itself is actually accepting connections. With Apache in front in a
>> production system, it could forward the actual request to one of
>> several Tom
Yesterday I asked a question about using tomcat authorization with httpd
authentication. Here's the subject: "httpd authentication with tomcat
authorization". I'm still awaiting a response, but I thought I'd come up
with a solution anyway. I've got something working, but wanted to dig a
bit deepe
Thank you for your answer.
Your link helped.
What was missing from the scenario I described previously was:
exporting the .war of the webapps into the Tomcat "webapps" directory.
Actually, I was hoping it would be done automatically "somehow"... :'/
Is there - by any chance - an option "somewhere
Hi Lisa,
On 11/19/2014 07:28 PM, Lisa Woodring wrote:
On Wed, Nov 19, 2014 at 1:20 PM, Lisa Woodring wrote:
On Tue, Nov 18, 2014 at 2:26 PM, André Warnier wrote:
Lisa Woodring wrote:
...
In order to monitor
the availability of the HTTPS/AJP port (Apache-->Tomcat), our
monitoring software ope
On Tue, Nov 18, 2014 at 2:43 PM, Christopher Schultz
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Lisa,
>
> On 11/18/14 11:52 AM, Lisa Woodring wrote:
>> We recently upgraded from Tomcat 6.0.29 to Tomcat 8.0.14.
>> Everything appears to be working fine, except that Tomcat is
>> k
On Wed, Nov 19, 2014 at 1:20 PM, Lisa Woodring wrote:
> On Tue, Nov 18, 2014 at 2:26 PM, André Warnier wrote:
>> Lisa Woodring wrote:
>> ...
>>> In order to monitor
>>> the availability of the HTTPS/AJP port (Apache-->Tomcat), our
>>> monitoring software opens a port to verify that this works --
On Tue, Nov 18, 2014 at 2:26 PM, André Warnier wrote:
> Lisa Woodring wrote:
> ...
>> In order to monitor
>> the availability of the HTTPS/AJP port (Apache-->Tomcat), our
>> monitoring software opens a port to verify that this works -- but then
>> does not follow that up with an actual request. T
Is this going to be an official release linked from the download page? I
found it on the github mirror, but would prefer to work with something from
the official homepage.
-
Jason Schwanz
hi,
I don't have use for scanning the jars for tld files etc., so usually,
in catalina.properties, I skip all jars by setting
tomcat.util.scan.StandardJarScanFilter.jarsToSkip=*.jar
I just noticed that I can set it via a system property, i.e.
-Dtomcat.util.scan.StandardJarScanFilter.jar
I ignored the errors logged by JDBCRealm
and proceeded to create my custom Realm.
I extended JDBCRealm overriding the authenticate method and
using inherited JDBCRealm methods for authorization.
This new Realm works OK but JDBCRealm code was logging errors that
look related to the ones logged
Thanks!
2014-11-19 13:48 GMT-02:00 Mark Thomas :
> On 19/11/2014 16:32, João Sávio wrote:
> > I found the solution:
> >
> > I was updating an attribute in a session object. In that case, I need to
> > explicitly call session.setAttribute() with the updated object
>
> https://issues.apache.org/bug
On 19/11/2014 16:23, Léa Massiot wrote:
> Can you see what I'm doing wrong?
http://wiki.apache.org/tomcat/FAQ/Developing#Q1
Mark
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: use
On 19/11/2014 16:32, João Sávio wrote:
> I found the solution:
>
> I was updating an attribute in a session object. In that case, I need to
> explicitly call session.setAttribute() with the updated object
https://issues.apache.org/bugzilla/show_bug.cgi?id=43866
Mark
I found the solution:
I was updating an attribute in a session object. In that case, I need to
explicitly call session.setAttribute() with the updated object
Thanks
Hello and thank you for reading my post.
My problem is about debugging a Webapp in Eclipse running Tomcat as a
stand-alone JVM process.
-- In more details --
Below is what I would like to do:
- Start Tomcat:
- on Windows: via "startup.bat" in a "cmd.exe" ;
- on Unix (Debian Squeeze): via "JSV
Here's my problem:
A tomcat server participating in a farm-deploy scheme goes off-line...
For this particular sticky situation we'll say the connection to the rest
of the cluster was interrupted when a network cable was knocked loose.
While the tomcat server is off-line a parallel deployment take
Hi guys
I have a Tomcat cluster with 4 nodes that is set to replicate HTTP session
across all nodes. Common session operations work fine (e.g., user perform a
request, and something is saved on the session). However, I have a
situation where the session is not replicated.
My application works wit
Hi,
Problem is resolved after replace to
in apache/conf/context.xml file apart from other changes mentioned in my
earlier mail.
Regards,
Suman
On Tue, Nov 18, 2014 at 1:21 PM, André Warnier wrote:
> Sumankumar Panchal wrote:
>
>> Hello All,
>>
>> I would like to run CGI script using Apache
Hi,
I have resolved the issue.
On Tue, Nov 18, 2014 at 1:21 PM, André Warnier wrote:
> Sumankumar Panchal wrote:
>
>> Hello All,
>>
>> I would like to run CGI script using Apache tomcat server on Linux. I have
>> added following lines in apache/conf/web.xml file.and create directory
>> "cgi" in
I'm using Apache-httpd-2.4.10(Win64) and apache-tomcat-8.0.12-windows-x64
with tomcat-connectors-1.2.40-windows-x86_64-httpd-2.4.x (mod_jk) on
windows8.1x64 for load balancing, my configuration about mod_jk in
httpd.conf:
LoadModulejk_module modules/mod_jk.so
JkWorkersFile conf/workers.proper
Hi,
I'm currently using Tomcat 7.0 with JDK 1.7 7u17 64bits on IIS 8.1 in Windows
server 2012 R2.
On earlier versions of Windows server (2012 standard edition, 2008...) the isap
redirect dll work perfectly (32 or 64). How ever the isapi_redirect dll jk
1.2.40 on 64bits version doesn't run on
28 matches
Mail list logo