That's not true.
If mod_jk is setup right all requests for the same session
should go to the same tomcat. So you don't need session
replication for this.
One typical reason that this might not happen is to ommit the
jvmRoute="" in the engine element of server.xml.
It's also a good idea to hav
Hi,
When using the Tomcat Ant tasks to deploy (install or deploy) a war, where
should the war and extracted archive end up?
Is it supposed to deploy to the work subdirectory or webapps?
The problem I am having is that I get a nearly successful deploy with either
install or deploy - the war ends
Have same problem.
When classes are reloaded, number of DB connections
exceeds the max number of connections allowed.
crashing my DB server.
Any fixes?
Thanks.
__
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your de
> It could be because weblogic had a larger buffer
> than tomcat before
> flushing.
Thanks, that sounds like it might be it as I am 99%
certain that I am not committing the response and then
sending more data, which I know is against the spec.
I'll look into the buffer size of WebLogic compared
Hi:
I am trying to configure mod_jk 1.3 to work between Apache 1.3.27 with
mod_ssl and Tomcat 4.1.18 on Linux Version 7.1.
After installing Apache 1.3.27 and Tomcat 4.1.18 when I update
httpsd.conf with following two lines "LoadModule jk_module
/libexec/mod_jk.so" "AddModule mod_jk.c"
And then
I will second the remarks about this particular behavior. It is a bug and isn't normal
behavior. I believe the behavior was present in version 5 and 6.
the solution is to well, not do that, since it's not logical. what I ended up doing
was to place the sendRedirect logic at the top of a JSP
Weblogic isn't the best at obeying the spec. (From past painful experience)
You probably have code which is sending data to the browser and then the
response is getting committed. Then you try a
RequestDispatcher.forward(). This is illegal with respect to the spec.
It could be because weblogic
Aidan,
If you know what that error means, you should also know that it
violates Servlet specification. Maybe WebLogic has a pseudo-bug,
because it allows for you to send the buffer response to the server
and yet allows for you to keep filling it up.
Just my thoughts.
Best regards,
Romualdo Rubens
I have a .war file that runs perfectly in WebLogic
7.0. Today I tried to run that same .war in Tomcat
4.0.6. Unfortunately, it did not run. I get the
following error:
java.lang.IllegalStateException: Cannot forward after
response has been committed
Now, I know what this error means, but I don't k
So I looked into it some more and noticed the definitions
depend on a sym-linked dir in each webapp doc root and those are not being
followed either.
So it seems that this host definition:
So allowLinking works fine for me except when the form-based auth part of
Tomcat kicks in. If the file I set as my login-form is a sym-linked file, I
get a 404. Change that file to a real file and it works.
I tried on a fresh Tomcat 4.1.18 setting the allowLinking resource on the
ROOT context, b
Thanks, John
I still couldn't get it to work. I followed the instruction from Apache
website. But couldn't find its uriworkermap.properties file anywhere. Could
you help me with that. Thanks.
Tim (Qinjian) Jian
3833 Farragut Ave.
Kensington, MD 20895
Email: [EMAIL PROTECTED]
Hello everyone,
I've looked through the mail archives for this mailing list and haven't
found an answer to the weird mod_jk log message I get.
So to end it once and for all, can any one please tell me why the
following (see log below) is showing up in my mod_jk.log file? Are you
guys getting th
Dear All,
I couldn't find mention in the servlet spec for this so I'm asking here
if anyone knows what the correct procedure should be.
In a servlet I want to use the HTTP 1.1 chunked transfer encoding, so, I
add the Transfer-encoding header with a value of chunked as a response
header.
I the
Sorry but with headless I can't create a Frame, with Xvfb I can.
Georges
Andy Eastham wrote:
Hi,
I would say that Xvfb does _not_ connect to your display adapter - the v
stands for virtual, ie it's not a real frame buffer as in a video card -
it's a virtual one in your systems normal memory.
It
Hi,
I would say that Xvfb does _not_ connect to your display adapter - the v
stands for virtual, ie it's not a real frame buffer as in a video card -
it's a virtual one in your systems normal memory.
It's specifically for taking the place of a display adapter when your server
doesn't have one.
W
Yep: Done correctly, this is probably the more 'correct' solution, but,
and I'm probably opening myself to a lot of flamebait, but I do suspect
that using something like Xvfb might give some advantages that using
headless won't. For example, and I'm just guessing, but I think that
'headless' is pur
The very first thing I'd try is upgrading to the latest version of the JDK
(1.4.1_01). I thought Tomcat 4.x required it -- I'm surprised you got as
far as you did!
-Jake
- Original Message -
From: "Strecker, Mark" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Thur
There is an issue with the JDK 1.3.x and NT running as a service? Maybe try
and upgrade the jdk to 1.4?
Jeremy Davis
Senior Support Analyst
BPI Marketplace Integration
614.760.8941
1.800.436.8726 - Support Line
-Original Message-
From: Strecker, Mark [mailto:[EMAIL PROTECTED]
Sent: Thur
Hello All,
I have Tomcat 4.1.18 running as a service on an NT4.0 machine with Java 1.3.1 ...
also it is getting requests via ajp13 from an apache server. It starts and works fine,
but I am seeing a problem where it gets "stuck" and pegs the cpu. I can still connect
to the administration page
You may want to try some JVM tweaks to play with the memory heap size, the
garbage collection size and such?
Jeremy Davis
Senior Support Analyst
BPI Marketplace Integration
614.760.8941
1.800.436.8726 - Support Line
-Original Message-
From: Claudio Pimentel Modesto [mailto:[EMAIL PROTECT
Hello there,
I´m using Tomcat 4.1.12 for a while and I'm very happy with it.
Congratulations.
Today I had a problem like this, it's happening sometimes.
There are about 80 browser accessing it and my server has 2GB of RAM and 2
xeon processor at 2GHz.
I'm using java 1.4.0
Take a look at tomcat'
Hi,
Another common (Java) solution is to install PJA Toolkit:
PJA (Pure Java AWT) Toolkit is a JavaTM library for drawing graphics
developed by eTeks. It is 100% Pure Java and doesn't use any native graphics
resource of the system on which the Java Virtual Machine runs.
java.awt.Graphics methods
I setup a tomcat 3.3.1 system, with the ssl connector, JSSE, generated cert
and keystore, per documentation.
Every time I attempt to hit https://theserver:8443/ we get the below in the
console window for tomcat...
PoolTcpEndpoint: Handshake failed
javax.net.ssl.SSLException: bad handshake record
For me the easiest thing was just to provide the right command line options
(java.awt.headless=true) when I started up Tomcat.
At 02:27 PM 3/20/03 -0500, you wrote:
At 07:18 PM 3/20/2003 +, you wrote:
ok: there is another solution to the headless thing: (I wrote a
graphical servlet that runs
Hi,
Check your logs for errors. You should find a message stating that a
certain page can not be found. What is the path? If it is something like
"APACHE_HOME/htdocs/examples/*.jsp" then the document root in httpd.conf
needs looking at.
Chris.
-Original Message-
From: Frank Garber [m
for better performance code, uses TCP to convey the data instead
http://www.filip.net/tomcat-clustering.html
Filip
> -Original Message-
> From: news [mailto:[EMAIL PROTECTED] Behalf Of C. Gaffga
> Sent: Thursday, March 20, 2003 11:24 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Clustering T
I've developed a webapplication under tomcat with a datasource. It works
fine, however, I'm trying to do a standalone application that uses the
classes of this webapplication, everything works until it tries to get the
context in order to get a connection to the database.
How can I get the applica
At 07:59 PM 3/20/2003 +, you wrote:
Difficult to say: What kind of problems?
I start mine using
Xvfb :0 -screen 0 1600x1200x32 &
{I just added it to rc.local }
Will retry with resolution change.
Thanks,
Glenn
-
To unsu
Difficult to say: What kind of problems?
I start mine using
Xvfb :0 -screen 0 1600x1200x32 &
{I just added it to rc.local }
On Thu, 2003-03-20 at 19:27, Glenn Parsons wrote:
> At 07:18 PM 3/20/2003 +, you wrote:
> >ok: there is another solution to the headless thing: (I wrote a
> >graphi
hi
we are using Tomcat 4.1.18/IIS on a win2000 machine. we have one JSP
statically including other JSPs, and I know that Tomcat can detect and
recompile statically included pages when they are modified (whether or not
the calling page has been modified). This works fine on its own. However,
whe
Hi !
have you ever tried google??#
http://www.google.com/search?q=tomcat+cluster+session+replication
I'm using the java-groups solution described in
http://www.theserverside.com/resources/article.jsp?l=Tomcat
and it works fine for me.
We are running 6 tomcats4.1 on jdk1.4.1/linux 7.3 on dual-Xe
Hi All,
Where do I get the latest distribution of coyote connector.
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/coyote/release/ has only
old releases. That is what is not bundled with 4.1.18.
If I just the take necessary jars from 4.1.18(commons-logging.jar tomcat-coyote.jar
tom
At 07:18 PM 3/20/2003 +, you wrote:
ok: there is another solution to the headless thing: (I wrote a
graphical servlet that runs on a linux box without X, and had the same
problems: The headless seemed to work, well, kinda, but not to my
liking): So I went the xvfb route: This is a virtual frame
Tomcat 5 ships with a cluster module, that I have back ported to 4.1.x,
you have to use JDK1.4 since it uses java.nio for performance reasons
http://www.filip.net/tomcat-clustering.html
Filip
> -Original Message-
> From: Matthew Sachs [mailto:[EMAIL PROTECTED] Behalf Of Frank
> Dmuchow
Hi;
In server.xml I changed logging to
Yet I get no additional messages. Any ideas?
Also, I am assuming with a log level of 4, when I use my browser to get a
servlet I think should show up - and instead I get an error, it will
tell me why in the log.
thanks - dave
I was our intention is to cluster our apache/tomcat application server
with a high performance clustering package called OSCAR. However, we
saw a message in the OSCAR mailinglist archive stating that "..tomcat
was not cluster aware in any sense." It mentioned using something
called mod_backha
ok: there is another solution to the headless thing: (I wrote a
graphical servlet that runs on a linux box without X, and had the same
problems: The headless seemed to work, well, kinda, but not to my
liking): So I went the xvfb route: This is a virtual frame buffer to can
install on a linux box th
Doesn't hurt to try it, it might work for your purposes. We needed
CachedRowSet, and at the time (last summer), the MSFT-supplied Type 4
driver didn't support it and there were no plans to do so in the future, so
we went with another driver. IIRC, there was also an issue of DB support,
as in
Well, The gurus said "The jdbc Microsoft is no the better, it is a
shi..., blah blah...", I don't know, I never worked with SQL Server,
but, I try with the 2 responses,
Tnks gays,
Love and peace
Victor González
***
-Original Message-
From: Chad Johnson [mailto:[EMAIL PROTECTE
Hi All
I am migrating from TC 3.2.xx to 4.0.xx and can not get my cookie to
validate the Login ID process. I am using a JNI to load a share object
library for cookie validation. It works fine in 3.2 but it does not work in
TC 4.0
The problem has to do with the way the cookie gets setup between 3
Hi.
I have a web server Tomcat 4.1.18 and it works fine. My problem is when I
create the keystore tomcat of manual form. I have created two Java methods:
addCertToKeyStore and addPKToKeyStore.
I realize the following step to create my own keystore:
- I add CA certificate in JDK keystore ($JA
A problem with the classpath should indicate a classpath related exception,
which essentially is an inability to find a class. Why do you think that
hte java.rmi.ServerException fits into this pattern? If you "don't declare
where the class paths [sic] are for each application" how do you expec
Hello,
I am using Tomcat 4.0.4 and the manager application to upload .war files.
This works fine. The question I have is "where are my files being uploaded
to?" as I don't see them in the webapps directory of the remote server.
Also, if it is being held in memory some how then when I restart To
Hey,
Microsoft actually maintains a JDBC driver for SQL Server :
http://www.microsoft.com/downloads/details.aspx?FamilyID=4f8f2f01-1ed7-4
c4d-8f7b-3d47969e66ae&DisplayLang=en
-Chad Johnson
-Original Message-
From: Victor Gonzalez [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 20, 200
You using Linux? What is your environment? Anyway, setting the JVM is the
way to go if you are using Linux.
At 06:09 PM 3/20/03 +0100, you wrote:
Hi,
I put System.setProperty("java.awt.headless", "true");
in my servlet init method it's ok, but now when I open a Frame,
I get the exception Headl
yes, if you don't cluster your tomcat servers, don't expect session
replication to work :-),
yes, there are jdk 1.3 version out there, there is one commercial one which
you have to pay for. just make a search on google,
Filip
-Original Message-
From: Kavitha ranga [mailto:[EMAIL PROTECTE
Hey,
From the 1.4.x api docs:
"HeadlessException: Thrown when code that is dependent on a keyboard,
display, or mouse is called in an environment that does not support a
keyboard, display, or mouse."
That Frame seems to be the culprit of this.
-Chad Johnson
-Original Message-
From: Ge
I think I did not make my point clear. I have to rephrase my question.
we have Apache 1.3 and 2 tomcats(4.0 ) running on 2 different servers. The 2
servers are on SUN cluster and we have only apache and Oracle as part of the
cluster. Tomcat is not in the cluster. So when a switch takes place betw
Hi Ben,
session replication is working for Tomcat 5, and I have back ported a
version to tomcat 4.1.x
http://www.filip.net/tomcat-clustering.html
Filip
-Original Message-
From: Ben Ricker [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 20, 2003 10:18 AM
To: Tomcat Users List
Subject: Re:
Check your settings in workers.properties
#
# The loadbalancer (type lb) worker performs weighted round-robin
# load balancing with sticky sessions.
# Note:
# > If a worker dies, the load balancer will check its state
#once in a while. Until then all work is redirected to peer
#
Unless you have session replication going on between the two Tomcats (or
are running Tomcat 5...doubtful since it is in its infant stages), you
will always lose your session if you get sent from one Tomcat to
another.
Ben Ricker
On Thu, 2003-03-20 at 12:09, Kavitha ranga wrote:
> Hello,
>I h
Hi Kavita,
what clustering library are you using.
There are several options that we can offer you to do.
1. Try the clustering that is going to ship with Tomcat 4,
http://www.filip.net/tomcat-clustering.html
2. Take out Apache out of the equation to make sure your clustering is
working clustering
Hello,
I have Apache and 2 tomcats running on 2 separate servers which are in a
cluster. I am running Tomcat 4.0(using ajp13) via mod_jk. I am also using
load balancing.I am losing my session variables when there is a switch
between the 2 tomcats. Any help is greatly appreciated.
thanks in ad
Hi, Simone !!
Fist I'm sorry my bad english, but I try to help.
I send below the some instructions about how "join" the Apache Web Server and Tom Cat.
Let me know if you have solve(or not) this problems.
Regards.
Edson CARVAlho
Essa descrição leva em conta que o Apache 1.3.26 e o Tom Cat 4.01
Thank you
but I'm not using warp to connect the 2 services, but mod_jk...
and I'm using apache 2 and not 1.3.x
I suppose the configuration is quite different.
One thing: I already got apache and tomcat working togheter with normal
virtual hosts and so on
I'm missing just the user directory part.
I ran against the same problem and found a solution I'm more or less happy
with (perhaps someone with more experience can correct me if my solution is
crazy.)
If you ABSOLUTELY cannot move your classes into %TOMCAT_HOME%
\common\classes directory, there is another option:
In your %TOMCAT_HOME%\bi
Hi,
I put System.setProperty("java.awt.headless", "true");
in my servlet init method it's ok, but now when I open a Frame,
I get the exception HeadlessException:
java.awt.HeadlessException
at
java.awt.GraphicsEnvironnement.checkHeadless(GraphicsEnvironement.java:121)
at java.awt.window.(Win
If Tomcat is unable to set a cookie to the browser, it should do url rewriting. Are
you seeing that?
-scott
-Original Message-
From: Frank Diakovasilis [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 20, 2003 9:47 AM
To: [EMAIL PROTECTED]
Subject: XP and session persistence
I have run
We've got a product which runs on tomcat 3.3.1. When we attempt to run it in 4.1.18
it fails.
We think this is because the web.xml has a tld which doesn't exist in the products
WEB-INF
(or anywhere) directory. It looks like the old tomcat would silently ignore this
issue.
Is there anyway to ge
Hi,
I am using tomcat version 4 as a web service provider. I have 10 web services for my
application and they all seem to compile properly. the issue is when I go to run the
application I get a java.rmi.ServerException error with a missing port.
I am nearly 95% sure that it is a problem with t
Hi Folks,
I'm currently writing some JUnit tests for an application that normally runs
under Tomcat 4.1.18. To this end I need to spoof the Context that the tomcat
container uses.
I am using the javaURLContextFactory type when creating an InitialContext
and am getting the following message after
Hello all,
I tried to configure User Web Applications (the one with
myserver.com/~username) with tomcat and it works
I did the same with apache, and it works
but I don't know (not managed to) get this working in a configuration with
mod_jk and apache 2.0.44 and tomcat 4.1.18
Does anyone know how t
Not sure what you mean...there's not much to it. You'll need a third-party
driver ($$) to get true production-level features with multiple
connections. The free Type 4 driver from Microsoft is fairly problematic,
after a couple weeks of trying to make it work we ended up going with a
third-pa
as far as connecting to MSSQL Server, you could use the jtds drivers:
http://jtds.sourceforge.net
as for IIS.. hmm...
/gilad
Gilad Buzi
R&D Engineer · CONCATEL
Sorry, I looked back in the thread, but I'm not clear what the problem is.
The example mod_jk.conf file clearly has a virtual host for each Host, and
a Directory and Alias container for each Context. This is demonstrated by
the fact that /manager and /admin are dynamic Contexts, but have a
Dir
Hi,
I have tomcat 4.1.18 to develop, but my client wants work with IIS and
SQL Server, I want the how-to to realize these connections,
Tnks.
Victor González
Ajp13Connector is not compatible with MBeans. Either use CoyoteConnector,
or disable the MBean lines in your server.xml.
John
On Thu, 20 Mar 2003 11:00:11 -0500, <[EMAIL PROTECTED]> wrote:
All
I am trying to plugin tomcat with IIS 5 using jk1.0 which requires
enabling
org.apache.ajp.tomcat4.
OK, thanks. It still seems impossible to avoid this "virtualhosting" feature if you do not want it.
Moreover, after setting exacly the same parameters than (both of) you, these three lines do not appear in my mod_jk.conf :
JkWorkersFile "/usr/local/jakarta-tomcat-4.0.4/conf/jk/workers.pr
And a how-to with SQL Server??
-Original Message-
From: John Turner [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 20, 2003 10:04 AM
To: Tomcat Users List
Subject: Re: Do not understand tomcat-apache autoconfiguration. To John
Turner.
Sorry, I don't use IIS for web servers.
John
On T
Sorry, I don't use IIS for web servers.
John
On Thu, 20 Mar 2003 09:46:53 -0600, Victor Gonzalez
<[EMAIL PROTECTED]> wrote:
It for me is the better example about how-to...
And John, I need configure now... :)
Tomcat with IIS and SQL Server.
Do you want other document how-to to realize these
All
I am trying to plugin tomcat with IIS 5 using jk1.0 which requires enabling
org.apache.ajp.tomcat4.Ajp13Connector. I commented out the
org.apache.coyote.tomcat4.CoyoteConnector and uncommented
org.apache.ajp.tomcat4.Ajp13Connector. Then I got a exception below when
tomcat started. What's wron
No, I use Struts 1.0.2 and my ConnectionPool call in business method outside my
servlet's
On Thu, 20 Mar 2003 09:59:54 -0500
Phillip Qin <[EMAIL PROTECTED]> wrote:
>Can you destroy it in your initialization servlet's destroy method?
>
>-Original Message-
>From: Guillaume Albini [mailto:
Well, you could try it and see. Here is what is generated for me
(attached)...
Jake
At 04:06 PM 3/20/2003 +0100, you wrote:
OK, thanks
But it generates directives and inside, there's
only
JkMount's, no , no Alias, right ?
What I really need (and I'm pretty sure I'm not the only one) is
somethi
It for me is the better example about how-to...
And John, I need configure now... :)
Tomcat with IIS and SQL Server.
Do you want other document how-to to realize these connections??
Or a link?
Tnks,
Regards,
Victor González
***
-Original Message-
From: John Turner [mailto
I have run a web application on NT and it works fine, when installed (with
tomcat 4.0) on XP, it does not work properly.
The problem seems to be session persistence. Under XP, when creating a
session, tomcat does not attempt to put a cookie (JSESSIONID) to the
browser.
Has anybody come across this
I am using Oracle Designer to do my database stuff and Tomcat to manage my
JSP.
However, Oracle designer, which was installed first, stopped running
properly after I installed Tomcat. I get an error claiming that my protocol
adaptor in my TNSNAMES file is unknown and I can't open Designer or
Repo
Can you destroy it in your initialization servlet's destroy method?
-Original Message-
From: Guillaume Albini [mailto:[EMAIL PROTECTED]
Sent: March 20, 2003 6:32 AM
To: [EMAIL PROTECTED]
Subject: Problem with a Database ConnectionPool
Hi,
I use Tomcat 4.0.1 with the parameter reloadable
Here's an example of exactly what it creates:
http://www.johnturner.com/howto/mod_jk_conf.html
John
On 20 Mar 2003 16:06:41 +0100, Vincent Panel <[EMAIL PROTECTED]> wrote:
OK, thanks
But it generates directives and inside, there's only
JkMount's, no , no Alias, right ?
What I really need (and
OK, thanks
But it generates directives and inside, there's only
JkMount's, no , no Alias, right ?
What I really need (and I'm pretty sure I'm not the only one) is
something like this (for each of my contexts) :
> >#
> ># The following line makes apache aware of the location of the /examples
> >
Close. One inside the tag and one inside each tag that you
want autogenerated.
Here's mine...
...
...
...
...
...
...
...
...
...
Jake
At 02:09 PM 3/20/2003 +0100, you wrote:
Well, thanks, but I've already read this. It is not really explaining
WHERE are supposed to be those "Listeners
Hi,
Anybody knows how to build xdocs from jakarta-tomcat-connectors?
It comes in XML format without linking to XSL... I suppose that
it need to be build to HTML.
Thanks,
Herbert
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For ad
You didn't clarify whether you have a entry for your app in
server.xml or a context configuration file. If you do, then no, your .war
file won't be automatically expanded. However, if you don't, with the
default setup, if you drop your.war file into the webapps directory, it
should be autoex
Hello all,
Somebody know How can I install the ant to run with the TomCat 4.1.18
integrated with IIS??
Please, if someone has some documentations or link about it let me know.
I'll appreciate it!!
Tks.
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.gris
Hi,
I still don't understand how to configure jk2.
Let me explain a bit more.
Today, we use Apache 1.2.x + Tomcat 4.0.x + mod_webapp.
For every website I host, I do this:
1- Configure the virtual on Apache
2- Map some directories to tomcat
3- Configure a new host in Tomcat, with a related contex
I'm using Tomcat 4.1.18 with Apache 2.0.44. When I browse directly to the
Tomcat examples all the servlets and JSPs work fine. I'm having trouble
accessing the examples through apache.
I've found numerous examples on the web for setup. Each is different and
unfortunately, none of them has worke
Well, thanks, but I've already read this. It is not really explaining
WHERE are supposed to be those "Listeners" that turn tomcat ApacheConfig
on.
When you read the doc, it seems that you're supposed to put one listener
inside the tag and another one inside each tag
(remember I do not want to us
Everyone will probably recommend 4.1.X.
I still use 4.0.X with no problems on a fairly high volume site.
Stay away from 3.X unless you are stuck with a 1.1 JDK or have some
other wacky technical requirement. Not that 3.X is bad - it only
supports the 2.2 spec.
-Tim
B A L A J I wrote:
Hi,
Do
Thanks,
I added that to the examples Context and it works fine :)
I noted that I need to access the pages as http://127.0.0.1:8080... and that
using my host name did not allow access. This is not a problem just an
observation.
Cheers
Neil
-Original Message-
From: [EMAIL PROTECTED] [mail
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/index.html
-Tim
B A L A J I wrote:
Hi,
Where can I find an explanation of the tags in the server.xml of the
Tomcat and the changes in the various versions of Tomcat.
Kind Regards
Balaji
-
Hi,
Do anyone know which version of Tomcat is highly deployed? 3.x / 4.x .
Is it advisable to move to the latest version of Tomcat?
Kind Regards
Balaji
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [
Hi,
Where can I find an explanation of the tags in the server.xml of the Tomcat
and the changes in the various versions of Tomcat.
Kind Regards
Balaji
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:
This is an example ...
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 20 March 2003 12:04
To: [EMAIL PROTECTED]
Subject: RE: restricting accesb by ip address
if it is a full application please look at tag in server.xml
Thanks
guru
-Origina
if it is a full application please look at tag in server.xml
Thanks
guru
-Original Message-
From: Neil Blue [mailto:[EMAIL PROTECTED]
Sent: 20 March 2003 11:55
To: '[EMAIL PROTECTED]'
Subject: restricting accesb by ip address
Hello,
I am using tomcat4 and would like to restrict acces
Try the Remote Address Filter
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/valve.html
-Tim
Neil Blue wrote:
Hello,
I am using tomcat4 and would like to restrict access to a set of jsp pages,
based on the IP address of the client.
I have found how to do this with apache, but I am usin
Hello,
I am using tomcat4 and would like to restrict access to a set of jsp pages,
based on the IP address of the client.
I have found how to do this with apache, but I am using tomcat standalone.
Please can anyone tell me if this is possible with Tomcat standalone.
Neil
---
Hi,
I use Tomcat 4.0.1 with the parameter reloadable=true for my webapp.
I have a problem with my Database Connection Pool when Tomcat Reloading this Context
after install new classes or *.jar.
My connections are not destroy by tomcat and remain latency but my ConnectionPool
can't use its.
So,
Hi!
I suppose ajp12 is used in tomcat 3.2.1 to shutdown Tomcat, so it's still
required.
If you're still having trouble, you'd check which mod_jk configuration file
is used to configure mod_jk:
every time Tomcat restarts, it creates a new auto-config files, which, as
you noted, declares
to use onl
Hi!
Thank you for your help!
I have the same configuration.
But why are you using "worker.list=ajp12, ajp13" instead of
"worker.list=ajp13 ", while ajp13 is only required?
It's very interesting, all auto-configuration files includes only ajp12
(instead of ajp13)?
But nowhere ajp12 is declared, on
Hello,
did you uncommented the following lines in server.xml?
and your workers.properties has something similar to the following lines:
worker.list=ajp12, ajp13
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13
worker.l
1 - 100 of 113 matches
Mail list logo