Patches submitted.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
It would seem a lot less work to fill up a hashtable with parameters and
get a vanilla JNDI context for your external nameserver independent of
the internal context used for web-app resources. What's the point of
looking up web-app resources in an external directory when they can't be
shared anyhow
Jon,
I run multiple tomcat services on a Linux box with Apache for various
development and distributions. The way I went about it is to setup
multiple configurations within the server.xml file. Each service
has it own port for connectivity and its own worker for mod_jk. I create a
virtual ho
I see this question posted quite often, but rarely
answers abound. Is it because this is too complex a
topic to explain in a user group?
I would think it is fairly common, anyone have ideas?
Jon
--- Jon Feauto <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'm certain I am behind the curve on this o
Yana Begun wrote:
Hi,
I have stand alone version of our web application running with Tomcat.
Everything is fine, but after displaying 5-6 pages it starts to work
VERY slowly. Like 30 minutes for one page.
CPU is not busy at this moment. It seems like nothing happen or tomcat
falling asleep.
I tho
I think this is all kept in the server's beans. To access this you need to us
the JMX mess.
I have finally figured out how to do it using the normal tomcat-users.xml
database. To load the bean server try this:
MBeanServer m_BeanServer;
if(MBeanServerFactory.findMBeanServer(null).size() > 0)
{
Hello,
I've looked around for some time now for a clear answer on this topic, but
have not had much luck.
I have user authentication setup using JDBCRealm w/ MySQL and am able to
login/logout and authenticate users just fine. My question is, once a user
is logged in, is the user's login inform
I am using database connection pooling and I would like my Tomcat
server to be able to cope gracefully with the database server being
stopped and restarting. This creates a confusing situation because
the connections in the pool all become invalid in that case.
Is there a standard way to deal wi
The cleanest, most standards-compliant way of doing what you're asking is
through the HttpServletRequestWrapper.
Make sure you've duely considered QM's comments about the getParameter()
methods.
justin
At 01:41 PM 6/18/2004, you wrote:
Dear All,
I use Tomcat 4.1.xx
I am implementing page tracki
look at the org.apache.catalina.valve.RequestDumperValve
Original Message Follows
From: QM <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
To: Tomcat Users List <[EMAIL PROTECTED]>,[EMAIL PROTECTED]
Subject: Re: Reading the servlet input stream twice
Date: Fri, 18 Ju
On Fri, Jun 18, 2004 at 04:41:54PM -0400, [EMAIL PROTECTED] wrote:
: I am implementing page tracking on a project.
: I am coming across a problem, when I want to write a copy of the parameters
: or contents of a POST request to the database.
: [snip]
: Is there anyway of getting a copy of a POST r
Hello,
I don't remember how I got this to work under tomcat4, but how would I
auto-generate the jk2.properties file for tomcat5?
Thank you.
--
"Love is mutual self-giving that ends in self-recovery." Fulton Sheen
James Black[EMAIL PROTECTED]
Dear All,
I use Tomcat 4.1.xx
I am implementing page tracking on a project.
I am coming across a problem, when I want to write a copy of the parameters
or contents of a POST request to the database.
I have tried using HttpServletRequest.getInputStream () but this cleans out
the input stream and me
On Fri, Jun 18, 2004 at 12:30:26PM -0600, Casas, Claudia wrote:
: Thanks QM! This works now! :) yuppiii!
Excellent -- and thank you for posting what you did. That'll help
someone else in the archives.
: But I would like to be able to access this file with no 8080 port at
: all, like this: http:
The CPU I never thought was a problem & the Page File should be more than
enough. I'd look at the code but if it runs on JRun fine I don' really know.
-Original Message-
From: Yana Begun <[EMAIL PROTECTED]>
Sent: Jun 18, 2004 1:12 PM
To: Tomcat Users List <[EMAIL PROTECTED]>,
Joh
Kommuru, Bhaskar wrote:
Thanks for you comments Michael,
So mod_jk2.0.4 does not still seem to be a production quality software. It
doesnot work the way it is supposed to work as the documentation. I have
spent already a lot of time on this.
Actually the 10 Tomcat scenario I mentioned was with m
CPU Usage 2% Page File Usage 380/1249 - should be enough?
-Original Message-
From: John Najarian [mailto:[EMAIL PROTECTED]
Sent: Friday, June 18, 2004 3:59 PM
To: Tomcat Users List
Subject: RE: sleepy tomcat
What else is running? Check your page file size or just increase it.
-
Hi,
I did the SSL configuration with Tomcat Successfully.
I saw the opening page when I entered the URL
https://localhost:8443. But when I ran my application
I ran into an exception
"org.apache.jasper.JasperException: Framework binding
failed".
1. I counter the same problem when I run my
applica
What else is running? Check your page file size or just increase it.
-Original Message-
From: Yana Begun <[EMAIL PROTECTED]>
Sent: Jun 18, 2004 12:36 PM
To: Tomcat Users List <[EMAIL PROTECTED]>
Subject: RE: sleepy tomcat
But the web version with JRun works OK.
Everything runs on XP 200
Anyone?
Note: forwarded message attached.
__
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail --- Begin Message ---
I have the following debugging code in one
region/section (of a pa
But the web version with JRun works OK.
Everything runs on XP 2002 + Service Pack 1. 512MB of RAM
-Original Message-
From: Filip Hanik - Dev [mailto:[EMAIL PROTECTED]
Sent: Friday, June 18, 2004 3:29 PM
To: Tomcat Users List
Subject: Re: sleepy tomcat
look in your code, that is where it
look in your code, that is where it happens,
most likely your code is super slow, and the other requests are just being queued
until your current requests are completing.
Filip
- Original Message -
From: "Yana Begun" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 18, 200
What's the RAM? What platform?
-Original Message-
From: Yana Begun <[EMAIL PROTECTED]>
Sent: Jun 18, 2004 12:23 PM
To: [EMAIL PROTECTED]
Subject: sleepy tomcat
Hi,
I have stand alone version of our web application running with Tomcat.
Everything is fine, but after displaying 5-6 pages
Hi,
I have stand alone version of our web application running with Tomcat.
Everything is fine, but after displaying 5-6 pages it starts to work
VERY slowly. Like 30 minutes for one page.
CPU is not busy at this moment. It seems like nothing happen or tomcat
falling asleep.
I thought that the p
Hello all,
We are running Tomcat as the backend servlet engine in conjunction with
Apache as the webserver. The configuration is so that they are inline
processes. The connector between Apache and Tomcat is the "Coyote/JK2 AJP
1.3 Connector"
When we access the servlets through Apache on port 80,
Thanks QM! This works now! :) yuppiii!
I run the same command for the iptables with a bit change:
>iptables -t filter -I RH-Firewall-1-INPUT 7\
-p tcp --dport 8080 \
-m state --state NEW -j ACCEPT
>service iptables save
the -I option to
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello,
I'm having a difficult time running Tomcat managed error-pages through a
filter. I'm hoping someone might be able to lend a tip. I've been
reassured that this is not a bug, so it gives me hope this is possible. :)
from web.xml:
sitemes
Hello,
I'm certain I am behind the curve on this one, but
I've been looking around for several days now and
haven't found the answers I need.
I'm looking to setup multiple environments for Tomcat
4x on a single linux server. One for each developer
and several others for different versions of tes
Shapira, Yoav wrote:
Hola,
Hello. I am using Tomcat 4.1.30, with java 1.4.2 on a Readhat linux
server. I was going to submit a bug report, but I noticed the bug
tracker only goes through version 4.1.9. Is that bug tracker still
being used? Should I still submit bugs to it?
Look again ;) The
Hi,
A few notes:
First, I see on your other thread that you now have this working and
suspect something else was the cause, like a tag error. I'm glad it's
working, and as you noted in the same message it's "rock solid."
Second, I just did a clean tomcat install and followed the JDBC
DataSource
Shapira, Yoav wrote:
Hi,
Hmm... It's good you can verify the login on the DB side. You should
try to debug this in tomcat 5 rather than rolling back, if possible.
Where is the driver jar located in your server?
I've been trying to stick with common/lib. That seems to work.
Since I was able to get
This is part question and part observation regarding database
connectivity under Tomcat (5.0.24).
My application normally runs in production at my company on a
Tomcat 4.0.4 server. The applications includes Cocoon and access
to several databases (Sybase) via both Tomcat connections from
servlets a
After a lot of effort, I feel there may be some reason that the Sybase
JConnect JDBC driver doesn't work in Tomcat 5.0.24 (I use Tomcat 4 for my
Sybase driven apps quite a bit).
The exception is:
org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC driver of
class '' for connect URL 'nul
I've got a rather bizarre problem which I can't quite get my head
around, and was wondering if anybody might be able to help.
I'm using Xalan to transform XML into HTML4 using an XSLT stylesheet.
The page appears to be generated correctly, from looking at the source
code. However, upon loading, In
The web application I developed has a session-timeout
setting of 10 minutes. When I authenticate with the
application using the web browser Mozila 1.6 the
session times out in 10 minutes. However, when I use
the web browser IE 6.0 the session does not time out
in 10 minutes. Any thoughts would b
Hi all,
I have a problem defining datasources into server.xml: the datasource to define are
too much (over 200 !) to manage them via admin interface.
There are other way ? Is it possible to define a template of datasource resource and
then change jdbc url at runtime ?
Till now i have managed all
Hi Yoav.
Just a have a potentially stupid question - but if I am NOT using the
Management app at all - is there a way to disable the Mbean Server
registrations etc?
Thanks
Carl
-Original Message-
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: 18 June 2004 03:34 PM
To: Tomcat Users
The document has been updated.
Contributions and Help:
- Andrew Clute : Building mod_jk2 on Red Hat Enterprise Linux 3
(resolving the 'undefined symbols: apr_md5_final ' error)
- Patricia Karsten : Eclipse + Tomcat + Tomcat Deployer
- Trevor Butler : Configuring mod_jk2 and Apache-Tomcat integrati
Hi,
It's MX4J 1.1, not 2.x, and we have an enhancement item open for that.
Your assumption is correct, it's in the JMX jar in the /bin folder.
However, that will be separated out as well, into the jmx.jar containing
just the JMX API itself without an implementation, and an implementation
jar. Th
Hola,
>Hello. I am using Tomcat 4.1.30, with java 1.4.2 on a Readhat linux
>server. I was going to submit a bug report, but I noticed the bug
>tracker only goes through version 4.1.9. Is that bug tracker still
>being used? Should I still submit bugs to it?
Look again ;) The bug tracker goes
hii.. Dear friends
Please u can check web.xml file or server.xml file may be some errors in that XML
file.
Deepak
On Fri, 18 Jun 2004 deepak Malhotra wrote :
>Hi ,
> Recently I have installed Jakarta-tomcat-5.0..25 on
>fedora linux 2.4.22-1.2115.nptl & also I have java
>j2sdk1.4.1_02 .
>Th
Hi.
Does anyone know what version of mx4j is being shipped with TC 5.0.25?
I assume it is the jmx.jar in the /bin folder?
Regards,
Calr
-Original Message-
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: 18 June 2004 02:59 PM
To: Tomcat Users List
Subject: RE: Tomcat Stand-alone
I don't think that will work for you, since there is some logic associated with the
fact that the incoming thread is released, means
it releases all the request/response logic,
Filip
- Original Message -
From: "Prabhakaran Nagarajan" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PR
hi, can any one tell me why i cannot redirect http 403
to my nown page? It works fine for code 404. but not
403 (i used valve to restrict certain ips) I am using
tomcat 5.0.19 on redhat as3
403
error403.html
thanks
cheng
=
Best wishes
Z C Wang
Thanks for your replies. I was trying to avoid using
apache if possible.
As for writing my own code, I was planning on doing
this:
Write a custom valve that looks at the request uri.
If one of the "bad performing" page is requested,
spawn off a separate thread (doug lea's
PooledExecutor) and proce
Hi ,
Recently I have installed Jakarta-tomcat-5.0..25 on
fedora linux 2.4.22-1.2115.nptl & also I have java
j2sdk1.4.1_02 .
The problem is that tomcat starts successfully using
service tomcat start
but when i point my browser to http://localhost:8080
browser just waits infinitely without showin
MatrixOne Tech Support eMail incident submission functionality requires specific
subject line. The following subject lines are recognized.
Request for CustomerLink Access
- This will submit a request for new CustomerLink account
Request for CustomerLink Password Reset
- This will subm
>-Original Message-
>From: Shapira, Yoav
>Sent: Friday, June 18, 2004 9:01 AM
>To: Tomcat Developers List
>Subject: RE: [ANN] Apache Tomcat 5.0.27 Beta released
>
>
>Hi,
>FYI on this release: It is a CVS branch point for TOMCAT_5_0, so those
>of you building from CVS directly should know t
Hi Yoav.
Have just done so - I am busy looking at the source and will hopefully be
add a path attachment!
Bugzilla: http://issues.apache.org/bugzilla/show_bug.cgi?id=29671
Regards,
-Original Message-
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: 18 June 2004 02:59 PM
To: Tomcat U
Hi,
Hmm... It's good you can verify the login on the DB side. You should
try to debug this in tomcat 5 rather than rolling back, if possible.
Where is the driver jar located in your server?
Yoav Shapira
Millennium Research Informatics
>-Original Message-
>From: Jeff Sexton [mailto:[EM
Hi,
Right, I should have mentioned this. But the core of tomcat doesn't.
Yoav Shapira
Millennium Research Informatics
>-Original Message-
>From: Filip Hanik - Dev [mailto:[EMAIL PROTECTED]
>Sent: Friday, June 18, 2004 8:55 AM
>To: Tomcat Users List
>Subject: Re: Tomcat and jdk1.3 or jd
Hi,
The problem is not related to the one you saw, they just share the same
generic error. Please submit a Bugzilla item for this.
Yoav Shapira
Millennium Research Informatics
>-Original Message-
>From: Carl Olivier [mailto:[EMAIL PROTECTED]
>Sent: Friday, June 18, 2004 7:55 AM
>To: '[
MatrixOne Tech Support eMail incident submission functionality requires specific
subject line. The following subject lines are recognized.
Request for CustomerLink Access
- This will submit a request for new CustomerLink account
Request for CustomerLink Password Reset
- This will subm
Hi,
>I have tried setting debug="0" but it doesnt work as you described,
i.e.
I didn't say to set debug="0" (though I should have). Most of tomcat's
logging is done via commons-logging. You need to write a
commons-logging configuration file (there's a FAQ entry on how to do
this) and set the l
The Tomcat Team announces the immediate availability of Apache Tomcat
5.0.27 Beta.
Please refer to the change log for the list of changes:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/changelog.html
Release notes:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/RELEASE-NOTES
Downloads:
Binar
Clustering requires 1.4,
- Original Message -
From: "Shapira, Yoav" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Friday, June 18, 2004 7:49 AM
Subject: RE: Tomcat and jdk1.3 or jdk1.4
>
> Hi,
> The downloads are the same. Tomcat 5 is built using JDK 1.4, but wil
put apache/mod_proxy in front of it.
have apache redirect one path of JSPs to one connector,
then redirect everything else to another connector
Filip
- Original Message -
From: "Shapira, Yoav" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Friday, June 18, 2004 7:50
Hi,
The downloads are the same. Tomcat 5 is built using JDK 1.4, but will
run on either 1.3 or 1.4 (and 1.5 BTW).
Yoav Shapira
Millennium Research Informatics
>-Original Message-
>From: QM [mailto:[EMAIL PROTECTED]
>Sent: Friday, June 18, 2004 8:22 AM
>To: Tomcat Users List
>Subject: R
Hi,
Not currently in tomcat. You'd have to write your own code for this.
You listed your options well at the end of your message.
Yoav Shapira
Millennium Research Informatics
>-Original Message-
>From: Prabhakaran Nagarajan [mailto:[EMAIL PROTECTED]
>Sent: Thursday, June 17, 2004 7:31
Hi,
Speed. Fork is slower because of additional overhead.
Yoav Shapira
Millennium Research Informatics
>-Original Message-
>From: Carl Olivier [mailto:[EMAIL PROTECTED]
>Sent: Thursday, June 17, 2004 1:25 PM
>To: '[EMAIL PROTECTED]'
>Subject: Jasper2 fork
>
>Greetings.
>
>Quick questio
MatrixOne Tech Support eMail incident submission functionality requires specific
subject line. The following subject lines are recognized.
Request for CustomerLink Access
- This will submit a request for new CustomerLink account
Request for CustomerLink Password Reset
- This will subm
Hi,
I installed Apache 2.0.49 and Tomcat 5.0.24. JK-Version is 2.04
My Problem is as follows:
if I enter www.test.de:8080 then everything is working fine. But when I try
www.test.de then tomcat invokes the default-Host (localhost).
So for me it seems Apache doesn't pass the domain-name to tomcat.
MatrixOne Tech Support eMail incident submission functionality requires specific
subject line. The following subject lines are recognized.
Request for CustomerLink Access
- This will submit a request for new CustomerLink account
Request for CustomerLink Password Reset
- This will subm
MatrixOne Tech Support eMail incident submission functionality requires specific
subject line. The following subject lines are recognized.
Request for CustomerLink Access
- This will submit a request for new CustomerLink account
Request for CustomerLink Password Reset
- This will subm
MatrixOne Tech Support eMail incident submission functionality requires specific
subject line. The following subject lines are recognized.
Request for CustomerLink Access
- This will submit a request for new CustomerLink account
Request for CustomerLink Password Reset
- This will subm
Thanks, Thomas, this is a useful information. Unfortunatelly, right now I'm
forced to use mod_jk 1.2.5 but we will switch to mod_jk2 in the near
future.
Regards,
Davor
Hubbert, Thomas wrote:
> Hi Davor,
>
> if mod jk2 is an option I would suggest using that. It provides a couple
> of features t
On Fri, Jun 18, 2004 at 12:10:16PM +0200, Holger de Wall wrote:
: are there different Tomcat-5.0.25-Downloads for jdk1.3 and jdk1.4 available?
Sort of: Tomcat5 packages exist for 1.4; they don't exist for 1.3
Tomcat5 requires JDK 1.4
: Which java-packages are missing in the Version for jdk1.4?
Clearly, my eyes aren't as sharp when I'm half-awake.
Here's the culprit:
: REJECT all -- 0.0.0.0/00.0.0.0/0 reject-with
: icmp-host-prohibited
That's the tail end of the chain, so any rules appended to that chain
(like the Tomcat rule I showed you) will never be rea
Hello, we are running Apache 1.3.19.3 and Tomcat 3.2.4 on AIX 4.3.3. We
are have trouble compiling the mod_jk and were wondering if anyone already
has this compiled and can send the file?? Thanks!
-Bob
-
To unsubscribe, e
Greetings again all.
Having a very irritating problem. I am trying to run Tomcat 5.0.25
standalone using 3 HTTP1.1 Coyote connectors - one for "behind the firwall
access", one for standard HTTP requests to all hosts and contexts and 1 for
1 site running HTTPS (SSL) on a specific IP.
Now, when t
Hi friends,
I have never tried this. How can i see which server my mod_jk2 is sending
requests/serving from?
Is there some place where i can do this settings?
Thanks
BK
___
Hi,
I had a similar problem with apache 1.3 and mod jk2. The httpd processes
kept growing and growing. I didn't have this problem when I was using jk1.2
so I suppose it's a problem with jk2.
To prevent the httpd processes getting to big causing the server to crash /
running out of memory I just
Hi Davor,
if mod jk2 is an option I would suggest using that. It provides a couple of
features that would help you achieving what you asked for. E.g. it supports
graceful shutdown, i.e just redirecting already existing sessions with a
valiud jvm route to one tomcat instance and sending all new re
Hey,
you can used the admin application.
Tipp:
Add a user with admin role at your conf/tomcat-users.xml!
Before you create the new host, create the webapps directory!
After create your new host, copy the Catalina/localhost/manager.xml to
Catalina//manager.xml and
you have at usefull new host witho
are there different Tomcat-5.0.25-Downloads for jdk1.3 and jdk1.4 available?
Which java-packages are missing in the Version for jdk1.4?
Thanks,
Holger de Wall
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional command
Hi Yoav (et. al.),
Thanks for the info. regarding switching off debugging compeltely. I am
aware of the swallowOutput and the DefaultContext parameters.
Could you please tell me which parameter I could use, to switch-off the
debugging completely inside the context( presumably its the same for
Def
Thanks Raymond, exactly what I needed!
Frederik
"STOCKHOLM, Raymond" <[EMAIL PROTECTED]> wrote:
Use tomcat's pooling mecanism :
in $TOMCAT/conf/server.xml, in your application Context, declare a Resource :
pathname="">
factory
org.apache.commons.dbcp.BasicDataSourceFactory
maxActive
Gunnar Pörschke wrote:
Non way, because it is written in server.xml file.
You'll need to stop the server, I guess
Tomcat has a manager application. It can deploy new contexts
(applications) on-the-fly, but I'm not sure about hosts.
Nix.
---
Non way, because it is written in server.xml file.
You'll need to stop the server, I guess
-Ursprüngliche Nachricht-
Von: Ivan Jouikov [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 18. Juni 2004 11:33
An: 'Tomcat Users List'
Betreff: How can I add without restarting Tomcat?
Nobody k
Nobody knows the answer to subj?
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.701 / Virus Database: 458 - Release Date: 07.06.2004
Thank you very much. The "listings" parameter does exactly what I wanted to
do!
Elisabeth
-Original Message-
From: Frank Zammetti [mailto:[EMAIL PROTECTED]
Sent: jueves, 17 de junio de 2004 15:46
To: [EMAIL PROTECTED]
Subject: RE: How can I inhibit web navegation?
Well, you can stop dir
Use tomcat's pooling mecanism :
in $TOMCAT/conf/server.xml, in your application Context, declare a Resource :
factory
org.apache.commons.dbcp.BasicDataSou
Hello,
I'm currently developing a JSP/Servlet/JDBC application with Tomcat. In several
classes called by servlets, I declare the URL which identify the database in order to
open the connection.
My question is: what is the best way to declare this URL only once, for example in a
file, or in
In Fact *VERY* OT.
I know and I'm sorry but I'm totally at my wits end and I'm making the
assumption that where there are Tomcat users / developers there must
also be Sendmail users / developers!
I've been looking for a good Sendmail users mailing list, like the
Sendmail equivalent of this one 'c
Hello.
Is this the same problem I also asked yesterday about in thread
"All threads are busy ... servlet status 75"
Somewhere I read about setting the LD_ASSUME_KERNEL to 2.2.5
But I also read somewhere that this didn't help
(www.junlu.com/msg/14450.html)
QM wrote:
>
> On Thu, Jun 17, 2004 at
MatrixOne Tech Support eMail incident submission functionality requires specific
subject line. The following subject lines are recognized.
Request for CustomerLink Access
- This will submit a request for new CustomerLink account
Request for CustomerLink Password Reset
- This will subm
My server configuration is as follows:
- Apache 2 + mod_jk 1.2.5
- Two Tomcats 4.1.30 which communicate with mod_jk through ports 11009 and
12009.
It works just as it should; mod_jk automatically redirects all the requests
from tomcat1 to tomcat2 when tomcat1 is down etc.
Now, the question is ho
Greetings.
Ok, I posted yesterday about the fork attribute - no response yet and stuff.
Now I indicated that the fork setting of true *seemed* to have solved many
of my problems RE the apparent memory leak on my server.
I am now revising that statement in that the server now stayed up for 25
hour
Hi QM
Thanks for replying the mail. Can you provide more info about the
indirect way. I am not clear on this.
The App#1 needs to be started first because the other apps depends upon
the services provided by the App #1.
Thanks
Surendra
- Original Message -
From: "QM" <[EMAIL PROTE
Thanks for you comments Michael,
So mod_jk2.0.4 does not still seem to be a production quality software. It
doesnot work the way it is supposed to work as the documentation. I have
spent already a lot of time on this.
I just want to confirm one thing here that it works and no matter what your
set
Any luck Nicole?
It is really frustrating. It works as fail-over without any settings. But as
per documentation it should not work without those specific settings. And in
case of Loadbalancing, It works on its own, doesnot listen what ever you
set... funny.
Any ideas! please let me know
Regards,
Bh
I had a sample hello.war file which I inadvertently deleted using the Tomcat Manager.
1.) where could I download a sample .war file?
2.) using either the Tomcat Manager or Tomcat Administration, how would I deploy it?
I find Tomcat more challenging than anything so far encountered within Java i
92 matches
Mail list logo