Where is WARP connector

2002-07-11 Thread Nance, Michael
Sorry if this is covered in a FAQ but I searched and could not find anything Where can I download a copy of the Warp connector for Unix or is coyote a better replacement ? If so is it a release version or is there a better version that has been released? Thanks in advance -- To unsubscribe,

RE: Where is WARP connector

2002-07-11 Thread Nance, Michael
] -Original Message- From: Nance, Michael [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 10:53 AM To: '[EMAIL PROTECTED]' Subject: Where is WARP connector Sorry if this is covered in a FAQ but I searched and could not find anything Where can I download a copy of the Warp connector

RE: Where is WARP connector

2002-07-11 Thread Nance, Michael
Additional note we are running Tomcat with Weblogic and Apache on Unix Boxes in a clusted environment Thanks again to everyone Mike -Original Message- From: Nance, Michael [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 8:10 AM To: 'Tomcat Users List' Subject: RE: Where is WARP

RE: Where is WARP connector

2002-07-11 Thread Nance, Michael
://jakarta.apache.org/builds/ The connectors are here: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/ John Turner [EMAIL PROTECTED] -Original Message- From: Nance, Michael [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 11:10 AM To: 'Tomcat Users List' Subject: RE

RE: Where is WARP connector

2002-07-11 Thread Nance, Michael
: Nance, Michael [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 11:20 AM To: 'Tomcat Users List' Subject: RE: Where is WARP connector I have been to those sites in the /bin dir for solaris6 and solaris8 are empty -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED

RE: Where is WARP connector

2002-07-11 Thread Nance, Michael
the static content AND (if you want it to) it will load-balance. It will also provide you with sticky sessions. Oh - and mod_jk only serves dynamic content =) Regards, Eddie Bush Nance, Michael wrote: Additional note we are running Tomcat with Weblogic and Apache on Unix Boxes in a clusted

Tomcat and Java Locale

2002-05-15 Thread Nance, Michael
I am trying to solve a problem we are having with Non-ASCII characters and the Euro. First I am starting tomcat with -Dfile.encoding=ISO8859-1 in out java startup. However if I do something like this Locale localeTest = new Locale(de,de, Euro); NumberFormat nfTest =

RE: Tomcat and Java Locale

2002-05-15 Thread Nance, Michael
... And ideas? -Original Message- From: Simon Stewart [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 12:19 PM To: Tomcat Users List Subject: Re: Tomcat and Java Locale On Wed, 2002-05-15 at 20:03, Nance, Michael wrote: I am trying to solve a problem we are having with Non-ASCII characters

RE: Tomcat and Java Locale

2002-05-15 Thread Nance, Michael
15, 2002 3:33 PM To: Tomcat Users List Subject: Tomcat and Java Locale Nance, Michael writes: I am trying to solve a problem we are having with Non-ASCII characters and the Euro. First I am starting tomcat with -Dfile.encoding=ISO8859-1 in out java startup. However if I do

Help Starting [Tomcat 3.2.2 Solaris] with Apache

2001-08-17 Thread Nance, Michael
I am still having trouble starting tomcat and apche together. Sometimes the connector will start and sometimes it won't. To start I include a copy of the tomcat- auto file that I renamed in httpd.conf. I have this at the last line of my file Include

A Final Plea for Help (tomcat 3.2.2 and Apache 1.1.19)

2001-08-10 Thread Nance, Michael
I am using Tomcat 3.2.2 and Apache 1.1.19 For a couple days I have asked for help because I am seriously stuck. When I start Tomcat then apache my connectors Ajp12 and Ajp13 won't start. I do a netstat and they (8007 and 8009) are not there. We are switching from Mod_JServ to Mod_JK and when

RE: A Final Plea for Help (tomcat 3.2.2 and Apache 1.1.19)

2001-08-10 Thread Nance, Michael
applications. However, putting your servlets on the CLASSPATH will mean the servlets can not access classes found in the WEB-INF/classes and WEB-INF/lib of your web applications. Hope this helps. Larry -Original Message- From: Nance, Michael [mailto:[EMAIL PROTECTED]] Sent: Friday, August 10

PLEASE - HELP PLEASE

2001-08-07 Thread Nance, Michael
This is a repostMy connectors won't start this is from my server.xml Connector className=org.apache.tomcat.service.PoolTcpConnector Parameter name=handler value=org.apache.tomcat.service.connector.Ajp12ConnectionHandler/ Parameter name=port value=8007/

RE: PLEASE - HELP PLEASE

2001-08-07 Thread Nance, Michael
My version of Tomcat is 3.2.2 and apache 1.1.19 Any help on even where to look would be appreciated -Original Message- From: Nance, Michael [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 8:25 AM To: '[EMAIL PROTECTED]' Subject: PLEASE - HELP PLEASE This is a repostMy

RE: mod_jk.so unable to compile, please help. Urgent

2001-08-06 Thread Nance, Michael
Edit the apxs and make sure the path to your apahce is correct (It is hard coded) I have a compiled mod_jk.so (but it is for a specific version of Apache) try using this command to compile (youll have to change the path to your apahce)

Help with Context Path/ Connectors

2001-08-06 Thread Nance, Michael
I am having 2 problems that I hope someone can help me with First my connectors Ajp12, Ajp13 don't reliably start. Is there something about the connectors that thy would start one time and not another? Second are dir structure is something like this ../src/common/... path to all

Help - Connectors won't start

2001-08-03 Thread Nance, Michael
Still havinf trouble getting my Tomcat working but now...(although they worked before ) I believe my connectors are working a netstat -a gives me nothing and my mod_jk.log has [jk_ajp13_worker.c (173)]: In jk_endpoint_t::connect_to_tomcat, failed errno = 146 [jk_ajp13_worker.c (586)]: Error

RE: Help!! Apache won't redirect to tomcat

2001-07-31 Thread Nance, Michael
servlets -Original Message- From: Andrew Inggs [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 11:59 AM To: '[EMAIL PROTECTED]' Subject: RE: Help!! Apache won't redirect to tomcat Nance, Michael wrote: I don't have a /buy at all it is just a Virtual Name In this case

RE: Help!! Apache won't redirect to tomcat

2001-07-30 Thread Nance, Michael
wrong? Your help is greatly appreciated. -Original Message- From: Andrew Inggs [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 8:27 AM To: '[EMAIL PROTECTED]' Subject: RE: Help!! Apache won't redirect to tomcat Nance, Michael wrote: There are no errors in mod_jk.log or in my

RE: Help!! Apache won't redirect to tomcat

2001-07-30 Thread Nance, Michael
One other thing I DO NOT have a /buy dir under webapps -Original Message- From: Nance, Michael [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 8:37 AM To: '[EMAIL PROTECTED]' Subject: RE: Help!! Apache won't redirect to tomcat Andrew thanks for replying... Yes the Hello World

RE: Help!! Apache won't redirect to tomcat

2001-07-30 Thread Nance, Michael
webapps or root? Being new to Tomcat, I played around. When I had my 'buy' directory under 'webapps', I got a 404. But my page loaded when I placed my 'buy' under 'root'. -Original Message- From: Nance, Michael [mailto:[EMAIL PROTECTED]] Sent: July 30, 2001 11:44 AM To: '[EMAIL PROTECTED

RE: Help!! Apache won't redirect to tomcat

2001-07-27 Thread Nance, Michael
workers.properties to reflect your environment? I think this has already be answered - mod_jk.log - its empty you say? I think the first two might hold the answer. cheesr dim On Thu, 26 Jul 2001, Andrew Inggs wrote: Nance, Michael wrote: The page I am requestiong is http://localhost/buy

Should tomcat.properties be in Web.xml for mod_jk?

2001-07-27 Thread Nance, Michael
Should this line be in Web.XML for Mod_JK? init-param param-namevendor.server.general.properties.file/param-name param-valuetomcat/tomcat35_322/conf/tomcat.properties/param-value /init-param

RE: Help!! Apache won't redirect to tomcat

2001-07-26 Thread Nance, Michael
been suggested. cheers dim On Thu, 26 Jul 2001, Nance, Michael wrote: Dmitri.. I don't think I am getting teh 146 error because I cleaned out my mod_jk.log restarted everything and tried again... I still get a 404 error and there is nothing in my mod_jk.log Where should I check to make sure

RE: Help!! Apache won't redirect to tomcat

2001-07-26 Thread Nance, Michael
!! Apache won't redirect to tomcat Nance, Michael wrote: The page I am requestiong is http://localhost/buy/MLBEventInfo I include a file tomcat-mod_jk-apache.conf by using include ... in my httpd file in there I have these mounts JkMount /buy/* ajp13 JkMount /olympics/* ajp13

RE: Apxs

2001-07-25 Thread Nance, Michael
I found that the apxs command has a hard coded path. If the apache directory is different you may have to update it. edit the apxs and make sure it is correct. -Original Message- From: Aaron Cooper [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 10:28 AM To: [EMAIL PROTECTED]

Help!! Apache won't redirect to tomcat

2001-07-25 Thread Nance, Michael
Someone please Help. I have copied the auto conf genereated by tomcat and included that in my httpd.conf file with the following line Include /opt/pokemon/bin/col_bin/tomcat/tomcat35_322/conf/tomcat-mod_jk-apache.conf I added lines to tomcat-mod_jk-apache.conf to hopefully recognize my url

RE: Apxs

2001-07-25 Thread Nance, Michael
:( Nance, Michael [EMAIL PROTECTED] 07/25/01 03:38pm I found that the apxs command has a hard coded path. If the apache directory is different you may have to update it. edit the apxs and make sure it is correct. -Original Message- From: Aaron Cooper [mailto:[EMAIL PROTECTED]] Sent

RE: Help!! Apache won't redirect to tomcat

2001-07-25 Thread Nance, Michael
Message- From: Nance, Michael [mailto:[EMAIL PROTECTED]] Sent: Thursday, 26 July 2001 06:55 To: [EMAIL PROTECTED] Subject: Help!! Apache won't redirect to tomcat Someone please Help. I have copied the auto conf genereated by tomcat and included that in my httpd.conf file

RE: Plz - Anyone have any ideas

2001-07-23 Thread Nance, Michael
, Nance, Michael wrote: I am trying to switch our current configuration from Apache/Tomcat/Mod_Jserv to Apache/Tomcat/Mod_Jk. I obtained the source files and built mod_jk.so. I removed the include of JServ. I have a few questions and a problem. When tomcat starts up it generates

RE: Plz - Anyone have any ideas

2001-07-23 Thread Nance, Michael
) Is that correct? -Original Message- From: John Hebert [mailto:[EMAIL PROTECTED]] Sent: Monday, July 23, 2001 7:54 AM To: [EMAIL PROTECTED] Subject: Re: Plz - Anyone have any ideas Nance, Michael wrote: Yes I have started it separately. Has anyone heard that you can;t use the -Include

RE: re mod_jserv.so + New Question

2001-07-23 Thread Nance, Michael
I am getting a similar error but have those lines in my server.xml... where else can I look?!?!?!? -Original Message- From: John Bazeley [mailto:[EMAIL PROTECTED]] Sent: Monday, July 23, 2001 2:03 PM To: [EMAIL PROTECTED] Subject: RE: re mod_jserv.so + New Question check server.xml.

RE: re mod_jserv.so + New Question

2001-07-23 Thread Nance, Michael
handler (i.e. the lines I mentioned in server.conf are not activated) Check tomcat's output. You should see -mm-dd hh:mm:ss - PoolTcpConnector: Starting Ajp13ConnectionHandler on 8009 when you start up. If you don't, recheck server.xml. Cheers, -- John -Original Message- From: Nance

Plz - Anyone have any ideas

2001-07-19 Thread Nance, Michael
I am trying to switch our current configuration from Apache/Tomcat/Mod_Jserv to Apache/Tomcat/Mod_Jk. I obtained the source files and built mod_jk.so. I removed the include of JServ. I have a few questions and a problem. When tomcat starts up it generates mod_jk.conf-auto. Where do I put

RE: Plz - Anyone have any ideas

2001-07-19 Thread Nance, Michael
, just point your httpd.conf include directive to a specific copy of your mod_jk.conf-auto file: http.conf: Include /usr/local/tomcat/conf/copy_of_mod_jk.conf-auto Hope this helps! John Hebert Nance, Michael wrote: I am trying to switch our current configuration from Apache/Tomcat/Mod_Jserv

Starting apache and Tomcat

2001-07-18 Thread Nance, Michael
I have seen this asked before but have not seen an answer. When I try to start apache with mod_jk I get the error ... fatal: relocation error ... /mod_jk.so: symbol fdatasync: referenced symbol not found What is wrong? Thanks

RE: mod_jk for solaris

2001-07-12 Thread Nance, Michael
AB, I am also in the group...let me know if you find it -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 8:18 AM To: [EMAIL PROTECTED] Subject: Re: mod_jk for solaris Hi Paul, It appears we are fighting the same battle at the same