Re: Server.xml - Connector configuration problem

2004-03-24 Thread armalai
2:52 PM Subject: RE: Server.xml - Connector configuration problem Hi, 2.In Jmeter right now i'm able to handle 75 concurrent users.How do i increase the users? By increasing the memory allocated to your JVM (-Xmx) along with your hardware to match. By increasing and maxThreads number as well

TC V4.1.29 Coyote Connector / minProcessors maxProcessors / Confusion

2004-03-24 Thread jblayer
I'm a little confused regarding TC V4.1.29 Coyote HTTP/1.1 Connector attributes minProcessors and maxProcessors. Server config docs state minProcessors == number of connection threads to start initially and maxProcessors == the maximum number of connection threads that the server will create

RE: Disable Coyote Connector at runtime?

2004-03-22 Thread Shapira, Yoav
Coyote Connector at runtime? Is there a way to turn off one of the Coyote connectors (specifically the port 8009 one) at runtime? What I am trying to accomplish is that I have a collection of JBoss servers (with integrated Tomcat) that are clustered together using mod_jk as the load balancer

RE: Disable Coyote Connector at runtime?

2004-03-22 Thread Clute, Andrew
Thanks for the information...I didn't realize that the connector in Tomcat5 was now an Mbean. So, that should make it easier. Now, the next question is, is there any admin interface to control the lifecycle of that Mbean yet? Or would I need to do it programmatically? My ultimate goal would

Connector build error

2004-03-22 Thread Rick Lutowski
Am trying to build the .so connector to integrate tomcat 4.1.30 with apache 2.0.48 on debian linux. Both tomcat and apache are up and running just fine individually, but need a mod_jk2.so Ajp13 connector to get a servlet working. The current connectors source distribution jakarta-tomcat

RE: Connector build error

2004-03-22 Thread Adam Fowler
: Connector build error Am trying to build the .so connector to integrate tomcat 4.1.30 with apache 2.0.48 on debian linux. Both tomcat and apache are up and running just fine individually, but need a mod_jk2.so Ajp13 connector to get a servlet working. The current connectors source distribution jakarta

Re: Connector build error

2004-03-22 Thread Rick Lutowski
Adam Fowler wrote: Hi, This made me a bit miffed too. The developers have changed the jk/native2/README.txt to explain how to do it natively. Here is the post to the dev list below. If you get some annoying message saying could not find library -lapr-0 then fear not. You either: a)

Re: Tomcat Apache connector not working

2004-03-19 Thread Allan Bruce
${APACHE2_LIBDIR} -lcrypt -lapr-0 -laprutil-0 -lgdbm -lexpat -ldb-4.0 -lpthread -ldl In my case, everything after -lcrypt was missing. And since we are building shared objects, symbols are resolved at runtime rather than at compile or link-edit time. I used an rpm to install the connector. Do you

Re: Tomcat Apache connector not working

2004-03-19 Thread Daniel Savard
Le ven 19/03/2004 à 05:11, Allan Bruce a écrit : I used an rpm to install the connector. Do you suggest I uninstall the rpm and compile the source? Thanks Allan Before you may do the following check: Locate the mod_jk2.so file and issue the following command: ldd mod_jk2.so

Re: Tomcat Apache connector not working

2004-03-19 Thread Allan Bruce
- Original Message - From: Daniel Savard [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, March 19, 2004 3:27 PM Subject: Re: Tomcat Apache connector not working Le ven 19/03/2004 à 05:11, Allan Bruce a écrit : I used an rpm to install the connector. Do

Re: Tomcat Apache connector not working

2004-03-19 Thread Daniel Savard
Le ven 19/03/2004 à 12:30, Allan Bruce a écrit : My output is: [EMAIL PROTECTED] apache2]# ldd mod_jk2.so libc.so.6 = /lib/i686/libc.so.6 (0x4003) /lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x8000) is this a problem? I am quite new to linux so I dont know much

JK/JK2 Connector Mixup Responses

2004-03-19 Thread mjones
Hello- I've got some weird problems when I use the Tomcat and Apache together. The short of it is when using the connector I frequently get blank responses and sometimes response from other servlets. The long of it is... I have a work-servlet which works 100% when I hit it via Tomcat however

Disable Coyote Connector at runtime?

2004-03-19 Thread Andrew Clute
to remove one of the instances from the cluster to do maintenance work, or maybe deploy a new application to it to test inside a production server. Obviously, I can shut the instance down, comment out the AJP13 connector, and restart the instance, and mod_jk won't sent requests it's way, but I

