On 8/23/06, COURTAULT Francois <[EMAIL PROTECTED]> wrote:
Hello,
Do you know when the next version of Tomcat (6.0 ?) will be released ?
The packaging is finalized, and we're working on some API refinements,
and porting the clustering functionality.
Rémy
--
Thanks for the info ...
Any time frame ?
Regards.
-Message d'origine-
De : Remy Maucherat [mailto:[EMAIL PROTECTED]
Envoyé : jeudi 24 août 2006 10:24
À : Tomcat Users List
Objet : Re: Next version of Tomcat (Tomcat 6.0 ?)
On 8/23/06, COURTAULT Francois <[EMAIL PROTECTED]> wrote:
> He
> From: Yan Bai [mailto:[EMAIL PROTECTED]
> what does CATALINA_BASE mean here? I only setup CATALINA_HOME as a
> system environmental variable, don't know which directory shall
> $c_base point to.
It's where the Tomcat instance's config files, work files and webapps
live. If you don't separate o
Hi,
I found out something really weird.
I have a J2EE application running two servlets in the same
context. On servlet for security and the other for
business logic.
The problem is:
With Firefox two different browser windows get the same
session ID from any of the servlets, or the same one.
B
Found a solution:
I had installed Tomcat through the Ubuntu Synaptic Package manager. It would
seem this was not a healthy install, because I just uninstalled it and
installed Tomcat 5.5 manually and everything worked perfectly. What the
problem was I never figured out since the install was scatte
> From: Gerard Chiva [mailto:[EMAIL PROTECTED]
> With Firefox two different browser windows get the same
> session ID from any of the servlets, or the same one.
>
> But with IE each new browser window I open to comunicate
> with any of the servlets is getting a different
> Session ID from the ser
I have defined my datasource parameters in context.xml. I've
initialized the datasource objects
in the constructor where I need them. I'm using Tomcat 5.5.17.
As I have experienced the constructor does not get activated when a
object is replicated, so
my idea is to implement readObject() for
Hi,
in both cases I open the new browser windows double-clicking on the
navigator icon on my desktop.
I cannot figure out, why that should affect the different behaviour
between browsers.
I'm using Tomcat 5.0.28 on Sun Solaris 10, and Firefox 1.5.0.6 and IE
6.0 on Windows 2000.
And, in c
> From: Gerard Chiva [mailto:[EMAIL PROTECTED]
> in both cases I open the new browser windows double-clicking on the
> navigator icon on my desktop.
Then it depends how the two browsers proceed from there and how they
store their cookies. IE will run a second iexplore.exe process, which
has its
Thank you,
yes I imagined I was a browser issue, but I hope someone would give me a
solution.
Thank you very much.
Peter Crowther wrote:
From: Gerard Chiva [mailto:[EMAIL PROTECTED]
in both cases I open the new browser windows double-clicking on the
navigator icon on my desktop.
Then
Actually, I do have the commons-logging on my classpath. I wouldn't be
able to call
Log log = LogFactory.getFactory().getLog(Logger.class);
log.debug("got log");
if I didn't. I can resolve LogFactory, which is
org.apache.commons.logging.LogFactory, the line above Bootstrap.main
just fine.
The
Firefox on most environments I've seen search out a previously running
instance and calls a new window on it when you attempt to open a new
instance. IE just creates a new instance. Not sure what you want for a
"solution" here -- every IE window getting the same session regardless
of launch m
At first guess, a config problem with the connector element of your
server.xml. Have you altered the server.xml at all from initial install?
--David
kaustubh shinde wrote:
webapps is installed.
i have following directories in $CATALINA_HOME
bin,conf,logs,common,server,shared,.ssh,temp,webapp
I won't comment (too much) on the implications of enabling the invoker
servlet. I just hope you read the dire warnings before doing that.
On the problem itself --
Did you declare your servlet of package ui.user and place the compiled
.class file in webapps/elsewise/WEB-INF/classes/ui/user? D
This is how its being done: -
reloadable="true" >
This snippet is inside a file named server.xml which is placed in
$CATALINA_HOME/webapps/magicktest/WEB-INF/ .
But nothing gets logged on the console.
It was quite urgent, therefore only a minimal digging was performed.
Please tell
Place your context definition in your server.xml file.
See http://tomcat.apache.org/tomcat-4.1-doc/appdev/deployment.html
--David
Santosh Puranshettiwar wrote:
This is how its being done: -
reloadable="true" >
This snippet is inside a file named server.xml which is placed in
$CAT
/Tomcat 4 "Manager" Helped.
Thanks alot.
/David Smith wrote:
Place your context definition in your server.xml file.
See http://tomcat.apache.org/tomcat-4.1-doc/appdev/deployment.html
--David
Santosh Puranshettiwar wrote:
This is how its being done: -
reloadable="true" >
This sni
Hello,
I have made some tests and it seems that if the response to a request
exceeds a size limit, the response is chunked.
Is there a way to avoid that ? or is there a way to set this limit in a
configuration file ?
Regards.
IIRC - There was a discussion on this a while bakc (in tomcat user, dev,
or bugzilla).
But I believe the resolution was - there is no configurable way to do so.
If you want no chunking at all - then at a minimum - you need to set the
content length explicitly. (response.setContentLength()) - b
Hi,
I'm starting to get clustering running on Tomcat I think I've solved
most of my webapp's non-serialized object issues, but now I'm getting
the error below. From what I can see , the error is not originating from
my code in the webapp, and searching the web for this error message
hasn't turned
My best guess is that you've somehow stored the request object itself on
the session, and thus the replication is trying to replicate that to the
other nodes.
If this is the case then this is almost certainly a bad idea.
Mark
On Thu, 2006-08-24 at 09:04 -0500, Bischoff, Mathew wrote:
> Hi,
>
I have a peculiar memory problem with Tomcat under certain JREs and JDKs.
I run winxp sp2, tomcat 5.5.12 as a service and mysql 5.0.18.
I have set the tomcat and java environment variables.
On one machine using jre 1.5.0_08 results in out of memory very quickly
running the webapps. Switching to
I was not able to get it to work. It was the first time I tried setting up the
IIS connector so I figured it was something I was doing wrong or an environment
issue. About a week later I made a second attempt with an older version of the
connector on a different IIS server and was successful.
Well, I was using CLIENT-CERT because that is how it works in WebLogic.
But if you use BASIC the user gets prompted to login. I have a feeling
that this doesn't work in Jboss. Basically what I need is a combination
of the jCFISs NTML code and the
org.jboss.security.auth.spi.LdapExtLoginModule sec
I can't get 1.2.18 to load at all even with IIS 5. I did however get
1.2.15 up and running with no problems.
Scott
> -Original Message-
> From: Jessica [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 23, 2006 10:14 AM
> To: users@tomcat.apache.org
> Subject: Do you run IIS 6.0 with
Thanks, for all your kind helps.
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Zach Calvert wrote:
I am running an Eclipse java application that makes a call to the
Bootstrap.main function. I am using Log4J as my logger.
I set the catalina.home, catalina.base, java.endorsed.dirs, and
java.io.tempdir before I call Bootstrap.main with
Bootstrap.main(new String[] {"start
Hi.
I'm searching a tool similar to nagios wich allows me do "client-side
real testing" of my Tomcat webapps. Something that lets me do a HTTP
request say every minute and store the result (OK or FAILED) of each
request.
Nagios seems to be a good choice, but it requires C programming for the plu
I think i've found what i was searching for: JMeter.
On 8/24/06, Andrés González <[EMAIL PROTECTED]> wrote:
Hi.
I'm searching a tool similar to nagios wich allows me do "client-side
real testing" of my Tomcat webapps. Something that lets me do a HTTP
request say every minute and store the resul
Hi;
I attended to an Oracle IAS event and they presented their Enterprise
Manager 10g, and they showed some great monitoring capabilities. Here I
quote some of them from their document
"http://www.oracle.com/technology/products/oem/pdf/wp_aslm_10g.pdf":
"The tracing functionality provides an on
---
>To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe,
>e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
-
To start a new t
Leon Rosenberg wrote:
I think the quick and dirty solution would be to send a redirect to
the same url with a dummy param after you copied the file from the
filter and abort execution. The second request should get the file
then.
Yea, I've considered that. The only issue at the moment is sometim
--
To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe,
e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
__ NOD32 1.1723 (20060824) Information __
This message was checked by NOD32 antivirus system.
http://www.eset.com
-
http://www.lambdaprobe.org
--- [EMAIL PROTECTED] wrote:
> Hi;
> I attended to an Oracle IAS event and they presented their Enterprise
> Manager 10g, and they showed some great monitoring capabilities. Here I
> quote some of them from their document
> "http://www.oracle.com/technology/products
Another option:
http://www.hyperic.com/products/managed/tomcat-management.htm
El jue, 24-08-2006 a las 13:40 -0300, [EMAIL PROTECTED]
escribió:
> Hi;
> I attended to an Oracle IAS event and they presented their Enterprise
> Manager 10g, and they showed some great monitoring capabilities. Here I
Thanks, looks good.
Rafael Sarres de Almeida
Seção de Gerenciamento de Rede
Superior Tribunal de Justiça
Tel: (61) 3319-9342
Dhaval Patel <[EMAIL PROTECTED]>
24/08/2006 14:07
Favor responder a
"Tomcat Users List"
Para
Tomcat Users List
cc
Assunto
Re: Tomcat monitoring
http://www.
Thanks a lot. I will look this one too.
Rafael Sarres de Almeida
Seção de Gerenciamento de Rede
Superior Tribunal de Justiça
Tel: (61) 3319-9342
Andrés González <[EMAIL PROTECTED]>
24/08/2006 14:15
Favor responder a
"Tomcat Users List"
Para
Tomcat Users List
cc
Assunto
Re: Tomcat monito
ns?
>>
>>Steve Willett
>>Initiative Computing
>>510 654-7818
>>
>>
>>-
>>To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe,
>>e-mail: [EMAIL PROTECTED]
The instructions at
http://tomcat.apache.org/tomcat-5.5-doc/building.html
are not working. I get the error
BUILD FAILED
C:\Program Files\Apache Tomcat\TomcatBuild\build.xml:48: Basedir
C:\Program Files\Apache Tomcat\TomcatBuild\build does not exist
Total time: 3 seconds
Well no it doesn't
http://support.microsoft.com/?kbid=240928
On 8/24/06, David Smith <[EMAIL PROTECTED]> wrote:
Firefox on most environments I've seen search out a previously running
instance and calls a new window on it when you attempt to open a new
instance. IE just creates a new instance. Not sure what you w
-
To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe,
e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
__ NOD32 1.1723 (20060824) Info
es/world/servlet/HelloWorldExample
>>>
>>> type Status report
>>>
>>> message /servlets-examples/world/servlet/HelloWorldExample
>>>
>>> description The requested resource
>>>(/servlets-examples/wo
This is the log entry when I start tomcat. Apart from the first entry,
everything seems to be fine to me. I haven't changed anything in
server.xml
Aug 24, 2006 3:01:18 PM org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal
perf
To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe,
e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
__ NOD32 1.1723 (20060824) Information __
This message was checked by NOD32 antivirus system.
http://www.eset.com
Hi guys,
I've experienced an odd session-behaviour of Tomcat 5.0.28.
I'vesetz the overall session-timeout in /conf/web.xml to 1 minute (for
testing-purposes).
We do have a login-form (a jsp), which then calls j_security_check.
When the login-form is displayed, I'm wating for MORE than 1 minute
problem solved.
port 8080 was blocked on my server.
oops..
sorry for wasting your time.
and thanks for the replies
Kaustubh
On 8/24/06, kaustubh shinde <[EMAIL PROTECTED]> wrote:
This is the log entry when I start tomcat. Apart from the first entry,
everything seems to be fine to me. I haven't
Tomcat 5.0.28:
I would like to set up a virtual local host to test on my system. The
name of the domain for testing doesn't really matter but I chose
test.localhost and had the appBase point to webapps/test (see below):
Anyway I copied a test app into webapps/test bu
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Graham Reeds
> Subject: Virtual Local Host on Windows 2000
>
> Anyway I copied a test app into webapps/test but selecting
> http://test.localhost/ results in FF appending www. to the
> front and IE not displaying anything.
Do you have test.loc
Hi there, see if anyone knows how to do this.
When a http request is sent to Tomcat, Tomcat manufactures a HTTPServletRequest
object based on the raw http request. HTTPServletRequest has easy method to
retrieve the request information, but I want to see the original raw request.
Is there a way
Caldarale, Charles R wrote:
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Graham Reeds
Subject: Virtual Local Host on Windows 2000
Anyway I copied a test app into webapps/test but selecting
http://test.localhost/ results in FF appending www. to the
front and IE not displaying anything.
D
Hi,
I am upgrading tomcat from 5.0.25 to 5.5.17. I have
had to grant java.lang.RuntimePermission
"getClassLoader" permissions to the codebase in
WEBINF/lib because some of the custom defined filters
in web.xml get the following exception:
SEVERE: Exception starting filter
PasswordExpirationFilte
Date sent: Thu, 24 Aug 2006 23:20:45 +0100
From: Graham Reeds <[EMAIL PROTECTED]>
Subject:Re: Virtual Local Host on Windows 2000
To: users@tomcat.apache.org
Send reply to: Tomcat Users List
Send reply to: [EMAIL P
I have axis.jar (1.2.1) and saaj-impl.jar(1.3) in a same web application
deployed in Tomcat 5.5.17. axis MessageFactoryImpl
implementation(org.apache.axis.soap.MessageFactoryImpl) gets preference over
saaj-impl implementation
(com.sun.xml.messaging.saaj.soap.MessageFactoryImpl) during the run time
We are receiving this error in the catalina.out logs. here's the full log
message:
Aug 24, 2006 4:09:15 PM org.apache.jasper.runtime.PageContextImpl release
WARNING: Internal error flushing the buffer in release()
We get this error repeatedly. We are running Tomcat 5.0.30.
Is there a way to c
I would second the use of JMeter. I have used it pretty extensively and it
is reasonably good. I wish I could record using it as a proxy and play back
the recording. Anyone know if this is possible? How about with another
tool?
Tim
> -Original Message-
> From: Andrés González [mailto:
hi pompiuses<
if you don't use vi , instead of using tail -f ...
On 8/24/06, pompiuses <[EMAIL PROTECTED]> wrote:
Found a solution:
I had installed Tomcat through the Ubuntu Synaptic Package manager. It
would
seem this was not a healthy install, because I just uninstalled it and
inst
Scott Shaver wrote:
> I can't get 1.2.18 to load at all even with IIS 5. I did however get
> 1.2.15 up and running with no problems.
>
> Scott
Confirmed. The 1.2.18 binary for win32 just doesn't work. 1.2.15 is fine.
Mark
-
T
If you're talking about the regular Hello World
example in :
http://localhost:8080/servlets-examples/servlet/HelloWorldExample
I don't know why it wouldn't work. I have a very
vanilla Tomcat 5.5.17 install on Windows/2000
Professional with JDK 1.5.0_08 (just rebuilt the
system), and everything w
Good day every one, this is the thing.
I am using the following:
*Linux Suse 10.1.
*Tomcat 5.0.28
*JDK 1.5
*MySql database
As the Subject of this messages states, I am having problems making tomcat
show the correct version of my application. I am working with an applet that
uses servlets to conne
Checkout the RequestDumperValve. It should help.
bill cao wrote:
Hi there, see if anyone knows how to do this.
When a http request is sent to Tomcat, Tomcat manufactures a HTTPServletRequest object based on the raw http request. HTTPServletRequest has easy method to retrieve the request inform
Jose Roberto Torres ha scritto:
From the beginning I had no
problems with it, but two days ago the tomcat started to display an older
version of the applet.
Did you try to clear the classloader cache from the client side?
If not, open your java plugin console and press "X".
HTH
Antonio
--
61 matches
Mail list logo