Shapira, Yoav wrote:
Howdy,
You might want to read up on flushing the output as well as reducing the page buffer
size, both elementary JSP issues.
Yoav, why are we *encouraging* this absolute misuse of Servlets and JSPs?
I mean, I understand what the original poster wants - to have a page that i
Yes,
I successfully reach static pages (not redirected to tomcat, served
directly by apache) from https://myserver.com/, no problem with that
also http://myserver.com/index.jspworks fine,
problem with https://myserver.com/index.jsp
error :
Object not found!
The requested URL was not found o
"Alain Baucant" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> Hello,
>
> my goal:
> to use httpS with CLIENT and server authentication to connect to tomcat
> and
> be able to REDIRECT users who can't identify themselves (can't establish
> the https connection) with their certific
At 04:37 PM 1/13/2004 -0800, you wrote:
Nope, it was Windows 2000, SP4. All the other
versions of Apache Tomcat services I have all show up
under their service name, so I expected 5.0.16 to do
the same.
Yes, I do have CATALINA_HOME as the environment
variable.
Still not working. - MOD
Hmm... How
At 01:42 PM 1/13/2004 -0800, you wrote:
Hi Jacob,
Just one thing wasn't clarified in the readme:
In the line commented as "Set extra parameters", are
the characters between the # symbols considered
commented out? If I needed to change the values
associated with #-Xms32m#-Xmx256m#, should I repl
"Pablo Garaitonandia" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi Guys,
>
> I have not been able to run jsvc on Solaris8 with the latest patches.
> I followed the installation instructions from
> http://jakarta.apache.org/commons/daemon/jsvc.html
> and from the INSTALL.txt fro
if you have a test case for me I can take a look and see what happens
Filip
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 13, 2004 11:12 AM
To: Tomcat Users List
Subject: Re: WAS: tomcat 5.0.16 Replication
That's the catch. Everything is A o
Thank you very much for your help, I will look into that ordering.
Regards,
Brennon Obst
-Original Message-
From: Justin Ruthenbeck [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 14 January 2004 12:16 PM
To: Tomcat Users List
Subject: Re: [ERROR] Digester
http://jakarta.apache.org/tomc
I wrote a download servlet but I found it didn't run at IE5.x
(B
(BIE6.x - OK
(BIE5.x - NG
(BNS - OK
(B
(BMy source is below. I want to know if there are better solutions
(Bor any Common Libarary I can use.
(B
(Bresponse.setHeader("Content-Disposition",
(B "attachment; filename=\"" + myF
http://jakarta.apache.org/tomcat/faq/misc.html#baddtd
If you can't figure it out by following the instructions here, post your
web.xml and someone will point out the error (most commonly an element
ordering error).
justin
At 06:02 PM 1/13/2004, you wrote:
I am seeing this in the tomcat.out log
I am seeing this in the tomcat.out log whenever I save the web.xml file
[ERROR] Digester - -Parse Error at line 143 column 11: The content of
element type "web-app" must match
"(icon?,display-name?,description?,distributable?,context-param*,filter*,fil
ter-mapping*,listener*,servlet*,servlet-map
Hi,
I have this weird problem at TC 4.1.x and 5.0.x recently. I can't figure out the cause
after sometime thinking. I need some helps. The problme is that 404 error occurs when
I point a browser to a URL of the application. After I click the refresh button, the
JSP page shows up. Since I didn'
Nope, it was Windows 2000, SP4. All the other
versions of Apache Tomcat services I have all show up
under their service name, so I expected 5.0.16 to do
the same.
Yes, I do have CATALINA_HOME as the environment
variable.
Still not working. - MOD
--- Jacob Kjome <[EMAIL PROTECTED]> wrote:
> Fi
Quoting Christopher Schultz <[EMAIL PROTECTED]>:
> > I got this error in one tomcat application
> > java.lang.NoClassDefFoundError: org/apache/tomcat/logging/Logger
>
> It looks like you're missing the log4j library for that particular
> application. Check the WEB-INF/lib directory for a log4j-lo
First, the service always reports a success. Probably should be updated to
actually say if something worked or not.
Second, are you using Windows XP? In that case, the display name is used in the
list of services instead of the service name you specified. The service will
show up as "Apache Tom
Hello --
My tomcat jvm stderr.log consists mainly of the following INFO message:
Jan 13, 2004 3:41:51 PM org.apache.jk.common.ChannelSocket
processConnection
INFO: connection timeout reached
1) What is the significance of these messages? i.e. as they are logged as
INFO I'm presuming they are nor
With a small database, you could consider rebuilding the database from
scratch via SQL scripts possibly.
We had a similar problem with a much larger database though, using
Oracle, and ultimately we opted to export the database using Oracle's
tools to recreate the base environment. We did this with
I am developing a java/tomcat/postgresql application using ant and
junit. I want to deploy tested builds along with matching tables with
test data in them.
What is the best way to version tables and data in the database to match
a war file version?
thanks,
Phil
---
Go here for the detailed information on how Verisign's Intermediate CA
effects JAVA.
http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436
Thanks
Daniel
neal cabage wrote:
What page at Verisign were you reading this from?
Thanks.
Neal
Mauro Pencov <[EMAIL PROTECTED]> wrote:I was read
Hi,
I have a problem that's getting me
crazy.
A code in jsp file like this:
<%for(int i=0; i<10;
i++){ out.println("i:"+i+""); Thread.sleep(1000);} %>
is just showed in browser when tomcat finishes
processing all iterates.
This is, tomcat sends the html soucecode just when
process en
You are correct: The correct package is org.apache.tomcat.util.net.
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Tuesday, January 13, 2004 10:39 AM
Subject: RE: SSL failure with some browsers - Access denied by acce
Hi Jacob,
I must have botched something here.
I renamed the script, saved it in my TOMCAT_HOME/bin,
and executed it by typing:
jakarta-tomcat-5.0.16-servicebatch.bat install
Apache-Tomcat-5.0.16
There were several messages flying by, telling me how
to install and uninstall a service. The las
Hi Jacob,
Just one thing wasn't clarified in the readme:
In the line commented as "Set extra parameters", are
the characters between the # symbols considered
commented out? If I needed to change the values
associated with #-Xms32m#-Xmx256m#, should I replace
the # with a space?
It looks that
I got this error in one tomcat application
java.lang.NoClassDefFoundError: org/apache/tomcat/logging/Logger
It looks like you're missing the log4j library for that particular
application. Check the WEB-INF/lib directory for a log4j-looking JAR
file. It's also possible that the code was compiled
If the data is truly once only for the entire application, I'd write a
singleton and have the applications each access that. You can control
race conditions to start by synchronizing the methods of the singleton
and later optimize the performance by removing the synchronization
there and instead sy
So, that should mean that all I really have to do is defined the information in instance variables. Right?
There is however an important risk related to this approach.
AFAICT, you are not guaranteed that there is a SINGLE instance of each
servlet. It will be implementation-dependent.
So, ei
The default install of Tomcat 5 tries to persist the session across application
deploys and server restarts. I need Tomcat to issue new sessions after each deploy
and server restart. How do I do this?
I saw a posting that suggested adding to the
application context, but it had no effect.
Th
The reason I cannot set the content length is because I encode audio on-the-fly.
It takes a minute average to encode such an audio file (assuming just one file
is encoded at a time) and it would result in a timeout on the client side.
In my first tests I waited for the file encoding to finish and t
Will install Tomcat 4.0.16 and follow the steps you told me, and will see
how things will go
Thanks any ways
Mohammad Musleh
Software Architect and Developer
Computer Science Dept., MUM
Fairfield, IA 52557 USA
Phone: (641) 472 7000 x 4326
-Original Message-
From: Keshav Sarin [mailto:[E
Hi Guys,
I have not been able to run jsvc on Solaris8 with the latest patches.
I followed the installation instructions from
http://jakarta.apache.org/commons/daemon/jsvc.html
and from the INSTALL.txt from source that came with tomcat5 binary. I
have all
the apropriate gnu tools installed and I
Thanks very much, Jacob. I didn't go to CVS - I went
right to the ZIP download. I'll make a note to check
CVS next time. Thanks again - MOD
--- Jacob Kjome <[EMAIL PROTECTED]> wrote:
> There is a service.bat file in the Tomcat CVS.
> Here's a copy of that with a
> couple minor tweaks. I've
I have implemented SSL with 4.1.27 and 5.0.16 using JDK 1.4.2 on
Windows. I have test with both the keystore and certificates that come
with the JRE. You can try using the JRE certificate & see if that works.
You will need to use the keytool utility that comes with JDK to use the
cacerts. Delete th
There is a service.bat file in the Tomcat CVS. Here's a copy of that with a
couple minor tweaks. I've attached it before to emails in this list, but I'll
attach it again since it is small. Rename service.txt to service.bat.
Jake
Quoting Michael Duffy <[EMAIL PROTECTED]>:
>
> Hi, I've recentl
Alternately, you can use HTTP 1.1, but buffer the entire response in your
Servlet (create a copy of whatever you're sending in memory), then at the
end of your servlet manually set the Content-Length header, then output
the response.
This is fine for small responses, but problematic for large r
I have changed '\' to '/' in the server.xml file and specified the
keystorepass="changeit", but still getting the same error, which is
SEVERE: Error initializing endpoint
java.io.IOException: Cannot recover key
...
Mohammad Musleh
Software Architect and Developer
Computer Science Dept., MUM
Fai
My questions:
- how to disable chunked encoding even when there is no content length?
- why does tomcat not use chunked encoding when sending mp3 files (and no content length is set)
and why does'nt it for ogg?
See RFC 2616. Using either the Content-Length header OR chunked encoding
is a MUST
Use the magic word include! :)
something like <[EMAIL PROTECTED] file="defaults.jsp"%> in each of your pages.
Then you just have one place to put it. But I don't know if there is a
way to set it at the Jasper level.
Jean-Philippe Bélanger
CGI
Rogerio Baldini das Neves wrote:
Thanks Jean-Philipp
Try changing the '\' to '/' and specify the keystore password. something
like
>>> [EMAIL PROTECTED] 01/13/04 11:14AM >>>
I copied jsse.jar to %tomcat_home%\common\lib, and when I restarted
Tomcat I
got this error
SEVERE: Error initializing endpoint
java.io.IOException: Cannot recover key
Thanks Jean-Philippe, it works fine rigth now.
Is it possible to set up this parameter in server?
I think it will be boring to set it up in each jsp file.
thanks again,
__
Rogério Baldini das NevesDiretor de
Tecnologia
Howdy,
>Now, I've got some information I WOULD like to share across all
sessions of
>the application (but not across other Tomcat applications). So, that
>should mean that all I really have to do is defined the information in
>instance variables (and remember when using it that it can change
>un
store it in the context, that is only shared with the application,
you get the context from the request object, then use
setAttribute,getAttribute
Filip
- Original Message -
From: "Merrill Cornish" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 13, 2004 11:56 AM
Subje
Howdy,
You might want to read up on flushing the output as well as reducing the page buffer
size, both elementary JSP issues.
Yoav Shapira
Millennium ChemInformatics
-Original Message-
From: Rogerio Baldini das Neves [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 13, 2004 8:49 PM
To:
I think I know the answer to this, but I would like reassurance.
I'm building a timesheet application using JSP, servlets, and Tomcat. So far, I been
very careful to keep all non-contant data out of servlet class instance variables so
everything should be thread safe and there should be no inte
sorry... I kinda forgot the right directive and param. it's <@page
buffer="none"%>
Jean-Philippe Bélanger
CGI
Rogerio Baldini das Neves wrote:
Hi,
I have a problem that's getting me crazy.
A code in jsp file like this:
**
*<%
for(int i=0; i<10; i++)
{
out.println("i:"+i+"");
Thread.sleep(
I think the jsp cache can do the trick of you set it off
check the directive
Jean-Philippe Bélanger
CGI
Rogerio Baldini das Neves wrote:
Hi,
I have a problem that's getting me crazy.
A code in jsp file like this:
**
*<%
for(int i=0; i<10; i++)
{
out.println("i:"+i+"");
Thread.sleep(1000);
Hi,
I have a problem that's getting me
crazy.
A code in jsp file like this:
<%for(int i=0; i<10;
i++){ out.println("i:"+i+""); Thread.sleep(1000);} %>
is just showed in browser when tomcat finishes
processing all iterates (it takes 10 seconds).
This is, tomcat sends the html soucecod
The following should either be added to the documentation (as something admins should
do) or fixed as a bug.
ISSUE: Tomcat 5 does not come with log4j, but appears to be aware of it and attempts
to use it for the server if log4j is included in a webapp. As a consequence some of
the commons com
You will use the same connector over port 8009. No additional connector
needed over any other port.
In your "ssl.conf" for apache, you will create a VirtualHost entry very
much like the one that's in your "httpd.conf" file. In there you will do
your JkMount declaratives, etc.
BTW, I use 0.9.7c
That's the catch. Everything is A ok. no error what soever before I get
a null params.
Would an invalidated request still had the getRemoteAddr() and
getRequestURI() set?
And if so... how can I know if a REQUEST gets invalidated??
Jean-Philippe Bélanger
CGI
Filip Hanik wrote:
hmm, could it b
> Unfortunattaly no option, we are bound to a specific java version and
tomcat
> version to gain support from the supplier...
Then could you just *try* a different version?
If it works, then YELL at your supplier - they would deserve it, sticking to
a buggy version. For that matter, sticking to j
BTW, I when this failed to produce debug messages I tried to verify that there are
classes with the org.apache.tomcat.net package in Tomcat 5. Maybe I missed it, but I
did not see it on any of the jar files.
b.
-Original Message-
From: Melloni Bruno (Nokia-BI/Dallas)
Sent: Tuesday, Ja
hmm, could it be that your Request gets invalidated,
the Request you are holding on to is just a fascade.
On top of my head, I can't see a connection with the cluster.
Does your logs indicate anything else, like a null pointer etc?
Filip
- Original Message -
From: <[EMAIL PROTECTED]>
To: "
What page at Verisign were you reading this from?
Thanks.
Neal
Mauro Pencov <[EMAIL PROTECTED]> wrote:I was reading in the site of the Verisign, I
found the page that offers for
download Intermediate CA, but this would be used for Apache. And in tomcat?
Somebody already it made this in the To
I copied jsse.jar to %tomcat_home%\common\lib, and when I restarted Tomcat I
got this error
SEVERE: Error initializing endpoint
java.io.IOException: Cannot recover key
at
org.apache.tomcat.util.net.jsse.JSSESocketFactory.initProxy(JSSESocketFactor
y.java:231)
at
org.apache.tomcat.u
I was reading in the site of the Verisign, I found the page that offers for
download Intermediate CA, but this would be used for Apache. And in tomcat?
Somebody already it made this in the Tomcat? Which the process?
( https://www.verisign.com/support/site/caReplacement.html )
-Mensagem ori
Try copying jsse.jar to the %tomcat_home%\common\lib folder. May be the
jsse.jar is not seen by tomcat.
>>> [EMAIL PROTECTED] 01/13/04 10:31AM >>>
I'm using Tomcat 4.1, J2SDK 1.4.2 and Windows Environment.
Mohammad Musleh
Software Architect and Developer
Computer Science Dept., MUM
Fairfield, IA
I belive that MSIE "out of the box" has session cookies enabled.
I've only run into this problem with a handfull of customers.
On Tuesday 13 January 2004 12:50 pm, Ben Souther wrote:
> If the browser doesn't return the session cookies (which it won't if that
> isn't set) then you will start a new
If the browser doesn't return the session cookies (which it won't if that
isn't set) then you will start a new session with each hit to the server.
On Tuesday 13 January 2004 12:44 pm, jon yeargers wrote:
> When communicating between a client browser and servlet code - will this
> param *always*
Hi, the installer is tested with a plain w2k w2k3 IIS 5/6 Tomcat 5
Usually you get problems when you tried a manual install before, because
i don't want to change any handmade entrys with the installer.
In your case have a look, if you have two jakarta isapi filter know
installed.
One for all we
When communicating between a client browser and servlet code - will this
param *always* need to be set to use session attributes? Or to maintain
other session information?
-Original Message-
From: Ben Souther [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 13, 2004 9:13 AM
To: jon yearge
I'm using Tomcat 4.1, J2SDK 1.4.2 and Windows Environment.
Mohammad Musleh
Software Architect and Developer
Computer Science Dept., MUM
Fairfield, IA 52557 USA
Phone: (641) 472 7000 x 4326
-Original Message-
From: Keshav Sarin [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 13, 2004 11
I've tried to replicate the problem with a simple servlet. outside of
our MVC architecture (controller). and seams like I can't.
I've put traces in our controller on the doPost method writing the
request parameter to the console.
When the 2nd node is shutdown, they request params become nulls! e
> That's why my work address is seperate from my normal address. I haven't
> (apart from the Autoresponder ones) got any spam yet.
To clarify; it should say:
That's why my work-tomcat address is seperate from my normal work address.
I haven't (apart from the Autoresponder ones) got any spam yet.
What version of Tomcat are you using?
>>> [EMAIL PROTECTED] 01/13/04 09:37AM >>>
Hi;
Yes, when I generated .keystore file it asked me about a password and I
used
"changeit" password.
this is the portion that I uncommented within server.xml file
Thanks
Mohammad Musleh
Software
It's in a stupid place in MSIE:
Tools -> Options -> Privacy (tab) -> click the "Advanced" button -> Always
allow session cookies (checkbox).
I'm happy to answer these privately but it's better to keep the threads on the
list. Someone else might have the same issue later an could benefit from
I suddenly have a problem reading XML over SSL, where the system has
been in place for a year and the problem never existed before! And the
weird part is that both my dev and production environments now seem to
have the same problem.
Another interesting tidbit I have noticed is that I *can* acce
Howdy,
The other thing you might want to consider is a service like Yahoo's
junk addresses. You can create as many junk addresses as you want, e.g.
[EMAIL PROTECTED], subscribe those addresses to the lists, and
if you get spam you-
A. Know for sure where it came from
B. Can easily remove the
I'm going with Ralph on this one... NAV has lots of services and what
not, even when it has the little red X over itself in the tray (and even
when you remove it from the tray). I'd be suspicious of it.
> -Original Message-
> From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]
> Sent: Tuesday
At 10:56 am -0500 2004/01/13, Shapira, Yoav wrote:
Newsflash ;) This has happened in the past where the user was NOT
subscribed to the list, in which there's not much I can do. I've
already unsubscribed this particular user. I suggest if it annoys you
that you block messages from this user so th
To me it looks like you have a problem in the httpd.conf or in the
workers.properties file, if you can send them, it will be easier to give you
a hand.
Joaquin Corchero
"Chris Gibbons" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I've got mod_jk set up and running, and it works
Howdy,
The other thing you might want to consider is a service like Yahoo's
junk addresses. You can create as many junk addresses as you want, e.g.
[EMAIL PROTECTED], subscribe those addresses to the lists, and
if you get spam you-
A. Know for sure where it came from
B. Can easily remove the dumm
> I love spamassasin
I installed a compiled version for O2K just before Christmas. SpamNet is
really cutting the mustard anymore - I am getting over 250 spam mails a day
at my home and ~50 are getting through so I decided to install it and see if
it was as good as everyone said it was. It then t
Perhaps it's related to the Verisign intermediate signing
certificate which expired last week. Check the Verisign website
for details.
Alex
> "Neal" == Neal <[EMAIL PROTECTED]> writes:
Neal> To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
Neal> Subject: javax.net.ssl.SSLHandshakeExceptio
Mixed results:
- I got no debug messages when it failed even after setting
log4j.logger.org.apache.tomcat.net=DEBUG.
- By experimenting (afterwards) and placing the files in common/lib and common/classes
instead of server/lib and server/classes and adding
log4j.logger.org.apache.catalina.sessi
Lukas Österreicher wrote:
Oh. I already feared this.
In this case the only thing that can be done is that Winamp does the request in HTTP 1.0, right?
If using TC 5 (it would work as well with 4.1.x, but I think
configuration support isn't there), you can specify regexps matching
user-agents of n
The machine that has tomcat running is a developer or production
machine? Are there other applications or there is just tomcat?
> --
> De: Donie Kelly[SMTP:[EMAIL PROTECTED]
> Responder:Tomcat Users List
> Enviada: terça-feira, 13 de janeiro de 2004 13:13
> Para:
Hi;
I'm using J2SDK 1.4.2 that comes with JSSE, I don't need to install JSSE as
a separate component. I checked the java.security file and I found all
providers are there, this is what I have in that file
security.provider.1=sun.security.provider.Sun
security.provider.2=com.sun.net.ssl.internal.s
Hi;
Yes, when I generated .keystore file it asked me about a password and I used
"changeit" password.
this is the portion that I uncommented within server.xml file
Thanks
Mohammad Musleh
Software Architect and Developer
Computer Science Dept., MUM
Fairfield, IA 52557 USA
Phone
I love spamassasin
blacklist_from [EMAIL PROTECTED]
-Tim
Shapira, Yoav wrote:
Howsy,
Yes, pretty annoying isn't it? I hope an admin (if there is such a
person)
will remove this user from the list.
Newsflash ;) This has happened in the past where the user was NOT
subscribed to the list, i
I think this has the taste of wrong/not_provided security provider.
If you are using sun's JSSE
Add this to your $JAVA_HOME/jre/lib/security/java.security
security.provider.1=sun.security.provider.Sun
security.provider.2=com.sun.net.ssl.internal.ssl.Provider
security.provider.3=com.sun.rsajca.Pro
I assume you have used the default password. Also, can you send the "SSL
HTTP/1.1 Connector" element from the server.xml?
>>> [EMAIL PROTECTED] 01/13/04 09:17AM >>>
Hi;
.keystore file is in the default folder where Tomcat suppose to access.
I
mean Tomcat knows the location of .keystore file, and
No I meant the rrequest times for each machine. You said one took 400ms I
think and the other was 20seconds. Which machine gave which response. You
said you moved it to a slow dev machine but it wasn't clear which request
time it gave you.
If you can do what peter lin says and give us more details
Hi;
.keystore file is in the default folder where Tomcat suppose to access. I
mean Tomcat knows the location of .keystore file, and it starts by the same
user. I'm doing all of this stuff on my own PC.
Thanks
Mohammad Musleh
Software Architect and Developer
Computer Science Dept., MUM
Fairfield,
Maybe it's running as a service. Can you make sure you stop the services as
well...
-Original Message-
From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]
Sent: 13 January 2004 16:09
To: Tomcat Users List
Subject: RE: dramatic performance differences on development machines
We made the experi
it would really be helpful if you clearly state the systems and the performance.
information like
1. CPU
2. ram
3. HD
4. OS version
5. tomcat version
6. jdk version
7. how you're measuring the performance
8. type of ethernet
9. kind of router
10. free memory before tomcat starts
11. peak memory
Apache is used to support SSL requests, in this configuration no need for tomcat to
know about https.
(of course traffic between apache and tomcat is not encrypted)
I guess port 8443 is used only when tomcat is stand-alone (or for paranoiac ;-) ).
"Server Error"
Is it a message issued by tomcat
We made the experience with McAffe that disabling is
not sufficent to get the normal performace.
I can't offer more details, that has been done by one
of our sys admins.
> -Original Message-
> From: Johan Coens [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 13, 2004 5:03 PM
> To: To
Look for a .keystore file under the home directory of the user that
generated the key. Make sure Tomcat is started by the same user.
>>> [EMAIL PROTECTED] 01/13/04 09:01AM >>>
GlacierDear guys;
- I have Java 2 SDK 1.4.2 that come with JSSE
- Apache Tomcat version 4.1
- I'm using Windows environme
I'll come back on this later, i'll be out of office for a day but i'll do
some more testing and post results at this mailinglist.
what do you mean with transaction times, for each request or can i get more
detailed processing detail for a http request?
thanks for all responses
-Original Mess
Unfortunattaly no option, we are bound to a specific java version and tomcat
version to gain support from the supplier...
-Original Message-
From: Edson Alves Pereira [mailto:[EMAIL PROTECTED]
Sent: 13 January 2004 17:51
To: 'Tomcat Users List'
Subject: RE: dramatic performance differences
Hi, I've recently downloaded Tomcat 5.0.16 to try some
4.1.29 Web apps against it.
I've always installed Tomcat as a service using a
Windows command script like this:
set JAVA_HOME=C:\Tools\JDKs
set CATALINA_HOME=C:\Tools\Tomcat\5.0.16
set TOMCAT_HOME=%CATALINA_HOME%
set SERVICE
Hello Mike,
Im running NAV but even when disabeling this the machine performces slow..
Thanks anyway
-Original Message-
From: Mike Curwen [mailto:[EMAIL PROTECTED]
Sent: 13 January 2004 16:34
To: 'Tomcat Users List'
Subject: RE: dramatic performance differences on development machines
"Maybe the only solution for me is running websphere..."
ha. Telling this to a company that sold you Tomcat might work but making
threats like this won't get the problem solved quicker ;) Just joking.
Ca you view the processes cpu load on the machine during the request? I find
it strange that to
You bet it has been done the firs second I got the bounce, but it still wold bother my
mail server :))
> -Original Message-
> From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
> Sent: 13 Януари 2004 г. 17:56
> To: Tomcat Users List
> Subject: RE: [EMAIL PROTECTED] - no such user here.
>
>
Title: Glacier
Dear guys;
- I have Java 2 SDK 1.4.2 that come with
JSSE
- Apache Tomcat version 4.1
- I'm using Windows environment
I'm having a problem when I configured
Tomcat with SSL, I followed HOW TO steps in Apache web site like
this
1. have generated the key using this
command
Howsy,
>Yes, pretty annoying isn't it? I hope an admin (if there is such a
person)
>will remove this user from the list.
Newsflash ;) This has happened in the past where the user was NOT
subscribed to the list, in which there's not much I can do. I've
already unsubscribed this particular user
Try tomcat-4.1.29 or tomcat-5.x
> --
> De: Johan Coens[SMTP:[EMAIL PROTECTED]
> Responder:Tomcat Users List
> Enviada: terça-feira, 13 de janeiro de 2004 11:10
> Para: Tomcat Users List
> Assunto: RE: dramatic performance differences on development machines
Thanks, Yoav
> -Original Message-
> From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
> Howdy,
> I've unsubscribed this user, we'll see if things improve.
> >-Original Message-
> >From: Altankov Peter [mailto:[EMAIL PROTECTED]
> >Sent: Tuesday, January 13, 2004 9:37 AM
> >To: Tomcat
Thanx for putting it back on the site
On Jan 13, 2004, at 10:37 AM, Shapira, Yoav wrote:
Howdy,
However, commons-deamon is not listed on
http://jakarta.apache.org/site/sourceindex.cgi
I still don't know why it wasn't there, but I've added it back. Both
source and binary downloads are now avail
Another way to secure resources is to define them in web.xml. Usually
this setting has worked for me.
app or resource
name
/*
GET
POST
CONFIDENTIAL
If someone tries to access the above url pa
1 - 100 of 203 matches
Mail list logo