alebu wrote:
On Tomcat startup there is info message that indicates that tomcat starts
using jk2.
As I understand, that cames from that line in server.xml:
How to disable jk2 and prevent tomcat to use jk1.2 ?
The info messages shows it starting with JK on my machine. I think
we will need
On Tomcat startup there is info message that indicates that tomcat starts
using jk2.
As I understand, that cames from that line in server.xml:
How to disable jk2 and prevent tomcat to use jk1.2 ?
requests directly to Tomcat via
8080 work. We have the same environment working ok on Windows 2003 server
32 bit.
Has anyone got Tomcat, JK2/ajp1.3 OR JK 1.2.14 working with IIS 6.0 under
Microsoft 2003 Windows 64 bit?
Thanks for your experience and ideas!
Steve
Environment Installed
You want to use mod_jk. JK2 has been deprecated and is no longer in
active development.
On 8/3/05, MC Moisei <[EMAIL PROTECTED]> wrote:
> I thought the jk2 is newer... but I can be wrong...
>
> MC
>
>
> >From: Luis Torres <[EMAIL PROTECTED]>
> >Reply
I thought the jk2 is newer... but I can be wrong...
MC
From: Luis Torres <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List"
To: Tomcat Users List
Subject: mod_jk or jk2??
Date: Wed, 03 Aug 2005 13:47:42 -0500
Hello everyone,
I see lots of posts saying that they are using
Hello everyone,
I see lots of posts saying that they are using or implementing jk2? For
what I understand, that has been replaced by mod_jk... so which one is
better or what is recommended??
I also have found better documentation related to jk2 so that adds to
the puzzle.
Regards,
Luis
|
> |To: tomcat-user@jakarta.apache.org
> |
> |
|
> |cc:
>|
> |Subject: Apache2+JK2+Tomcat-5.028 >> URI UTF-8 problem
>
|
|cc:
|
|Subject: Apache2+JK2+Tomcat-5.028 >> URI UTF-8 problem
|
|
It's about apache-tomcat configuration with
UTF-8. I added URI encoding to the tomcat configuration and I set
defaultcharset utf-8
in apache2. Im using mod_jk2. It doesnt work when I use special
characters like áéíóúñ...
If I use URL with port 8080 (tomcat
answers) It's fine but If I use the redir
ile.
Hope it helps ! And thanks for the link !!
Luc Boudreau
Université du Québec
Canada
-Message d'origine-
De : Andreas Bauer [mailto:[EMAIL PROTECTED]
Envoyé : 7 juin 2005 09:49
À : 'Tomcat Users List'
Objet : Re: Module jk2 and jk Connectormodules
Hello!
Hello!
Btw, here is another link:
http://www.dynamicobjects.com/d2r/archives/002574.html
After doing this script, jk2 works for me in win xp, but not in Suse 9.2.
I hope, it helps you anyway and you can use it somehow.
I have still questions.
>LoadModule jk_module modules/mod_jk.so
Jk suse
I've configured lately such a configuration. I first tried to use the
jk2 module, but soon discovered that it was deprecated and much more
complex to use. I really recommend using jk.
There are big differences in the configuration directives required in
the httpd.conf by jk and jk2. Since
Hello!
I'm trying to configure a Tomcat-Apache connection with jk2.
I tried the jk2 module in Suse(.so) without succeed, in windows(.dll) with
succeed.
With Tomcat 5.5. and Apache 2.0.
My httpd.conf with jk2:
LoadModule jk2_module modules/mod_jk2.so JkUriSet
worker ajp13:localhost
n and status with
multiprocess servers.
file=C:\Inetpub\tomcat\bin\jk2.shm
size=1048576
[workerEnv]
info=Global Server Options
timing=0
debug=debug
loger=logger.file:default
sslEnable=0
ver=200505271645
[logger.file:default]
info=Hauptlogkonfig
ver=200505271645
file=C:\Inetpub\tomcat\log\jk2.log
n and status with
multiprocess servers.
file=C:\Inetpub\tomcat\bin\jk2.shm
size=1048576
[workerEnv]
info=Global Server Options
timing=0
debug=debug
loger=logger.file:default
sslEnable=0
ver=200505271645
[logger.file:default]
info=Hauptlogkonfig
ver=200505271645
file=C:\Inetpub\tomcat\log\jk2.log
Geoff Wiggs wrote:
> I have a 'newbie' jk2 / Tomcat question.
>
> I am running Tomcat behind Apache with mod_jk2 interfacing the two.
Just so you are aware, jk2 is deprecated in favor of jk. As of version
1.2.10 of jk, most useful features in jk2 should be in jk.
See http:/
Subject: Apache - JK2 - Tomcat Question
I have a 'newbie' jk2 / Tomcat question.
I am running Tomcat behind Apache with mod_jk2 interfacing the two.
If I hit the URL www.myserver.com/contextname I get the JSP/servlet that
I am hoping for. I am using the correct mapping ([URI:/contextn
I have a 'newbie' jk2 / Tomcat question.
I am running Tomcat behind Apache with mod_jk2 interfacing the two.
If I hit the URL www.myserver.com/contextname I get the JSP/servlet that I
am hoping for. I am using the correct mapping ([URI:/contextname/*]) in the
workers2.properties and
I can't figure out, or find any documentation on how to map a uri in
workers2.properties to something other than its webapp directory name.
For instance, I want to make the directory
$CATALINA_BASE/webapps/mywebappv2.0.23 respond as though it were
$CATALINA_BASE/webapps/mywebapp. I'm certain that
Sébastien GALLET wrote:
> Paul Puschmann a écrit :
>
>> Dale, Matt wrote:
>>
>>
>>> 1.2.6 is the latest and should work with Apache 2 so you don't have
>>> to go back to apache 1.
>>>
>>> Ta
>>> Matt
>>>
>>
>> Okay, but I don't get jk1 for apache2 as a ready debian-package.
>> I prefer ready-
Paul Puschmann a écrit :
Dale, Matt wrote:
1.2.6 is the latest and should work with Apache 2 so you don't have to go back
to apache 1.
Ta
Matt
Okay, but I don't get jk1 for apache2 as a ready debian-package.
I prefer ready-built packages, because otherwise I could miss some
important compi
> Okay, but I don't get jk1 for apache2 as a ready debian-package.
> I prefer ready-built packages, because otherwise I could miss some
> important compiling options or get some version-dependancy-errors or such.
It is an open bug in debian. For a reason I don't know, they made a
correlation bet
Dale, Matt wrote:
> 1.2.6 is the latest and should work with Apache 2 so you don't have to go
> back to apache 1.
>
> Ta
> Matt
Okay, but I don't get jk1 for apache2 as a ready debian-package.
I prefer ready-built packages, because otherwise I could miss some
important compiling options or get so
1.2.6 is the latest and should work with Apache 2 so you don't have to go back
to apache 1.
Ta
Matt
-Original Message-
From: Paul Puschmann [mailto:[EMAIL PROTECTED]
Sent: 14 March 2005 12:28
To: Tomcat Users List
Subject: Re: jk2 for Apache2 and Tomcat 4
Mladen Turk wrote:
&
Mladen Turk wrote:
> Paul Puschmann wrote:
>
>> Hi,
>>
>> we want to use Apache2 (2.0.53) as a frontend for out Tomcat (4.1.31)
>> and don't get the right configuration for our jk2 (2.0.4).
>> This all runs with Java 1.4.2_06 on Debian Sarge x86.
>
Paul Puschmann wrote:
Hi,
we want to use Apache2 (2.0.53) as a frontend for out Tomcat (4.1.31)
and don't get the right configuration for our jk2 (2.0.4).
This all runs with Java 1.4.2_06 on Debian Sarge x86.
Do not use JK2. Use JK instead.
See:
http://jakarta.apache.org/tomcat/connectors-doc
Hi,
we want to use Apache2 (2.0.53) as a frontend for out Tomcat (4.1.31)
and don't get the right configuration for our jk2 (2.0.4).
This all runs with Java 1.4.2_06 on Debian Sarge x86.
We want to serve two or three different applications through our
apache2. Each one gets its own Virtua
It seems as though my jk2 configuration isn't failing over properly.
If a tomcat machine drops, it compensates properly. However, if a
single application on one of the tomcat machines fails then apache/jk2
keeps that faulty app in the mix. When a user gets directed to a
tomcat instance
I'm having trouble with the failover functionality of JK2. I have
apache connected to two back-end tomcat engines running on separate
machines. The failover works just fine when a tomcat engine dies.
The node is not given any requests and the webapp continues to
function normally. However,
So does jk_1.2.8, so, for new installs, why would I use it?
The overwhelming answers that I've gotten offline have been don't bother,
so that seems to be the best answer.
Thanks,
-Matt
On Mon, 21 Feb 2005, Nikola Milutinovic wrote:
> Matt wrote:
>
> >If jk2 is abandoned, w
Matt wrote:
If jk2 is abandoned, why would I use it over jk_1.2.8?
Platform reasons? Feature reasons? Performance reaosns? Other?
Anyone?
Well, for one, it works and I have a ready to run config files.
Nix.
-
To unsubscribe
8PM -0500, Matt wrote:
> : If jk2 is abandoned, why would I use it over jk_1.2.8?
> : Platform reasons? Feature reasons? Performance reaosns? Other?
> : Anyone?
>
> Depends on how you define "use" --
>
> "continue using an existing JK2 install" -- either bec
On Mon, Feb 21, 2005 at 02:57:48PM -0500, Matt wrote:
: If jk2 is abandoned, why would I use it over jk_1.2.8?
: Platform reasons? Feature reasons? Performance reaosns? Other?
: Anyone?
Depends on how you define "use" --
"continue using an existing JK2 install" -- either b
If jk2 is abandoned, why would I use it over jk_1.2.8?
Platform reasons? Feature reasons? Performance reaosns? Other?
Anyone?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Yes, Tomcat uses ajp13 and is compatible with the mod_jk2 connector.
Yes, jk2 is deprecated and is in the process of being replaced by the
ajp13 proxy in Apache 2.1. Apache 2.1 is a development release only and
this should show up in Apache 2.2.
Yes, you can use Apache with rewrite rules to
We sometimes have issues where individual XML POSTs fail when using
jk2 w/ Apache 2.0 and Tomcat 5.0.16. We have re-run the posts using just
tomcat on port 80, and the post are then successful. We think the problem is
within the AJP13 conversation at this time...
The error we receive when
Hello,
I am evaluating JSF and need to test my component in clustered environment
so I need Apache or Tomcat running as a front-end proxy server between users
and JBoss'es instances, and I have some questions:
1) Whether Tomcat contains JK2 connector? I have one PC with Tomcat
installed
> From: Hari Mailvaganam [mailto:[EMAIL PROTECTED]
> Subject: jk2.properties Query
>
> Does Tomcat 5.0.28 have mod_jk on by default?
The default server.xml has an AJP13 connector defined on port 8009; it's been
that way for a long time. You should comment it out if you don
Hi:
I noticed the following on the catalina.out:
>Feb 15, 2005 9:19:13 AM org.apache.jk.server.JkMain start
>INFO: Jk running ID=0 time=1/37
>config=/local/jakarta-tomcat-5.0.28/conf/jk2.properties
Does Tomcat 5.0.28 have mod_jk on b
Hi,
I have configured IIS 5.0 with jk2 (isapi_redirector2.dll) + Tomcat
5.0.28. My main problem is that the log entry being written to IIS just
logs
GET /jakarta/isapi_redirector2.dll 200 ...
for all URLs being redirected. All requests not redirected log as
expected.
Is there a way to log
:localhost:8011]
channel=channel.socket:Tomcat2
#load balancing
[lb:balanced]
worker=ajp13:localhost:8009
worker=ajp13:localhost:8011
timeout=90
attempts=3
recovery=90
StickySession=0
noworksMsg=Server busy please retry after some time
[shm]
file=/etc/httpd/conf/jk2.shm
size=100
[uri
Hi all,
everyone who isn't able to access the manager / admin applications (access
denied message)
or try to use basic auth with IIS6 and Tomcat 4.x / 5.x should read further.
We had exactly this problem while using the jk2 isapi redirector.
HOW TO SOLVE:
- use the JK ISAPI-Redir
Jk2 is deprecated, so you may want to switch to mod_jk 1.2.8 which now
has all the jk2 features. Since that can be rather involved for some
people, you can use PCRE in Apache 2.x.
I haven't tried this, but it should work.
This definitely works for leading path negative matches on /cs
Hi,
I am trying to get Apache 2.0 to forward all requests to a load balanced Jetty
pair via mod_jk2 EXCEPT static resources such as .jpg files.
Has anyone done this?
What I would like is some kind of negative match
JkUriSet group ajp13:localhost:8009
Of course this syntax does not exist!
Hi,
I build Apache 2.0.52 and jk2 connector
(jakarta-tomcat-connectors-jk2-2.0.4-src.tar.gz) in AIX 5.2 without any
problem, but after I start Apache with jk2 module, it generated
Segmentation fault(coredump). Here is I run dbx:
# dbx httpd core
Type 'help' for help.
[us
keys? do i need
to delete the workers2.properties and jk2.properties files?
thanks in advance,
woodchuck
__
Do you Yahoo!?
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mai
Well, for now it is working. But I am thinking in moving to the jk1
again soon. Really ironic, I decided to choose jk2 so that I would not
have to upgrade in a while, but well, back luck.
-Original Message-
From: QM [mailto:[EMAIL PROTECTED]
Sent: Friday, January 07, 2005 7:04 PM
To
jeff.fong wrote:
Hi,
I have configured the jk connector and it works with apache 2.0.52 and tomcat
5.0.28.
Apache host is: 192.168.1.1
The tomcat project can be accessd thro'
http://192.168.1.100:8080/myProject
After using the jk connector, the tomcat project can also be reached by
http://192.168
Hi,
I have configured the jk connector and it works with apache 2.0.52 and tomcat
5.0.28.
Apache host is: 192.168.1.1
The tomcat project can be accessd thro'
http://192.168.1.100:8080/myProject
After using the jk connector, the tomcat project can also be reached by
http://192.168.1.1/myProjec
On Fri, Jan 07, 2005 at 06:02:14PM +0100, Nikola Milutinovic wrote:
: Sorry. I was as bitten by the news as you are. The thing is, if it is
: working, not only shouldn't you fix it, but relax. JK2 is OK - if it
: works. It is a stable mechanism, it is just not going to be developed
: any
Casas, Claudia wrote:
No way! I just got my server completely working on jk2!
Does anybody have any links or resources that talk about this. If this
is really a big issue, I will definitely move back to jk
Sorry. I was as bitten by the news as you are. The thing is, if it is
working, not only
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/news/20041100.html#2
0041115.1
-Original Message-
From: Casas, Claudia [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 06, 2005 12:49 PM
To: Tomcat Users List
Subject: RE: apache2 tomcat5 jk2 questions
No way! I just got my server
No way! I just got my server completely working on jk2!
Does anybody have any links or resources that talk about this. If this
is really a big issue, I will definitely move back to jk
-Original Message-
From: j r [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 05, 2005 6:30 PM
To
at now works for every user directory! : )
> >But I still do not know how to make apache forward my jsp request to
> >tomcat.
> >I used to include Jkmount option in my httpd.conf, but now I have not
> >idea.
> >I have read about a JkSet but not sure how to use it. I ha
he forward my jsp request to
tomcat.
I used to include Jkmount option in my httpd.conf, but now I have not
idea.
I have read about a JkSet but not sure how to use it. I have also read
that you can have this configuration in the jk2.properties, but do not
know how either. If you could point me to
this configuration in the jk2.properties, but do not
know how either. If you could point me to the right direction I would
really appreciate it.
I basically need to be able to view my jsp's through apache as: e.g.
http://myserver/~userdir/myfile.jsp
-Original Message-
From: Dwayne
Please Read your Documentation at this page
http://myserver:8080/tomcat-docs/config/host.html
and that should answer your question.
Read the section that says:
User Web Applications
Casas, Claudia wrote:
Hello everybody,
I have configured jk2 successfully finally to work with apache and
tomcat
Hello everybody,
I have configured jk2 successfully finally to work with apache and
tomcat.
#!Question 1
I have included the following in my server.xml file:
This allows me to see my jsp file as :
http://myserver:8080/ccasas/myfile.jsp
<http://myserver/ccasas/myfile.jsp> which is
On Wed, 22 Dec 2004 17:03:19 -0700, Sean Dockery <[EMAIL PROTECTED]> wrote:
> http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/news/20041100.html#20041115.1
>
> I had been under the impression that JK2 was superior to JK. In light
> of the announcement, should we be sti
IMHO avoid JK2
On Wed, 22 Dec 2004 17:03:19 -0700, Sean Dockery <[EMAIL PROTECTED]> wrote:
> On November 15th, there was an announcement that JK2 is officially
> unsupported.
>
> http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/news/20041100.html#20041115.1
>
>
not time to panic yet. JK2 works. mod_jk works. Choose one.
>
>>>> [EMAIL PROTECTED] 12-22-2004 17:03 >>>
> On November 15th, there was an announcement that JK2 is officially
> unsupported.
>
> http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/news/20041100
Create a Java web application in the 'normal' fashion. See
http://localhost/tomcat-docs/appdev/index.html for how to set things up.
This will create your entire web application in $CATALINA_HOME/webapps.
Now, in your Apache httpd.conf file, you need some configuration
additions. Let's say your
o that absolute location, then put the entry in jk2.conf for
that alias.
Cheers,
-T
Hello,
Is there a way to put an absolute path in the jk2.conf tag
that would look like
/var/www/html/*.jsp
I'm trying to set things up so If i have a .jsp in my website root it
forwards the reque
It looks like things regarding a connector are still in flux... probably
not time to panic yet. JK2 works. mod_jk works. Choose one.
>>> [EMAIL PROTECTED] 12-22-2004 17:03 >>>
On November 15th, there was an announcement that JK2 is officially
unsupported.
http://jakarta
B Wiley wrote:
Hello,
Is there a way to put an absolute path in the jk2.conf tag
that would look like
/var/www/html/*.jsp
I'm trying to set things up so If i have a .jsp in my website root it
forwards the request to tomcat without having the .jsp physically
sitting inside the tomcat
I think the way to do that is set up an alias directory inside
apache.conf pointing to that absolute location, then put the entry in
jk2.conf for that alias.
Cheers,
-T
Hello,
Is there a way to put an absolute path in the jk2.conf tag
that would look like
/var/www/html/*.jsp
I'm t
Hello,
Is there a way to put an absolute path in the jk2.conf tag that
would look like
/var/www/html/*.jsp
I'm trying to set things up so If i have a .jsp in my website root it
forwards the request to tomcat without having the .jsp physically sitting
inside the tomcat root.
Is
On November 15th, there was an announcement that JK2 is officially
unsupported.
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/news/20041100.html#20041115.1
We're in the process of configuring new servers and integrating Apache with
Tomcat. We are migrating applications from se
I just found the problem, my apologies, it turns out to be a firewall
port block upstream from me.
Thank You,
Troy
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Troy Davis <[EMAIL PROTECTED]> wrote on 21/12/2004 17.07.40:
> Hello,
>
> I've got a Tomcat 5 / Apache 2 / jk2 server which has been serving
> several different virtual hosts which share a common IP address. I now
> need to implement my first SSL-protected website on
Hello,
I've got a Tomcat 5 / Apache 2 / jk2 server which has been serving
several different virtual hosts which share a common IP address. I now
need to implement my first SSL-protected website on this machine, and I
am working under the assumption that this site must have a dedicat
[logger]
level=ERROR
[logger.file:0]
level=ERROR
file=d:\\jakarta-tomcat-jk2\\jk2.log
[workerEnv:]
info=Global server options
timing=1
debug=0
logger=logger.file:0
[shm]
file=d:\\jakarta-tomcat-jk2\\jk2.shm
size=1048576
[channel.socket:localhost:8009]
info=Ajp13 worker, connects to tomcat
The documentation for setting up a logger for JK2 is below. I've tried using
logger.file and logger.win32 for my IIS configuration, but no luck. Can
someone please send the right configuration steps to configure JK2 logging with
IIS? I'm trying to locate a "bug" in JK
OK, I did not try the test under ssl. I'll let you know what happens.
Thanks,
Rob
-Original Message-
From: Peter Lauri [mailto:[EMAIL PROTECTED]
Sent: Sunday, December 12, 2004 10:29 PM
To: 'Tomcat Users List'
Subject: SV: Tomcat JK2 Connector/IIS Slowdown
Try some bu
PROTECTED]
Ämne: FW: Tomcat JK2 Connector/IIS Slowdown
For those of you who saw my original posting of this issue, you may
remember that my IIS6/Tomcat 5.028 server was very slow at downloading
files from an online cart to a Windows 2000, IE6 browser. But the same
IIS6/Tomcat server would down
For those of you who saw my original posting of this issue, you may
remember that my IIS6/Tomcat 5.028 server was very slow at downloading
files from an online cart to a Windows 2000, IE6 browser. But the same
IIS6/Tomcat server would download files very quickly to all Netscape /
Mozilla and Saf
Hi!
3) In Apache I'm using some aliases to serve images stored outside my
appbase from inside my webapp (Alias /myapp/alias
"/path/outside/appbase"). I've implemented this by creating context
xml files for all my aliases with appBase="/path/outside/appbase"
path="/myapp/alias". Again, is this t
Hi!
What's your hardware?
In development I have a Dell PowerEdge something 2.4 Xeon, 512MB RAM,
for production I have an IBM something 2.8 Xeon, 1GB RAM
Trond
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands
Hi,
>I'm migrating from Apache2/JK2/Tomcat 5.0.28 to Tomcat standalone
(don't
>need php anymore), and have some questions regarding the matter.
Good.
>1) Since Tomcat now will be serving all the static content as well,
will
>it require more threads than when only s
Thanks for your replies Allistair :)
2) In Apache I'm using mod_rewrite to rewrite requests to
mydomain.com/ to mydomain.com/myapp. I've implemented this behaviour by using
response.sendRedirect in a scriptlet in the index.jsp of my
ROOT app. Is this the preferred way of doing this?
Depends
OK :)
> 1) Since Tomcat now will be serving all the static content as
> well, will it require more threads than when only serving dynamic content?
Same as before.
> 2) In Apache I'm using mod_rewrite to rewrite requests to
> mydomain.com/ to mydomain.com/myapp. I've implemented this behaviour
OK, i've just re-read your message and d'oh I see you want to move away from
Apache and JK2. Sorry. Will take another look ...
> -Original Message-
> From: Allistair Crossley
> Sent: 03 December 2004 11:23
> To: Tomcat Users List
> Subject: RE: Migrating f
Hi
> 1) Since Tomcat now will be serving all the static content as
> well, will it require more threads than when only serving dynamic content?
That doesn't *have* to be the case. You could still have Apache serve up your
static resources by pointing the document root at your webapp's root dire
Hi all!
I'm migrating from Apache2/JK2/Tomcat 5.0.28 to Tomcat standalone (don't
need php anymore), and have some questions regarding the matter.
1) Since Tomcat now will be serving all the static content as well, will
it require more threads than when only serving dynamic conte
"
> >enableLookups="true" redirectPort="8443"
> >acceptCount="10" debug="100" connectionTimeout="0"
> >useURIValidationHack="false"
> >protocolHandlerClassName="org.apache.jk.serv
crash.But the problem is when
the webapp is stopped (by manager for ie.) on one worker.The query is
send to both tomcat even to the one that have no webapp available and so,
the answer to the client is a nice 404 HTTP Error code.IMHO, it's
because that jk2 don't parse
Thomas Charles Robinson wrote:
It says in the comment that it is a 'Coyote/JK2 AJP 1.3 Connector' but
can I use this with a JK connector? Actually, is the
org.apache.coyote.tomcat4.CoyoteConnector compatible with JK? Also, will
the org.apache.jk.server.JkCoyoteHandler provide t
Hi,
I've decided now to try to get tomcat 1.4.30 working with JK. From what
I understand (not much at this stage), JK2 is no longer actively
supported, hard to configure and all advancements from it will be
back-ported to JK thus making JK the best choice today.
Right, well my rpm of to
apira http://www.yoavshapira.com
>-Original Message-
>From: Elihu Smails [mailto:[EMAIL PROTECTED]
>Sent: Monday, November 29, 2004 11:26 AM
>To: Tomcat Users List
>Subject: Re: No more JK2 ?
>
>Where can I find more information on not only the
>official announcement, but the latest
http://jakarta.apache.org/tomcat/connectors-doc/
>>> [EMAIL PROTECTED] 11/29/2004 10:25:49 AM >>>
Where can I find more information on not only the
official announcement, but the latest on the connector
development. I have also been using JK2 for some
time, and was really happy
Where can I find more information on not only the
official announcement, but the latest on the connector
development. I have also been using JK2 for some
time, and was really happy with it.
Thank you.
--- Mladen Turk <[EMAIL PROTECTED]> wrote:
> Boulay Arnaud wrote:
> > L
Hi,
Virtually all of the "more advanced" features from JK2 will be ported
(or already have been) into mod_jk, mod_proxy, or both.
Yoav Shapira http://www.yoavshapira.com
>-Original Message-
>From: Nikola Milutinovic [mailto:[EMAIL PROTECTED]
>Sent: Monday, November 2
t Users List
>Subject: RE: No more JK2 ?
>
>http://jakarta.apache.org/tomcat/connectors-doc/jk2/index.html
>
>Allistair
>
>> -Original Message-
>> From: Boulay Arnaud [mailto:[EMAIL PROTECTED]
>> Sent: 25 November 2004 10:29
>> To: [EMAIL PROTECTED]
&g
That's the official statement:
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/news/20041100.html#2
0041115.1
-Original Message-
From: Nikola Milutinovic [mailto:[EMAIL PROTECTED]
Sent: Monday, November 29, 2004 10:40 AM
To: Tomcat Users List
Subject: Re: which to use: JK2
Ralph Einfeldt wrote:
Sorry, but I think you are wrong.
There have been several post in the last days from the
developers, that clearly say, that there will be no further
development for mod_jk2.
This saddens me. I was under th impression that JK2 was more advanced.
What are the reasons for
webserver project.
-Original Message-
From: Nikola Milutinovic [mailto:[EMAIL PROTECTED]
Sent: Monday, November 29, 2004 7:43 AM
To: Tomcat Users List
Subject: Re: which to use: JK2 or JK?
Erez Efrati wrote:
What do you mean by "no longer being supported"?
The current status is t
Erez Efrati wrote:
Hi,
I am installing an apache + JBoss/tomcat and I need to run the JK
module.
Now I understand that the JK2 is no longer supported so does it mean
that it would be better using JK1.2?
What do you mean by "no longer being supported"?
The current status is t
http://www.sitepoint.com/article/quick-start-guide-windows/2
above article might give you a solution!
vimal
-Ursprüngliche Nachricht-
Von: Erez Efrati [mailto:[EMAIL PROTECTED]
Gesendet: Saturday, November 27, 2004 9:09 PM
An: Tomcat User Mailing List
Betreff: which to use: JK2 or JK
Hi,
I am installing an apache + JBoss/tomcat and I need to run the JK
module.
Now I understand that the JK2 is no longer supported so does it mean
that it would be better using JK1.2?
Thanks,
Erez
1 - 100 of 1828 matches
Mail list logo