Ok, thanks for that explanation. I'll test putting one in the WEB-INF/lib and
see if I can connect to it that way. If so, I'll see where I need to go from
there.
-Original Message-
From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
Sent: Thursday, October 20, 2011 4:14 PM
To
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chad,
On 10/24/2011 1:33 PM, chad.da...@emc.com wrote:
> As I understand it, sessions are unique to each webapp. However,
> I see the same jsessionid cookie being used for requests to two
> different webapps in the same container. Is this correct?
On 24.10.2011 19:24, Ben wrote:
> Beryle Simmons RaymondJames.com> writes:
>
>>
>> Just checking to see in anyone had any thoughts on this one.
>>
>> --
>
>>
>> I normally use the solaris/sparc binary for mod_jk, but
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Mike,
On 10/22/2011 7:38 AM, Mike wrote:
> The logfile is created within the application deployed to the
> webapps directory of tomcat (and there within
> "[applicationName]\resources\log").
>
> I am not trying to delete it. However, when issuing the
Beryle Simmons RaymondJames.com> writes:
>
> Just checking to see in anyone had any thoughts on this one.
>
> --
>
> I normally use the solaris/sparc binary for mod_jk, but I see they aren't
available for downloa
> Read up on the emptySessionPath connector setting in the Tomcat
> configuration guide. This will explain it.
>
Which, for the record, is here:
http://tomcat.apache.org/tomcat-5.5-doc/config/http.html
-
To unsubscribe, e-
Read up on the emptySessionPath connector setting in the Tomcat configuration
guide. This will explain it.
-Original Message-
From: chad.da...@emc.com [mailto:chad.da...@emc.com]
Sent: Monday, October 24, 2011 10:34 AM
To: users@tomcat.apache.org
Subject: jsessionid cookie across webapp
As I understand it, sessions are unique to each webapp. However, I see the
same jsessionid cookie being used for requests to two different webapps in the
same container. Is this correct? Tomcat 5.5.34
On Mon, 2011-10-24 at 12:41 -0400, Dave Filchak wrote:
> Humm, well I did the whole export CLASSPATH thing. So I should just have
> to place them in my apps lib directory, as shown below, and it should
> load automagically?
>
Indeed it should. No need to monkey with CLASSPATH. You may need to
As I said, I have been trying to crash learn. I am not, I repeat not, a
tomcat user but willing to try and learn. It is not always clear to us
who have not been doing this for a long time. Try to be patient with us
I did actually move the context to META-INF.
Cheers,
Dave
On 22/07/64 2:59 PM
Humm, well I did the whole export CLASSPATH thing. So I should just have
to place them in my apps lib directory, as shown below, and it should
load automagically?
Dave
On 22/07/64 2:59 PM, Pid wrote:
On 24/10/2011 00:18, Dave Filchak wrote:
I upload the JavaMail and JAF libs to
/home/##/
Another step forward... I got jconsole print some debugging information.
Using *jconsole -J-Djava.util.logging.config.file=logging.properties*
And found out that it is necessary add the catalina-jmx-remote.jar to
jconsole classpath (*jconsole
-J-Djava.util.logging.config.file=logging.propertie
It's for a client too and I don't have acces to the server or applications
so I first think it comes from Tomcat and now I'm trying to understand
what's happening and what is possible to do.
Thanks
2011/10/23 Hassan Schroeder
> On Sun, Oct 23, 2011 at 1:56 AM, Nicolas Dordet
> wrote:
>
> > I h
Only that version passed operation test.
Other version is not allowed to be deployed.
2011/10/24 Caldarale, Charles R
> > From: Josh Ho [mailto:josh...@ecareme.com]
> > Subject: Re: deploy tomcat quietly and automatically
>
> > Because of compatible issue, I must install 6.0.29.
>
> What compati
On 24/10/2011 16:30, chad.da...@emc.com wrote:
> The specification ( servlet 2.4 ) says that the servlet session may
> be implemented via session cookie or, in the case of https, via the
> ssl mechanism. My server is only accessible via https. Does tomcat
> use the ssl mechanism in this case?
No
The specification ( servlet 2.4 ) says that the servlet session may be
implemented via session cookie or, in the case of https, via the ssl mechanism.
My server is only accessible via https. Does tomcat use the ssl mechanism in
this case? I do see the JSESSINID cookie, so as far as I can tell
> From: Josh Ho [mailto:josh...@ecareme.com]
> Subject: Re: deploy tomcat quietly and automatically
> Because of compatible issue, I must install 6.0.29.
What compatibility issue would that be?
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is
I am new to Tomcat.
I am afraid there are differences between zip version and setup version?
I know setup version could be installed as a service.
Maybe someone could tell me other differences, then I could use zip version
instead.
2011/10/24 Pid
> On 24/10/2011 10:46, Josh Ho wrote:
> > Dears
>
Because of compatible issue, I must install 6.0.29.
I've tried /S /D option but only /S worked on 6.0.29.
2011/10/24 Konstantin Kolinko
> 2011/10/24 Josh Ho :
> > Dears
> > I wanna deploy tomcat on many windows servers.
> > A binary source has been chosen (apache-tomcat-6.0.29.exe).
>
> Which i
Hey Christopher,
All machines are running IPv4, IPv6 is disabled. And it is possible use
with or without space between -L and its forwarding specifiers. Today is my
third day fighting against this... totally frustrated! Is there a log
configuration that I can turn on to check if the JMX connec
2011/10/24 Josh Ho :
> Dears
> I wanna deploy tomcat on many windows servers.
> A binary source has been chosen (apache-tomcat-6.0.29.exe).
Which is outdated and has several known security issues.
> Is there a way to deploy it quietly and automatically like JDK(such as :
> jdk-6u24-windows-x64.ex
On 24/10/2011 14:05, Hodchenkov, Paul wrote:
> Hi,
> Thanks for the reply!
> -> What does 'stores session map in memory' actually mean?
> It's ConcurrentMap map which is filled by HttpListener.
> I can access session attributes of any user using this approach.
> Does changes to attributes in HttpS
Hi,
Thanks for the reply!
-> What does 'stores session map in memory' actually mean?
It's ConcurrentMap map which is filled by HttpListener. I
can access session attributes of any user using this approach.
Does changes to attributes in HttpSession cause a replication in this case?
What is the ben
On 24/10/2011 10:46, Josh Ho wrote:
> Dears
> I wanna deploy tomcat on many windows servers.
> A binary source has been chosen (apache-tomcat-6.0.29.exe).
> Is there a way to deploy it quietly and automatically like JDK(such as :
> jdk-6u24-windows-x64.exe /quiet)
Why not pick the zip version & ju
On 24/10/2011 11:55, Hodchenkov, Paul wrote:
> Hi all,
> I have configured tomcat 7 cluster by using [1] with DeltaManager and it
> works fine.
> However I have the following 2 questions:
>
> 1) My application stores session map in memory(admin can force logout of
> any user and change some
On Sat, 2011-10-22 at 07:22 -0700, Amit Kumar wrote:
> Anyway if you could plz tell me how you concluded I hv installed
> 32-bit JVM
> that will be very helpful.
When you look at the output from "java -version", it does not list your
JVM as being 64-bit.
> C:\Oracle\Middleware\jdk160_18\bin>java
Hi,
--> Changes in the session are only replicated at the end of a request.
1)So is there any way to 'force' replication if HttpSession was changed without
http request?
-->2. I don't understand your question.
2) AFAIK tomcat fires onSessionDestroyed event when some node in cluster is
stopped gra
Op maandag, 24 oktober 2011 12:55 schreef "Hodchenkov, Paul"
:
Hi all,
I have configured tomcat 7 cluster by using [1] with DeltaManager and it works
fine.
However I have the following 2 questions:
1) My application stores session map in memory(admin can force logout of any
Hi all,
I have configured tomcat 7 cluster by using [1] with DeltaManager and it works
fine.
However I have the following 2 questions:
1) My application stores session map in memory(admin can force logout of
any user and change some session attribute). Will this session attribute be
replic
Dears
I wanna deploy tomcat on many windows servers.
A binary source has been chosen (apache-tomcat-6.0.29.exe).
Is there a way to deploy it quietly and automatically like JDK(such as :
jdk-6u24-windows-x64.exe /quiet)
Thanks
30 matches
Mail list logo