Listeners

2004-10-13 Thread Ray Madigan
I have never used Listeners in Tomcat before and and having trouble getting one registered. I have the listener declared in web.xml before the servlet declaration and looks like listener listener-class com.mbresearch.foo.FooListener/listener-class /listener servlet ...

RE: Listeners

2004-10-13 Thread Ray Madigan
are using ?. Also post the web.xml version. From the top. rgds Antony Paul On Wed, 13 Oct 2004 00:46:43 -0700, Ray Madigan [EMAIL PROTECTED] wrote: I have never used Listeners in Tomcat before and and having trouble getting one registered. I have the listener declared in web.xml before

RE: Help needed with Apache 2.0.47 Tomcat 4.1.27 + mod_jk

2003-11-06 Thread Ray Madigan
I looked at your site for answers to my problem - which is: I have Tomcat on a seperate machine from apache so I cannot implement the listeners as you describe because I don't have Apache2 on the machine with tomcat on it. I have the mod_jk running but it spews a bunch of information to the

mod_jk

2003-07-31 Thread Ray Madigan
I have mod_jk working with two workers and a loadbalancer. when i use http://192.168.168.45:8080/rtizon the browser completes the line with /index.jsp. Same is true with the other worker and the correct page comes up when i use http://192.168.168.45/rtizon i get a page not found error? and

RE: mod_jk

2003-07-31 Thread Ray Madigan
/index.jsp;. However, it doesn't work at all for me, never has, and I have always understood it to be a limitation of using mod_jk (and possibly mod_jk2). What happens when you try http://192.168.168.45/rtizon/;? John Ray Madigan wrote: I have mod_jk working with two workers and a loadbalancer. when

JK Connector/JkSet or JkUriSet

2003-07-11 Thread Ray Madigan
I staid up until 2:30AM trying to figure this out and couldn't. Ouch! I am connecting Apache 2.0.46 with Tomcat 4.1.24 using the mod_jk found on the tomcat site which is named mod_jk.so-ap2.0.46-rh72. I changed its name to mod_jk.so and made all of the modifications that I could from the

RE: JK Connector/JkSet or JkUriSet

2003-07-11 Thread Ray Madigan
. JkSet and JkUriSet are for mod_jk2. John On Fri, 11 Jul 2003 08:41:12 -0700, Ray Madigan [EMAIL PROTECTED] wrote: I staid up until 2:30AM trying to figure this out and couldn't. Ouch! I am connecting Apache 2.0.46 with Tomcat 4.1.24 using the mod_jk found on the tomcat site which is named

mod_jk again

2003-07-11 Thread Ray Madigan
So, I followed the directions, hard to admit sometimes lol, that are on John Turners web site. They were easy to follow and, once I reread to see that conf/auto and conf/jk were in $CATALINA_HOME and NOT $CATALINA_BASE it worked well. Except: On the localhost machine I can see both the Tomcat

RE: mod_jk again

2003-07-11 Thread Ray Madigan
Got it - I just changed ServerName and Host name= to 192.168.169.35 and it works like a champ. Thanks for all of your help. Ray Madigan -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2003 12:08 PM To: Tomcat Users List Subject: Re: mod_jk again

Apache/Tomcat Connectors

2003-07-10 Thread Ray Madigan
Oh No - Not another Connector Issue - lol I am about to attempt to put together, the best latest combination of Apache and Tomcat with the jk2 connector. So this is a question about which versions work with which versions. I plan to use Apache 2.0.47 and Tomcat 4.1.24 In searching through the

Tomcat-4.1.24

2003-07-10 Thread Ray Madigan
I am attempting to move my application over to tomcat 4.1.24 from tomcat 4.0.4 and I get the following error message: lost of log messages . 2003-07-10 12:40:58 WebappLoader[/Main]: Deploy JAR /WEB-INF/lib/jakarta-oro.jar to /usr/local/rtizon/webapps/Main/WEB-INF/lib/jakarta-oro.jar

RE: Tomcat-4.1.24

2003-07-10 Thread Ray Madigan
The same war that worked in 4.0.4 was copied to the new $CATALINA_BASE directory. It worked fine in 4.0.4? -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 1:14 PM To: Tomcat Users List Subject: Re: Tomcat-4.1.24 corrupt jakarta-oro.jar

RE: Tomcat-4.1.24