Tomcat Apache connector not working

2004-03-18 Thread Allan Bruce
I have apache and tomcat both up and running. Now I want to be able to set up a connector so that I can browse the 'examples' directory of the tomcat installation through apaches port. The below config doesnt seem to work, can somebody please tell me where I am going wrong? Thanks

Re: Tomcat Apache connector not working

2004-03-18 Thread Daniel Savard
Le jeu 18/03/2004 à 06:27, Allan Bruce a écrit : I have apache and tomcat both up and running. Now I want to be able to set up a connector so that I can browse the 'examples' directory of the tomcat installation through apaches port. The below config doesnt seem to work, can somebody please

Re: help needed building JK2 connector

2004-03-16 Thread Vi
it went. Dale, Matt wrote: Hi, I have Redhat 9 with Tomcat 5 installed and is working fine. Apache 2.0.40 is installed by default and i'd rather stick with that because it is integrated with a nifty configuration tool. I'd like to link apache and tomcat with the JK2 connector which I have

RE: help needed building JK2 connector

2004-03-16 Thread Dale, Matt
Matt -Original Message- From: Adrian Lanning [mailto:[EMAIL PROTECTED] Sent: 16 March 2004 00:04 To: Tomcat Users List Subject: Re: help needed building JK2 connector Hi Matt, I have built JK2 successfully several times on Redhat 9 with Tomcat 5 and Apache 2.0.48. The problem I had

RE: help needed building JK2 connector

2004-03-16 Thread Dale, Matt
-Original Message- From: Vi [mailto:[EMAIL PROTECTED] Sent: 16 March 2004 09:35 To: Tomcat Users List Subject: Re: help needed building JK2 connector Hi, first of all, rh9 has really odd thing about apache. Apache comes without apxs2 by default. If you install apache-dev rpm it should apear

help needed building JK2 connector

2004-03-15 Thread Dale, Matt
Hi, I have Redhat 9 with Tomcat 5 installed and is working fine. Apache 2.0.40 is installed by default and i'd rather stick with that because it is integrated with a nifty configuration tool. I'd like to link apache and tomcat with the JK2 connector which I have no problems with. As far as I

Re: help needed building JK2 connector

2004-03-15 Thread Adrian Lanning
[EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, March 15, 2004 3:40 PM Subject: help needed building JK2 connector Hi, I have Redhat 9 with Tomcat 5 installed and is working fine. Apache 2.0.40 is installed by default and i'd rather stick with that because it is integrated

[Shameless Plug] Re: help needed building JK2 connector

2004-03-15 Thread Chong Yu Meng
Adrian Lanning wrote: Hi Matt, I have built JK2 successfully several times on Redhat 9 with Tomcat 5 and Apache 2.0.48. The problem I had with the default apache installed on rh 9.0 was that mine didn't have the apxs program or maybe it was some missing libraries.. In any case I had to build

Re: JK Connector SYN packet for established connection

2004-03-12 Thread David Rees
Antonio Fiol Bonnín wrote, On 3/11/2004 11:11 PM: Tomcat will detect the closed connection and return that JK thread back to the pool for later use. It won't. If the firewall has already dropped the connection, Tomcat will not notice it being closed. OK, so if the conn is dropped, TC won't know

RE: JK Connector SYN packet for established connection

2004-03-11 Thread CONANT,PATRICK (HP-FtCollins,ex1)
. -Original Message- From: David Rees [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 9:47 AM To: Tomcat Users List Subject: Re: JK Connector SYN packet for established connection CONANT,PATRICK (HP-FtCollins,ex1) wrote, On 3/10/2004 7:58 AM: Our workers.properties file is pretty

RE: JK Connector SYN packet for established connection

2004-03-11 Thread David Rees
CONANT,PATRICK (HP-FtCollins,ex1) wrote: Thanks for the proposal. We made the change, but to no avail. When the IIS server came back up, we saw the same problem start almost immediately. The only other report of this problem I could find was for a different product

Re: JK Connector SYN packet for established connection

2004-03-11 Thread Antonio Fiol Bonnín
That won't help. socket_timeout tells Apache to CLOSE connections that have been unused for that time, but only WHEN it needs it. So that will cause problems on the Tomcat side. What we did (but our problem was slightly different) was: Set the tcp keepalive sysctl of the web server (it is a

Re: JK Connector SYN packet for established connection

2004-03-11 Thread David Rees
Antonio Fiol Bonnín wrote: That won't help. I think it will, see below. socket_timeout tells Apache to CLOSE connections that have been unused for that time, but only WHEN it needs it. So that will cause problems on the Tomcat side. Why will it cause problems on the Tomcat side? IMO, it

Re: JK Connector SYN packet for established connection

2004-03-11 Thread Antonio Fiol Bonnín
socket_timeout tells Apache to CLOSE connections that have been unused for that time, but only WHEN it needs it. So that will cause problems on the Tomcat side. Why will it cause problems on the Tomcat side? See below. IMO, it has a good chance of fixing the problem as Apache/mod_jk will

JK Connector SYN packet for established connection

2004-03-10 Thread CONANT,PATRICK (HP-FtCollins,ex1)
I'm running into an issue with our JK communications being interrupted by our firewall. Any help would be appreciated... Our firewall is reporting that the JK Connector is sending SYN packets for connections that are already established. The firewall is configured to drop connections

Re: JK Connector SYN packet for established connection

2004-03-10 Thread David Rees
CONANT,PATRICK (HP-FtCollins,ex1) wrote, On 3/10/2004 7:58 AM: Our workers.properties file is pretty simple: worker.list=frontend worker.frontend.host=X.XXX.hp.com worker.frontend.type=ajp13 worker.frontend.port=8007 Try setting the socket_keepalive and socket_timeout options and see if that

Connector processes

2004-03-05 Thread Jeff Poling
Is there a way, from within a servlet, to find out what the maximum number of processes has (maxProcessors attribute) and how many of them are in use? *Jeff Poling, Research and Development, CMHC Systems** ** For every difficult problem, there is * A warp core breach

RE: Connector processes

2004-03-05 Thread Shapira, Yoav
in a privileged webapp (set privileged=true for your context). Then you'd crawl down the tomcat container tree, e.g.: Server server = ServerFactory.getServer(); Service service = server.findService(Catalina); Connector[] connectors = service.findConnectors(); Etc., remaining steps are to find the connector

Two JK2 Connector Questions

2004-03-02 Thread Cunningham Emmett
1. Are the JK2 connector releases decoupled from Tomcat? 2. When is connector release 2.0.4 expected to be released? I'm specifically interested in BUG # 13869. mod_jk2 becomes confused when client breaks the connection http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13869 If this bug

Where to get binaries for JK2 connector for Linux

2004-02-29 Thread Martas
Where can I download from Linux binaries for JK2 connector, from the jakarta.apache.org site, I found just JK2 binaries for Win32 and Solaris. Thanks a lot for advise, M. == REKLAMA Java Desktop System predstavuje prvu pouzitelnu alternativu voci

Re: Where to get binaries for JK2 connector for Linux

2004-02-29 Thread pavan . k
u can get them at http://johnturner.com Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.comDISCLAIMER: The information contained in this message is intended only and solely for the addressed individual or entity indicated in this message and for the

Configuring connector (embedded)

2004-02-24 Thread Michael Mangeng
Hi I´ve embedded tomcat within our application. In the embedded class (API-docs) is described: ... Call |createConnector()| to create at least one TCP/IP connector, and then call its property setters as desired. ... The problem is that the Connector interface ( http://jakarta.apache.org/tomcat

Re: Configuring connector (embedded)

2004-02-24 Thread Jeanfrancois Arcand
Michael Mangeng wrote: Hi I´ve embedded tomcat within our application. In the embedded class (API-docs) is described: ... Call |createConnector()| to create at least one TCP/IP connector, and then call its property setters as desired. ... The problem is that the Connector interface ( http

Re: jk2 jni connector with iis - has anyone got this working?

2004-02-23 Thread Tariq Chalabi
Thanks for the advice. I've tried the installer and it works fine for jk and the standard ajp13 connector. I've got both jk and jk2 working with this already But what I'm really after is getting tomcat to run in-process with IIS. George Hester [EMAIL PROTECTED] wrote: http

Coyote/JK2 AJP 1.3 Connector

2004-02-23 Thread Rommel Sharma
Dear Tomcat Gurus, What is the use of Coyote/JK2 AJP 1.3 Connector on port 8009 in server.xml. If I have two different tomcats running, and I have already changed the http and https ports for them, do I have to change the 8009 port in one of them to avoid conflict? Thanks, Rommel Sharma. FYR

Re: Proposal: New parameter for JK2 connector

2004-02-23 Thread Antonio Fiol Bonnín
Hi Bill, Seen that mod_jk has a socket_keepalive option for the Apache side, my proposal consists in adding a similar setting in the Tomcat side. Advantages: If you pull the power cord of your Apache server (or something else bad happens to it), Tomcat will notice shortly after, and will close

Re: Coyote/JK2 AJP 1.3 Connector

2004-02-23 Thread Antonio Fiol Bonnín
Simply comment out the connector. You are not using it, so you don't need it there. Antonio Fiol Rommel Sharma wrote: Dear Tomcat Gurus, What is the use of Coyote/JK2 AJP 1.3 Connector on port 8009 in server.xml. If I have two different tomcats running, and I have already changed the http

Re: Proposal: New parameter for JK2 connector

2004-02-22 Thread Bill Barker
Antonio Fiol Bonnín [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello, Seen that mod_jk has a socket_keepalive option for the Apache side, my proposal consists in adding a similar setting in the Tomcat side. Advantages: If you pull the power cord of your Apache server (or

jk2 jni connector with iis - has anyone got this working?

2004-02-22 Thread Tariq Chalabi
/modules/mod_jk2.so # If set to inprocess the mod_jk2 will Register natives itself # This will enable the starting of the Tomcat from mod_jk2 apr.jniModeSo=inprocess Basically these files are those in the conf directory of the source download for jk2 connector Anyhow - it doesn't work

Re: jk2 jni connector with iis - has anyone got this working?

2004-02-22 Thread George Hester
: # apr.jniModeSo=/opt/apache2/modules/mod_jk2.so # If set to inprocess the mod_jk2 will Register natives itself # This will enable the starting of the Tomcat from mod_jk2 apr.jniModeSo=inprocess Basically these files are those in the conf directory of the source download for jk2 connector Anyhow

jk jni isapi connector problems

2004-02-20 Thread Tariq Chalabi
Hi all, I had a problem with iis shutting down tomcat nt service whenever there was a high load. As a cure for this - and maybe also to improve performance - I'm trying to get the in-process isapi filter working. I'm using jk connector with tomcat 4.1 on iis 5. ( The jk connector seems

Proposal: New parameter for JK2 connector

2004-02-20 Thread Antonio Fiol Bonnín
Hello, Seen that mod_jk has a socket_keepalive option for the Apache side, my proposal consists in adding a similar setting in the Tomcat side. Advantages: If you pull the power cord of your Apache server (or something else bad happens to it), Tomcat will notice shortly after, and will close

How does IIS directory security relate to JK connector?

2004-02-18 Thread David . Ventimiglia
Hello, I installed the JK connector in IIS 5.0 on Win2K, directing JSP and servlet requests for a certain context to Tomcat 4.1.29, and though it works I can't access the Tomcat resources (JSPs and servlets) anonymously. In fact, the way IIS's directory security is involved is something

RE: How does IIS directory security relate to JK connector?

2004-02-18 Thread David . Ventimiglia
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 11:17 AM To: [EMAIL PROTECTED] Subject: How does IIS directory security relate to JK connector? Hello, I installed the JK connector in IIS 5.0 on Win2K, directing JSP and servlet requests for a certain context

RE: How does IIS directory security relate to JK connector?

2004-02-18 Thread David . Ventimiglia
Fixed it, sort of. My advice to anyone having similar trouble with the Tomcat JK connector and IIS 5.0 is to futz with the Anonymous User Account settings (strip local domain name out, check the password, uncheck Allow IIS to control password). You might get lucky. -Original Message

improving performance with connector params

2004-02-17 Thread meissa . Sakho
We're running Tomcat 4.1.18 with jdk1.3 under linux The communication with apache is set via the Webapp Connector. In order to improve performance I need some suggestions about the connectors attributes. The extract below is from our server.xml file in the prod environnement Connector

Re: improving performance with connector params

2004-02-17 Thread Antonio Fiol Bonnín
know why. Hope that helps, Antonio Fiol [EMAIL PROTECTED] wrote: We're running Tomcat 4.1.18 with jdk1.3 under linux The communication with apache is set via the Webapp Connector. In order to improve performance I need some suggestions about the connectors attributes. The extract below is from

AW: Tomcat 5.0.18 with connector to IIS?

2004-02-10 Thread Michael Sudkamp
Daniel Thanks for the setup. I was looking for a long time for a working combination of binary, config files and install instruction. I have manually installed the old JK connector a lot of times without any problems but it never worked for me for JK2 with the install instruction that ships

JK1 vs JK2 connector

2004-02-10 Thread Michael Sudkamp
Hello, I have used the 'old' JK connector for a long time with Tomcat 4.0 and 4.1 and IIS. I had never any problems with stability. Very recently I figured out how to set up the JK2 connector (thanks Daniel). Now I wonder if I should from now use JK2 instead. What are the pros and cons? Best

Logging of JK2 ISAPI connector

2004-02-10 Thread Michael Sudkamp
Hello, I wonder how I can activate logging for the JK2 ISAPI connector? With the old JK there were the registry keys log_file and log_level. But they seem not to work with JK2. I also tried logFile and logLevel. Any ideas? Michael

Re: JK1 vs JK2 connector

2004-02-10 Thread Tim Funk
connector for a long time with Tomcat 4.0 and 4.1 and IIS. I had never any problems with stability. Very recently I figured out how to set up the JK2 connector (thanks Daniel). Now I wonder if I should from now use JK2 instead. What are the pros and cons

RE: Logging of JK2 ISAPI connector

2004-02-10 Thread Krell, Andrew
loggers, but I never had much success with changing the .win32 logger. If you figure that out, let me know. Andrew -Original Message- From: Michael Sudkamp [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 10, 2004 6:13 AM To: 'Tomcat Users List' Subject: Logging of JK2 ISAPI connector

Re: Logging of JK2 ISAPI connector

2004-02-10 Thread Sam Seaver
Just a note, though this only happened to me in Linux: If the 'native Application Event Log' gets disrupted somehow, then it caused the connector to 'hang' and thus stopped all calls for jsp pages. In Linux what happened to me every sunday was that the 'logrotate' utiltiy would move my

Re: Logging of JK2 ISAPI connector

2004-02-10 Thread Daniel Schmitt
to the jakarta Web Service Extension and give write Permission for Users at File Properties Security Tab hope this helps Michael Sudkamp wrote: Hello, I wonder how I can activate logging for the JK2 ISAPI connector? With the old JK there were the registry keys log_file and log_level. But they seem

Re: Tomcat 5.0.18 with connector to IIS?

2004-02-09 Thread Daniel Schmitt
the origional Connector. Search the list for the ISAPI Connecter 2 and you will find several notes on this. I have a IIS6 server running with the connector compiled by someone else and it works, the only problem is that the Connector virtual directory can not be in a seperate appdomain

Tomcat 5.0.18 with connector to IIS?

2004-02-06 Thread Andrzej Jan Taramina
Has anyone got Tomcat 5.0.18 front-ended with IIS using a connector? If so, which connector/version are you using. Any config info and hints on how to set this up (the docs on connectors are pretty confusing sometimes) would be very much appreciated. Please copy responses to [EMAIL PROTECTED

RE: Tomcat 5.0.18 with connector to IIS?

2004-02-06 Thread Allistair Crossley
Yes. Use the JK2 connector available on the download index. -Original Message- From: Andrzej Jan Taramina [mailto:[EMAIL PROTECTED] Sent: 06 February 2004 13:20 To: [EMAIL PROTECTED] Subject: Tomcat 5.0.18 with connector to IIS? Has anyone got Tomcat 5.0.18 front-ended with IIS using

RE: Tomcat 5.0.18 with connector to IIS?

2004-02-06 Thread Richard Norman
The one on the Apache site has NEVER worked for me except the origional Connector. Search the list for the ISAPI Connecter 2 and you will find several notes on this. I have a IIS6 server running with the connector compiled by someone else and it works, the only problem is that the Connector

RE: Tomcat 5.0.18 with connector to IIS?

2004-02-06 Thread Allistair Crossley
I use the JK 2 connector with IIS 5 and it works, so maybe it is your version 6 that causes the incompatibility. I have an issue only in that the Commons File Uploader will not route multi-part form posts through IIS - it complains of a Stream Terminated Unexpectedly error. Highly annoying

RE: Tomcat 5.0.18 with connector to IIS?

2004-02-06 Thread Summers, Bert W.
I have used the redirector2 on IIS6 and Tomcat 4.1.29 Had problems with the redirector failing about 5% of the time. Found that my reg entries were missing a couple of keys defined in the source download. Specifically, authComplete and threadPool Added those, tweaked the connector in server.xml

RE: Tomcat 5.0.18 with connector to IIS?

2004-02-06 Thread Bill Haake
,jk2}.properties pair that worked. -Original Message- From: Andrzej Jan Taramina [mailto:[EMAIL PROTECTED] Sent: Friday, February 06, 2004 8:20 AM To: [EMAIL PROTECTED] Subject: Tomcat 5.0.18 with connector to IIS? Has anyone got Tomcat 5.0.18 front-ended with IIS using a connector

Re: Tomcat 5.0.18 with connector to IIS?

2004-02-06 Thread Steve Caum
I too am having trouble getting IIS 6.0 to work with Tomcat 5 (or Tomcat 4 for that matter). I am using the JK2 isappi connector (isapi_redirector2.dll). I've followed, to the letter, the instructions I found at http://virtualict.net/support/kb/iis6-Tomcat5-JK2.html. When I try to access a URL

RE: Tomcat 5.0.18 with connector to IIS?

2004-02-06 Thread Robert Priest
To: Tomcat Users List Subject: RE: Tomcat 5.0.18 with connector to IIS? I use the JK 2 connector with IIS 5 and it works, so maybe it is your version 6 that causes the incompatibility. I have an issue only in that the Commons File Uploader will not route multi-part form posts through IIS

Help, once again looking for connector binaries

2004-02-05 Thread Randy
Hello, The box i am building unfortunately does not have apxs I am looking for someone with mod_jk for tomcat 4.0 and apache 2 Thanks for any help Randy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Help, once again looking for connector binaries

2004-02-05 Thread pavan . k
[EMAIL PROTECTED] To [EMAIL PROTECTED] cc Subject Help, once again looking for connector binaries Hello, The box i am building unfortunately does not have apxs I am looking for someone with mod_jk for tomcat 4.0 and apache 2 Thanks for any help Randy

RE: Help, once again looking for connector binaries(this time with the plaform)

2004-02-05 Thread Randy
again looking for connector binaries howdy mod_jk is obviously for tomcat and apache 2.. whats ur platform..u need to specify that for a binary... Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com Randy [EMAIL PROTECTED] 02/05/2004 02:44 AM

RE: Help, once again looking for connector binaries(this time with the plaform)

2004-02-05 Thread pavan . k
to Tomcat Users List [EMAIL PROTECTED] To 'Tomcat Users List' [EMAIL PROTECTED] cc Subject RE: Help, once again looking for connector binaries(this time with the plaform) crap!!! sorry all Red Hat Linux release 9 (Shrike) I am looking for someone with mod_jk for tomcat 4.0

Problem whit connector ajp13

2004-01-28 Thread Abimelec
I am using tomcat 4.01 on winXP with ajp13 connector. and too i am using IIS 5.0, my problem is when open page on IIS, in the tomcat console show a message [ajp13] bad read:-103. what it is significant of this error?. what could be the soluction?. thanks

Problem with http11 connector

2004-01-22 Thread Rasmus Munk
Hi I am having problems with the HTTP11 connector : org.apache.coyote.tomcat4.CoyoteConnector. I am running verson 4.1.29 of Tomcat If fx. i post a to tomcat a request of size 1610 bytes, somtimes i get this error: at org.apache.coyote.tomcat4.CoyoteInputStream.readBytes

CRL configuration with SSL connector

2004-01-15 Thread Alain Baucant
Is it possible to define a CRL to be checked by tomcat when using SSL ? Thanks for your help, Alain. PS: Where can I find a full description of configuration attributes of the coyote connector ? - To unsubscribe, e-mail

IIS to JBoss connector problem

2004-01-14 Thread Gopal Shah
I am trying to access a jsp page. The jsp page serves fine when I use port 8080. However, the IIS does not serve the page. I am getting following in the log. [Tue Jan 13 13:14:58 2004] [jk_isapi_plugin.c (555)]: HttpFilterProc started [Tue Jan 13 13:14:58 2004] [jk_isapi_plugin.c (600)]: In

RE: invoker servlet, tomcat 4.1.29, apache 2.0.48 and connector jk2

2004-01-07 Thread Maxime Pelletier
Thanks for your help. -Original Message- From: Justin Ruthenbeck [mailto:[EMAIL PROTECTED] Sent: January 6, 2004 5:27 PM To: Tomcat Users List Subject: RE: invoker servlet, tomcat 4.1.29, apache 2.0.48 and connector jk2 Hmm -- everything looks correct (though I don't use the invoker

invoker servlet, tomcat 4.1.29, apache 2.0.48 and connector jk2

2004-01-06 Thread Maxime Pelletier
Hi, We upgraded our tomcat to 4.1.29 and apache to 2.0.48 recently and we have lost access to all servlet invoked in the following form http://address/servlet/MyServlet the apache does no longer pass the request to the tomcat and result in a 404 error (processed by apache). When I use the

Re: invoker servlet, tomcat 4.1.29, apache 2.0.48 and connector jk2

2004-01-06 Thread Tim Funk
http://jakarta.apache.org/tomcat/faq/misc.html#invoker -Tim Maxime Pelletier wrote: Hi, We upgraded our tomcat to 4.1.29 and apache to 2.0.48 recently and we have lost access to all servlet invoked in the following form http://address/servlet/MyServlet the apache does no longer pass the

Re: invoker servlet, tomcat 4.1.29, apache 2.0.48 and connector jk2

2004-01-06 Thread Justin Ruthenbeck
Since you're able to hit your servlets through the invoker when pointing to Tomcat directly, this sounds like a connector problem. Check your workers[2].properties to make sure you're passing requests for /servlet through to Apache. justin At 11:47 AM 1/6/2004, you wrote: http

RE: invoker servlet, tomcat 4.1.29, apache 2.0.48 and connector jk2

2004-01-06 Thread Maxime Pelletier
=org.apache.naming.resources.FileDirContext allowLinking=true/ /Context Any idea ? Thanks Max -Original Message- From: Justin Ruthenbeck [mailto:[EMAIL PROTECTED] Sent: January 6, 2004 3:22 PM To: Tomcat Users List Subject: Re: invoker servlet, tomcat 4.1.29, apache 2.0.48 and connector jk2 Since you're able

RE: invoker servlet, tomcat 4.1.29, apache 2.0.48 and connector jk2

2004-01-06 Thread Justin Ruthenbeck
=org.apache.naming.resources.FileDirContext allowLinking=true/ /Context Any idea ? Thanks Max -Original Message- From: Justin Ruthenbeck [mailto:[EMAIL PROTECTED] Sent: January 6, 2004 3:22 PM To: Tomcat Users List Subject: Re: invoker servlet, tomcat 4.1.29, apache 2.0.48 and connector

RE: invoker servlet, tomcat 4.1.29, apache 2.0.48 and connector jk2

2004-01-06 Thread Maxime Pelletier
and connector jk2 This looks correct. What version of Tomcat and Apache did you upgrade from? Are you *sure* you can hit your /servlet/* URLs going directly to Tomcat? Just to be sure: you're aware of the invoker servlet changes that Tim sent a URL to, right (that the invoker is disabled

RE: invoker servlet, tomcat 4.1.29, apache 2.0.48 and connector jk2

2004-01-06 Thread Justin Ruthenbeck
Hmm -- everything looks correct (though I don't use the invoker servlet personally). If you're able to hit the servlet directly on Tomcat, then all of this shouldn't matter. Seems like it has to be a connector issue. (1) Can you get *anything* from Tomcat through Apache? Try the examples

tomcat manager and apache connector mod_jk2

2004-01-05 Thread Anthony Gray
in this situation? Do you know of any good doco to help me configure the manager with connector mod_jk2 ? Thanks for your time, Regards Anthony _ Get less junk mail with ninemsn Premium. Click here http://ninemsn.com.au/premium/landing.asp

configure tomcat manager with connector mod_jk2

2004-01-02 Thread Anthony Gray
Hi All, I have multiple Virtual Hosts running from the same tomcat JVM (Tomcat 4, Apache 2 using the apache connector mod_jk2). I am trying to enable the tomcat manager so that I can restart a single Vhost without having to restart the whole tomcat, however so far when I call the manager I

Remote Tomcat Server - Apache Connector over SSL

2003-12-30 Thread joe
Here's the scenario. Apache server sits outside our firewall/LAN. It needs to take secure requests from users, forward them onto Tomcat (Which sits behind the firewall) via the JK connector. Is there some configuration option in Tomcat and/or the workers2.properties config file

Re: Remote Tomcat Server - Apache Connector over SSL

2003-12-30 Thread QM
: Here's the scenario. Apache server sits outside our firewall/LAN. It needs to take secure requests from users, forward them onto Tomcat (Which sits behind the firewall) via the JK connector. Is there some configuration option in Tomcat and/or the workers2.properties config file

Re: Remote Tomcat Server - Apache Connector over SSL

2003-12-30 Thread Bill Barker
QM [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] : Here's the scenario. Apache server sits outside our firewall/LAN. It needs to take secure requests from users, forward them onto Tomcat (Which sits behind the firewall) via the JK connector. Is there some configuration option

Connector attribute serverSocketTimeout in server.xml

2003-12-29 Thread Hume, John - NA US HQ Delray
Can anyone point me in the direction of a resource to explain the Connector attribute serverSocketTimeout? I haven't found any reference to it in the jakarta site or this mailing list. Thanks. -john. _ john d. hume 561-266-6256 [EMAIL PROTECTED

Re: Connector attribute serverSocketTimeout in server.xml

2003-12-29 Thread Bill Barker
Hume, John - NA US HQ Delray [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Can anyone point me in the direction of a resource to explain the Connector attribute serverSocketTimeout? I haven't found any reference to it in the jakarta site or this mailing list. Thanks. It's

RE: HowTo: Link Tomcat 5 with IIS 6 on Windows 2003 Server using the JK2 ajp13 connector

2003-12-24 Thread TJ
Hi Daniel, happy holidays to you... what are we fools doing 'working' !? You can get binary and source code at: http://www.shiftomat.com/opensource/index.html I've added an update to my guide making people aware of your distribution. Since 1.4.2 and Tomcat 5.0.16 it is sufficient to download

HowTo: Link Tomcat 5 with IIS 6 on Windows 2003 Server using the JK2 ajp13 connector

2003-12-23 Thread TJ
I've just written an article to help those who like us, need to serve up Java servlets and JSP using Tomcat. The URL is http://virtualict.net/support/kb/iis6-Tomcat5-JK2.html TJ 2XP To Explore, To Experience, To Express - To

[FAQ] HowTo: Link Tomcat 5 with IIS 6 on Windows 2003 Server using the JK2 ajp13 connector

2003-12-23 Thread Justin Ruthenbeck
TJ, This is a very sharp writeup -- thanks for writing it up for everyone else. Tim, wanna add this to the FAQ? justin At 02:21 PM 12/23/2003, you wrote: I've just written an article to help those who like us, need to serve up Java servlets and JSP using Tomcat. The URL is

Re: [FAQ] HowTo: Link Tomcat 5 with IIS 6 on Windows 2003 Server using the JK2 ajp13 connector

2003-12-23 Thread Tim Funk
I have been adding all new links to the Wiki. (Which anyone can update, but I also check to try to keep it clean) http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links -Tim Justin Ruthenbeck wrote: TJ, This is a very sharp writeup -- thanks for writing it up for everyone else. Tim,

RE: [FAQ] HowTo: Link Tomcat 5 with IIS 6 on Windows 2003 Server using the JK2 ajp13 connector

2003-12-23 Thread TJ
I've added the guide to Wiki TJ 2XP To Explore, To Experience, To Express - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [FAQ] HowTo: Link Tomcat 5 with IIS 6 on Windows 2003 Server using the JK2 ajp13 connector

2003-12-23 Thread Justin Ruthenbeck
At 03:03 PM 12/23/2003, you wrote: I have been adding all new links to the Wiki. (Which anyone can update, but I also check to try to keep it clean) http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links Wait, so new links/additions are going to the Wiki instead of the FAQ? Are both being

Re: [FAQ] HowTo: Link Tomcat 5 with IIS 6 on Windows 2003 Server using the JK2 ajp13 connector

2003-12-23 Thread Tim Funk
I've been meaning to remove links to external sites from the FAQ. The Wiki has a more complete list of Links. -Tim Justin Ruthenbeck wrote: At 03:03 PM 12/23/2003, you wrote: I have been adding all new links to the Wiki. (Which anyone can update, but I also check to try to keep it clean)

Re: HowTo: Link Tomcat 5 with IIS 6 on Windows 2003 Server using the JK2 ajp13 connector

2003-12-23 Thread Daniel Schmitt
Hi Tj, If interested, I have written an installer which automates the steps you describe on your site. You can get binary and source code at: http://www.shiftomat.com/opensource/index.html Unfortunately, there are main differences I would like to discuss here. I hope someone of the developers

jk connector Apache 1.3.29 Tomcat 4.1.29 too slow

2003-12-20 Thread George Shafik
Things that I'm using Platform: Linux 9 Apache 1.3.29 - built from source Tomcat 4.1.29 - built from source jakarta-tomcat-connectors-4.1.29 - yep also built from source - built my own mod_jk.so Everything works but its very very very strange - its too slow to load the jsps/servlets on every

JK connector / Tomcat 5

2003-12-19 Thread Dale, Matt
Hi, Recently I tried to use the last beta release of Tomcat 5 before it went to stable and found that the connector appeared to not be implemented or if it was then it was differently from Tomcat 4. Does anyone know if this has now been implemented or can point me towards some documentation

Quick questions about Connector connectionTimeout

2003-12-18 Thread Howard Jim
My current config looks like this: Connector className=org.apache.coyote.tomcat4.CoyoteConnector port=8011 minProcessors=5 maxProcessors=150 enableLookups=false redirectPort=443 acceptCount=10 debug=0 connectionTimeout=-1

<    1   2   3   4   5   6   7   8   9   10   >