Hi
I am testing my web application for Performance which is deployed on Tomcat
, While doing so I have to run my test for number of iterations .
My test scenario is like I am running one operation in loop for 1000 times
each for Single Virtual user .
I could run my test successfully for 4
Hi,
I was taking a look at Tomcat 6.0. The downloads did not have a separate
WAR for the Admin WebApp and the Core download also did not include the
Admin WebApp.
Could someone please let me know from where can I download the Admin
WebApp for Tomcat 6.0?
I am primarily interested in understan
athula bogoda wrote:
> Hi,
> I am new to servlet.
>
> Can any one tell me how to run servlet file in Tomcat 5.0.
First off, you will be better off with 5.5.x rather than 5.0.x
Then you could try following the following example:
http://tomcat.apache.org/tomcat-5.5-doc/appdev/index.html
There are
Hi,
I am new to servlet.
Can any one tell me how to run servlet file in Tomcat 5.0.
When I run my hello world file it views the souce file.
But examples are given in Tromcat local server is working fine.
Help me.
Send instant messages to your online friends http://uk.messenger.yahoo.com
"Scott Carr" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> In Tomcat, when does the Servlet Processing get called?
>
> Is it after Tomcat has read the full request, or does it initiate the call
> as soon as it starts processing the request?
>
It is done after reading the headers
dl wrote:
> Have I blundered badly? Are the lost webapps non-recoverable from anywhere
> (nothing in Recycle bin)?
I am afraid they are gone for good. Do have anything in a backup of
version control system you can recover from?
Mark
--
Workman, Joe wrote:
> I have an application that runs on tomcat that by default uses a
> JDBCRealm to query a database for authentication. I would like to use
> Kerberos for the user password authentication but still use my JDBCRealm
> for access control through roles. I was hoping you could point
Mester József wrote:
> Hello Mark
>
>> Mester József wrote:
>>> Ok. Let's see my problem.
>>> I have a form with text input box. I type Árvíztűrő tükörfúrógép and I get
>>> " ÃrvÃztűrÅ tükörfúrógép
>
>> I have tested this with the latest 5.5.x source and it works correctly
>> (there have
I have Tomcat 5.5.17 on Win XP (personal localhost development server).
I installed a webapp as app.war.
Then developed some applications in localhost:8080/app/ (leaving the app.war
in webapps directory)
Then (later) I manually deleted the app.war (which I thought was now
redundant).
But .. af
Understand. The chunk stuff is what I am planning on using. Do you
know if Tomcat waits until all chunks are in before starting the Servlet
processing?
Bill Barker wrote:
If you don't send a Content-Length, then you need to use 'Transfer-Encoding:
chunked'. Otherwise Tomcat (or any other HT
No one replied, so in the hope someone might have the answer to this, here's
a repost... :-)
-Original Message-
From: Richard Mundell [mailto:[EMAIL PROTECTED]
Sent: Friday, December 15, 2006 3:37 PM
To: users@tomcat.apache.org
Subject: On Tomcat 5.5.9, can't flush the buffer or reduce
In Tomcat, when does the Servlet Processing get called?
Is it after Tomcat has read the full request, or does it initiate the call
as soon as it starts processing the request?
Thanks for your help.
-
To start a new topic, e-mai
On 12/18/06, cifroes <[EMAIL PROTECTED]> wrote:
cifroes wrote:
> David Rees wrote:
>>
>> Are you sticky sessions? If not, that will usually fix the issue you
>> see.
>>
> Sorry, I don't know what sticky sessions are... But please note I'm
> not using Tomcat loadbalancing, the load balancer is ano
cifroes wrote:
David Rees wrote:
Are you sticky sessions? If not, that will usually fix the issue you
see.
Sorry, I don't know what sticky sessions are... But please note I'm
not using Tomcat loadbalancing, the load balancer is another software
that's doing round-robin (and working fine).
David Rees wrote:
Are you sticky sessions? If not, that will usually fix the issue you see.
Sorry, I don't know what sticky sessions are... But please note I'm not
using Tomcat loadbalancing, the load balancer is another software that's
doing round-robin (and working fine).
My issue is tha
On 12/18/06, cifroes <[EMAIL PROTECTED]> wrote:
I'm configuring a Tomcat cluster with 2 servers. In front of that I have
a loadbalancer (LVS software) doing round-robin between the 2 servers.
In my tests I'm finding that the session replication mechanism isn't
"fast enough" to replicate the data
I saw that method and I read this.
Case brand new session
Session.getId() has some value
Request.getRequestedSessionId() is null because the browser is not
trying to reach some particular session
Case expired session
Session.getId() is different from Request.getRequestedSessionId()
Because the br
I am trying to find a list of the differences between Tomcat 6.0 and
Tomcat 5.5 clustering and farming.
Does anyone have a list like this or where to find the information.
Thanks.
++
Troy Davidson
---
I check for invalidated sessions (timeout) the following way:
if (! lRequest.isRequestedSessionIdValid() &&
lRequest.getRequestedSessionId() != null) {
log.debug("session expired");
} else {
log.debug("the normal way");
}
regards,
Veit
Asensio, Rodrigo schrieb:
> Hi guys, Im tr
Hi all,
I'm configuring a Tomcat cluster with 2 servers. In front of that I have
a loadbalancer (LVS software) doing round-robin between the 2 servers.
In my tests I'm finding that the session replication mechanism isn't
"fast enough" to replicate the data.
I have a WS[using Axis] that has
I normally need to access http://localhost:9191/luntbuild to see my
application. So in theory with that filter thing installed correctly I should
be able to access it by going to http://localhost/luntbuild?
But for IIS, /luntbuild does not exist. How does it figure out that it is a
Tomcat dir?
Is really a pain in the ass have a brand new session when the session is
dead.
Would be great have a session.isNewBecauseTheOldIsDead()
-Original Message-
From: Asensio, Rodrigo [mailto:[EMAIL PROTECTED]
Sent: Monday, December 18, 2006 12:52 PM
To: Tomcat Users List
Subject: invalid sessi
All,
We've had Tomcat clustering working in test and production for months.
We run on HP UX 11.11.
We recently upgraded the OS and I think Tomcat clustering quit working
at that point.
I'm not sure of the OS connection but the session data is not being
replicated throughout the cluster.
We are run
Hi guys, Im trying to reject users whose sessions was invalidated (in
purpose because a logout or timeout)
But I found that there is not logic combination in the session valid or
invalid methods.
Case 1
First request
Session.isNew() TRUE
Request.isRequestedSessionIdValid() FALSE
We can say that
I have not seen any response to this . . . . Can anyone help? Please?!?
Cheers
Joe
From: Workman, Joe
Sent: Friday, December 15, 2006 12:30 PM
To: 'users@tomcat.apache.org'
Subject: Using 2 Realms for authentication and access control
I have an application th
Hi Rainer,
The proxy attributes, as you mentioned, were all I needed.
Thanks so much!
Bijan Vakili
Senior Software Developer
Cryptologic Inc.
55 St-Clair W, 3rd floor, Toronto, Ontario, M4V 2Y7
Phone 416.545-1455 Ext 5892
E-Mail: [EMAIL PROTECTED]
SKYPE: bijanvakili
This message, includin
I solved the problem.
These lines in the server.xml were preventing my webapp to deploy.
They were there because of the configuration of my project within
Eclipse and Sysdeo plugin.
I still don't understand why Tomcat asked for user/password, though.
Thank you Chuck, David, Siomara and Oliv
Hi,
(this is a repost. I inadvertently 'thread hijacked' when I initially
posted this question).
I'm looking for an example of using Mbeans to access the
org.apache.catalina.Manager interface to manage HttpSessions.
First off, however: is this possible?
We're interested in using thi
> From: Dani [mailto:[EMAIL PROTECTED]
> Subject: Re: My webapp is oddly asking for user and password
>
> Can I deploy hello.html without a .war file?
Yes, I just verified (again) that 5.5.20 with the default config will
deploy a webapp that has only a single .html file in its directory. To
be
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Keith,
Keith Hawkridge wrote:
> Hi, is it possible to give me an answer for both?
I'm not sure what you mean. Do you want an implementation for a
re-readable request and a sniffable response? I'm unlikely to write that
for you without being paid ;)
Best way to know if you webapp is correctly deployed is to access the
manager webapp:
http://tomcat.apache.org/tomcat-5.5-doc/manager-howto.html
Dani a écrit :
> On 12/18/06, David Delbecq delbd-at-oma.be |tomcat|
> <3unkjagvg90t...> wrote:
>> Better try this.
>>
>> create a rms.war fi
On 12/18/06, David Delbecq delbd-at-oma.be |tomcat|
<3unkjagvg90t...> wrote:
Better try this.
create a rms.war file with only one hello.html file inside. Put this
.war inside your webapps directory, tomcat should outputs messages in
catalina.out (or standard output) telling you it l
Either use the requestdumper valve provided by tomcat (to dump headers
and form submission)
Either create a ServletFilter that will decorate the HttpServletRequest
and the HttpServletResponse and forward those decorated object to the
followup of processing chain
(http://java.sun.com/products/servle
Hi, is it possible to give me an answer for both?
keith
-Original Message-
From: Christopher Schultz [mailto:[EMAIL PROTECTED]
Sent: 18 December 2006 14:35
To: Tomcat Users List
Subject: Re: logging the all the request/response http messages for my
application
-BEGIN PGP SIGNED MESS
> From: David Delbecq [mailto:[EMAIL PROTECTED]
> Subject: Re: My webapp is oddly asking for user and password
> One thing for sure, creating a folder under webapps/ directory is not
> enough to create a webapp
That's no longer true - a directory is all you need with the current 5.5
and 6.0 leve
Hi,
I would like to deploy war files through the Manager
application but I am having difficulty setting a COntext path that is
not in the root folder.
E.g., I have a war file called monitoring.war - I can deploy this as
"http://servername.com/monitoring"; no problem, but as I'm using
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Keith,
Keith Hawkridge wrote:
> Hi, I have an application setup via a context and I want to view all the
> http request/response messages that deals with this context.
>
> Is there any easy way to set this up with tomcats logging?
Do you want to log
Hello !
IMHO, it has to do with file-locking. See "antiJarLocking" and
"antiResourceLocking" in this page :
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html
The typical symptom is a webapp not being suppressed from the list after
having undeployed it with the manager. I didn't under
Better try this.
create a rms.war file with only one hello.html file inside. Put this
.war inside your webapps directory, tomcat should outputs messages in
catalina.out (or standard output) telling you it loads rms.war. Then
try to access http://localhost:/rms/hello.html and tell us if it still r
hi,
tomcat is set by default to 8080 because, on unix environments at least,
low port numbers (like 80) are restricted to be bindable only by root. I
don't know for windows.
Dani a écrit :
> On 12/18/06, Siomara-at-planalto.gov.br |tomcat|
> wrote:
>> I thought the default port was 8080. Am I wron
Hello Mark
>Mester József wrote:
>> Ok. Let's see my problem.
>> I have a form with text input box. I type Árvíztűrő tükörfúrógép and I get "
>> ÃrvÃztűrÅ tükörfúrógép
>I have tested this with the latest 5.5.x source and it works correctly
>(there haven't been any encoding related fixes
On 12/18/06, Siomara-at-planalto.gov.br |tomcat|
wrote:
I thought the default port was 8080. Am I wrong?
Yes, 8080 is the default out-of-the-box Tomcat port. And 80 is the
default port for the HTTP protocol all over the Internet.
I had this problem once. It was because of a port conflict wi
Thanks - I have fixed it. Seemed to be a class conflict between jasper and
some other graphing libraries.
-Original Message-
From: Martin Gainty [mailto:[EMAIL PROTECTED]
Sent: 17 December 2006 21:25
To: Tomcat Users List
Subject: Re: Cannot access classes in /WEB-INF/lib
Andy
The jar
On 12/18/06, David Delbecq delbd-at-oma.be |tomcat|
<3unkjagvg90t...> wrote:
Dani a écrit :
> On 12/18/06, Siomara-at-planalto.gov.br |tomcat|
> wrote:
>> don´t you have to include the port tomcat is listening?
>>
>> http://localhost:8080/rms or any other port like:
>> http://localho
On 12/18/06, David Delbecq delbd-at-oma.be |tomcat|
<3unkjagvg90t...> wrote:
How did you deploy your simple webapp?
I followed these instructions:
http://www.coreservlets.com/Apache-Tomcat-Tutorial/
Actually I made a new directory C:\apache-tomcat-5.5.20\webapps\RMS
and put a hello
I thought the default port was 8080. Am I wrong?
I had this problem once. It was because of a port conflict with Oracle that
was using port 8080. The solution was to set tomcat to listen to any other
port but 8080 or 80. My tomcat listen to 8899 and the conflict (and the
login screen ) is gone.
-
Dani a écrit :
> On 12/18/06, Siomara-at-planalto.gov.br |tomcat|
> wrote:
>> don´t you have to include the port tomcat is listening?
>>
>> http://localhost:8080/rms or any other port like:
>> http://localhost:8899/rms
>
> No, because I changed it to the default HTTP port 80. But thanks.
Do you r
Hi, I have an application setup via a context and I want to view all the
http request/response messages that deals with this context.
Is there any easy way to set this up with tomcats logging?
Thanks in advance,
Keith
On 12/18/06, Siomara-at-planalto.gov.br |tomcat|
wrote:
don´t you have to include the port tomcat is listening?
http://localhost:8080/rms or any other port like: http://localhost:8899/rms
No, because I changed it to the default HTTP port 80. But thanks.
-Mensagem original-
De: Dani
don´t you have to include the port tomcat is listening?
http://localhost:8080/rms or any other port like: http://localhost:8899/rms
-Mensagem original-
De: Dani [mailto:[EMAIL PROTECTED]
Enviada em: domingo, 17 de dezembro de 2006 17:43
Para: users@tomcat.apache.org
Assunto: My webapp is
Tries with tomcat 5.5.7, i put in webapps/ directory a theTest.war file
with only one html file inside. Works perfectly, here is output in console:
INFO: Deploying web application archive theTest.war
Dec 18, 2006 1:04:46 PM org.apache.catalina.startup.ContextConfig
applicationWebConfig
INFO: Missi
My out-of-the-box Tomcat is asking for user/password when I try to
connect to a hello world HTML in a new webapp.
On 12/17/06, olivier nouguier olivier.nouguier-at-. |tomcat|
wrote:
http://tomcat.apache.org/tomcat-5.5-doc/realm-howto.html
I don't have a web.xml in my project yet. And
A very good point, I'll check exactly what timestamps are being written.
-Original Message-
From: David Delbecq [mailto:[EMAIL PROTECTED]
Sent: 18 December 2006 11:20
To: Tomcat Users List
Subject: Re: JSP's not recompiling
Hi, could this be your problem (considering rsync does set times
It actually looks as if adding the reloadable paramater into
conf/web.xml has fixed it, contrary to initial reports from impatient
developers!
-Original Message-
From: Dani [mailto:[EMAIL PROTECTED]
Sent: 18 December 2006 10:58
To: users@tomcat.apache.org
Subject: Re: JSP's not recompilin
Hi, could this be your problem (considering rsync does set timestamp to
the source timestamps and not the current time)?
1) tomcat start, file X.jsp (version 1) has timestamp t
2) remote content management does a modification, remote X.jsp (version
2) has timestamp t+1
3) in the meanwhile, a clien
Maybe this is not the problem, but, did you turn on Servlet reloading?
http://www.coreservlets.com/Apache-Tomcat-Tutorial/#Servlet-Reloading
Hope this helps.
On 12/18/06, Johnson, David d.johnson-at-cranfield.ac.uk |tomcat| <
hh49jagu9t0t...> wrote:
We're having some issues with J
We're having some issues with JSP files not being recompiled when they
should be, and was wondering if anyone can shed some light on it.
We have Jasper set up in development mode, with the following in
conf/web.xml:
jsp
org.apache.jasper.servlet.JspServlet
fork
I'm using Tomcat 5.5.20 on Windows 2003 Server.
This is my problem:
I'm using ant task to deploy my web application:
undeploy=org.apache.catalina.ant.UndeployTask
deploy=org.apache.catalina.ant.DeployTask
http://smbcti.enigen.it:8080/manager";
username= "admin"
password
58 matches
Mail list logo