2003-07-10 Thread Ray Madigan
Sorry - sometimes we do stupid things- lol I forgot to create the temp directory in $CATALINA_BASE Thanks -Original Message- From: Ray Madigan [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 1:02 PM To: Tomcat-User Subject: Tomcat-4.1.24 I am attempting to move my application

Listeners

2003-03-15 Thread Ray Madigan
of cacheing objects on the webserver much simplier. Thanks in Advance Ray Madigan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Listeners

2003-03-15 Thread Ray Madigan
: Saturday, March 15, 2003 12:11 PM To: Tomcat Users List Subject: RE: Listeners have you looked at jms? Filip -Original Message- From: Ray Madigan [mailto:[EMAIL PROTECTED] Sent: Saturday, March 15, 2003 11:19 AM To: Tomcat-User Subject: Listeners Does anyone know of a technology

RE: Servlet context problem?

2002-09-27 Thread Ray Madigan
Did you restart tomcat after you created the new context? Have you looked at the logs in the logs directory? -Original Message- From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 11:10 AM To: Tomcat Users List Subject: Re: Servlet context problem?

RE: So what database and script language do you use?

2002-09-24 Thread Ray Madigan
I use PostgreSql found at www.postgresql.org. I think it depends on the os you are hosting tomcat on. -Original Message- From: bedetrob [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 1:19 PM To: Tomcat Users List Subject: RE: So what database and script language do you

RE: Cannot setup tomcat

2002-09-23 Thread Ray Madigan
I don't know if this is your problem but your CATALINA_HOME AND BASE point to a *-tomcat-4.0.10 when it maybe should be 4.1.10? -Original Message- From: Marc Vila Perez [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 22, 2002 5:17 PM To: Tomcat Users List Subject: Cannot setup tomcat

Tomcat 4.1 Installation

2002-09-23 Thread Ray Madigan
Hi, I have a set of webapps that run ok on tomcat 4.0 - except for the fact that the responseDispatcher.include puts the included page at the beginning of the including html page. I have installed tomcat 4.1.10 and am attempting to get it to work. The problem is in the startup of the server

RE: Classloader Problems in 4.1.10

2002-09-23 Thread Ray Madigan
I am having a similar issue. I have jar files in my webapps/Context/WEB-INF/lib and classes in webapps/Context/WEB-INF/classes. When I startup Tomcat the log indicates that it can't find a jar file. it is interesting that the loader knows the name and the path of the jar. I moved the jars to

RE: Postgresql DataSource Tomcat 4.1 SQLException

2002-09-22 Thread Ray Madigan
Paul: Did you get this problem fixed. I have nearly the identical situation you are using working and will help if you need it. Thanks -Original Message- From: Ben Walding [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 22, 2002 1:36 AM To: Tomcat Users List Subject: Re: Postgresql

RE: accessing ejbs deployed in jboss from tomcat/apache

2002-09-21 Thread Ray Madigan
are you connecting to your beans through RMI or some other mechanism. I am implementing a simular situation using apache2 - mod_jk2 - tomcat - jonas. I have to tell java through setProperties where to locate the rmi registry. if this doesn't help you will have to send more information - like

JSP Help

2002-09-19 Thread Ray Madigan
This might not be the correct forum - but I am porting my application from Tomcat 3 to Tomcat 4 and I am having trouble with the requestDispatch.include ( r, r ) method. What happens is thet the includedjsp file gets included above the output from the parent jsp page. The parent jsp creates the

Class Loader in Tomcat 4

2002-09-09 Thread Ray Madigan
? Thanks in advance Ray madigan -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Apache2/Tomcat4

2002-08-30 Thread Ray Madigan
tell us which platform you are using, and what the log files say. Also, which changes did you make to httpd.conf? Which connector are you using? John Turner [EMAIL PROTECTED] -Original Message- From: Ray Madigan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 4:57 PM

RE: Apache2/Tomcat4

2002-08-30 Thread Ray Madigan
List' Subject: RE: Apache2/Tomcat4 Don't you need mod_jk2, not mod_jk, to enable in-process features? John -Original Message- From: Ray Madigan [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002 11:24 AM To: Tomcat Users List Subject: RE: Apache2/Tomcat4 My platform is RH

RE: mod_jk2 - error on tomcat4.0.4 side?

2002-08-30 Thread Ray Madigan
I have made the same set of modifications and followed the advice on the site you reference. I get the same catalina.out error messages. If anyone has this working, has looked at the recommendation on the site, some assistance would be appreciated. -Original Message- From: Branko

RE: mod_jk2 - error on tomcat4.0.4 side?

2002-08-30 Thread Ray Madigan
PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Aug 30, 2002 at 01:43:43PM -0700, Ray Madigan wrote: I have made the same set of modifications and followed the advice on the site you reference. I get the same catalina.out error messages. If anyone has this working, has looked at the recommendation

RE: mod_jk2 - error on tomcat4.0.4 side?

2002-08-30 Thread Ray Madigan
One more thing that may be different. I am not using it this way now - but root is the owner of both the Tomcat and the Apache components. I'm not sure it matters - but i hope to have the server come up in my /etc/rc.d/rc5.d daemon. -Original Message- From: Ray Madigan [mailto:[EMAIL

RE: HELP! 3 days and still no go with Apache2 and TomCat 4.0.4

2002-08-30 Thread Ray Madigan
Are u using mod_jk or mod_jk2. workers2.properties are for mod_jk2. Send a copy of your workers2.properties and maybe we can find something. -Original Message- From: Dennis Megarry [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002 4:05 PM To: [EMAIL PROTECTED] Subject: HELP! 3

RE: HELP! 3 days and still no go with Apache2 and TomCat 4.0.4

2002-08-30 Thread Ray Madigan
The Jk* directives do not go in httpd.conf. mod_jk2 uses two property files to accomplish the mapping. I used this page to tell me how to get it to work. http://www.pubbitch.org/jboss/mod_jk2.html After some trial and error and some great help from members of this list - i just got it to

RE: jkmount possibilities

2002-08-28 Thread Ray Madigan
I have tried to insertthis directive in a VirtualHost section of httpd.conf and apache2 will not start - Invalid Command: JkAutoAlias perhaps mispelled... How did u get this to work? Thanks -Original Message- From: Glenn Nielsen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28,

Apache2/Tomcat4

2002-08-28 Thread Ray Madigan
I have the source for the connectors, and have built and installed them. I made changes to apache2/httpd.conf, copied workers.properties from the connector source tree and added the lines to point to the tomcat directory. I ran apache2 and am unable to handle any .jsp files. My question is:

mod_jk

2002-08-27 Thread Ray Madigan
I have tried for some time to find the appropriate version of mod_jk.so to connect Apache 2.0.40 with Tomcat 4.04. Can anyone tell me where to get the binary form of the connector for RH Linux 7.3. Your help is appreciated. RayM -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

jsp:include

2001-12-22 Thread Ray Madigan
If anyone can shed some light on this i waould appreciate it, thanks in advance. I am building a system where i compute the name of the page. When i do this the page attribute in the jsp:include directive doen't get evaluated. It is really simple and looks like: . % String destination =

JOnAS Application Server

2001-11-03 Thread Ray Madigan
Has anyone attempted to connect the Tomcat 4.0 server to a JOnAS application server. If you have tired i could use some guidance. Any help would be appreciated. Thanks RayM -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list:

HttpUtils

2001-11-02 Thread Ray Madigan
Has anyone been able to call the method HttpUtils.getRequestURL ( request ) from within a Tomcat 4.0 jsp. If the call works for you could you give me some advice, and if the call doesn't work, how do you work around it? Any help would be appreciated Thanks in advance RayM -- To unsubscribe:

RE: Page not found

2001-11-02 Thread Ray Madigan
u need to add your application to server.xml in the conf directory. -Original Message- From: Daniel Kushner [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 5:14 PM To: Tomcat Users List Subject: Page not found Hi, I got Tomcat setup. http://localhost:8080/index.html works

Installation/Getting Rolling

2000-11-09 Thread Ray Madigan
I am running Redhat Linux 6.2 and am attempting to get Apache and Tomcat to work together to serve servlets for my application. I have been using Apache and JServ and the application works well. I have gone through all of the documentation there is to set this environment up and I have

Incompatability

2000-11-09 Thread Ray Madigan
I am getting an error message from the build script that seems to point to an incompatibility with some of the libraries I am using. The message is: The items attribute is deprecated. Please use the includes attribute. Has anyone seen this orhave any idea what iswrong? Thanks in