java.io.UTFDataFormatException

2004-09-04 Thread Eugene
I am posting this twice again:) I found my own message about this case in mail archive where Jacob Kjome wrote: Is the error happening on the loading of the XML and/or XSLT documents you are loading? I used to use Ultraedit as my text editor, but found it sporadically added invalid

RE: Tomcat 5.5 In-Memory Session Replication

2004-09-04 Thread Tomcat Newbie
Thanks again, Filip. I am sending this response to document my experience for others. set up machines to only access mcast and tcp traffic from certain IPs and certain ports. Well, my primary concern was that I don't want _other_ hosts to join my cluster not the other way around, so I am

Re: [tomcat] Removing a service from XP

2004-09-04 Thread Big Chiz
use the service.bat from the tomcat/bin dir On Fri, 3 Sep 2004 14:11:48 -0600, Ernesto Echeverría [EMAIL PROTECTED] wrote: This might not be the answer to your question, but then you can keep the service and just configure it not to start automatically (like, if you want to start tomcat from

Re: service tomcat does not support chkconfig

2004-09-04 Thread Big Chiz
it seems that ur using jsvc and copied the tomcat5.sh from the native folder of jsvc. anyway for chkconfig of rh, i guess it needs some parameters in the begining of the init script in order to set it up properly something like the ff #!/bin/sh # # Startup script for the Jakarta Tomcat Java

getting hold of the response

2004-09-04 Thread y u
Hi, I am new to the Tomcat. Is there any way to get hold of the XHTML response Tomcat sends back to the client and modify it on the server ? I wish to change every response and to make the change permanent in Tomcat source. any help will be greatly appreciated.

URLClassLoader problems

2004-09-04 Thread Chris Picton
Hi I am trying to use the following code to load a class from a jar file which is outside of my webapp directory. The classes are loaded on demand and dynamically. ... public class JarClassLoader extends URLClassLoader { public JarClassLoader(File jar) throws MalformedURLException {

Re: getting hold of the response

2004-09-04 Thread Tim Funk
See Servlet Filters. (and HttpServletResponseWrapper) -Tim y u wrote: Hi, I am new to the Tomcat. Is there any way to get hold of the XHTML response Tomcat sends back to the client and modify it on the server ? I wish to change every response and to make the change permanent in Tomcat source.

RE: [tomcat] Removing a service from XP

2004-09-04 Thread John Najarian
Thanks -Original Message- From: Big Chiz [mailto:[EMAIL PROTECTED] Sent: Saturday, September 04, 2004 2:37 AM To: Tomcat Users List Subject: Re: [tomcat] Removing a service from XP use the service.bat from the tomcat/bin dir On Fri, 3 Sep 2004 14:11:48 -0600, Ernesto Echeverría [EMAIL

Re: URLClassLoader problems

2004-09-04 Thread John Gentilin
I use the URLClassloader with out problem, unless Tomcat was started with the -security option, then I get security failures. I have been using 4.1.30 and earlier. Could it be a relative directory thing, have you tried to open the jar in your constructor to make sure you have access to the file

Where can I get JK2 binary for Redhat Enterprise Linux?

2004-09-04 Thread nyhgan
Hi, Where can I get JK2 binary for Redhat Enterprise Linux? If anyone happens to have one, pleas email that to me. Thanks! nyhgan - Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish.

RE: Tomcat 5 service on windows

2004-09-04 Thread John Najarian
But Tomcat isn't listed as an installed program on 2K or XP and I imagine on any other winbloze platform. I had a similar problem and running: Tomcat/bin/service.bat remove did the trick. Check if Tomcat5.28 runs with your jdk. I read you're using jdk1.4.1_05. Check that you might need a newer

Error building jk2: Do not use --with-apxs2 but --with-apxs

2004-09-04 Thread nyhgan
I am trying to build the jk2 by myself, and I keep getting the error Do not use --with-apxs2 but --with-apxs. Does it means that it couldn't recognized that I am using Apache2? I am using Apache2 and tomcat5.0.28. The command I ran: ./configure

RE: [tomcat] Newbie question about getting first servlet working in tomcat on iseries v5r2

2004-09-04 Thread Ernesto Echeverría
To me this sounds like a directory misplacement. Can you elaborate on: What directories have you placed your files into? Are you using the ROOT webapp? Have you tried the tomcat sample applications? If you type the html file name into the url does your app work? Other tip I could give you now

Re: Error building jk2: Do not use --with-apxs2 but --with-apxs

2004-09-04 Thread Olivier Jolly
nyhgan wrote: I am trying to build the jk2 by myself, and I keep getting the error Do not use --with-apxs2 but --with-apxs. Does it means that it couldn't recognized that I am using Apache2? From memory, the version of apxs isn't related to the one of apache. It should be fine configuring

RE: Tomcat 5.5 In-Memory Session Replication

2004-09-04 Thread Filip Hanik \(lists\)
did you try replication with 5.0.27? if that works for you, then for sure something broke. 5.5 is still in dev mode, so you can't bank on everything working quit yet :) Filip -Original Message- From: Tomcat Newbie [mailto:[EMAIL PROTECTED] Sent: Saturday, September 04, 2004 4:51 AM To:

Re: Error building jk2: Do not use --with-apxs2 but --with-apxs (solved)

2004-09-04 Thread nyhgan
I fixed the problem now. The problem was because the path to the apxs I used was from apache13. ie, it works after I changed --with-apxs2=/usr/sbin/apxs to --with-apxs2=/usr/local/apache2/bin/apxs Olivier Jolly [EMAIL PROTECTED] wrote:nyhgan wrote: I am trying to build the

RE: Tomcat 5.5 In-Memory Session Replication

2004-09-04 Thread Filip Hanik \(lists\)
Well, my primary concern was that I don't want _other_ hosts to join my cluster not the other way around, so I am guessing I have to limit my mcast invitations and tcp traffic to relevant parties only? that is exactly the point I was trying to make. Setup your security in the OS that way you get

jk2.socket errors! channelUn.connect() connect failed 2

2004-09-04 Thread nyhgan
Hi, Why do I get these errors? I look at the 'work' directory under tomcat and I didn't see the jk2.socket file. Which process is responsible for generating that file? I am running tomcat as root user, and there is no reaso it couldn't write to that folder. Below you will find the error

Configuration Assistance Request - Apache 2.0.5 - Tomcat 4.1.3 - Tomcat 4.1.3 Connector - JK2

2004-09-04 Thread Cary Conover
Hello Folks, It has been a long week. I finally got the Apache 2.0.50 to compile on AIX 5.2. I had to use gcc to get it done. Too many issues with C for AIX 6. Have moved on. Got Jakarta 4.1.3 installed from fresh copy that I got from the jakarta site. I also used the Jakarta 4.1.3

how to write an output filter for tomcat

2004-09-04 Thread y u
Hello, I wish to write an output filter for Tomcat and make the changes permanent in tomcat source. How can I get hold of the text output Tomcat sends back to the client? - Do you Yahoo!? Win 1 of 4,000 free domain names from Yahoo! Enter now.

Re: Where can I get JK2 binary for Redhat Enterprise Linux?

2004-09-04 Thread Cott Lang
Why not just use Redhat's? http://ftp.redhat.com/pub/redhat/linux/enterprise/3/en/RHAPS/i386/RPMS/mod_jk2-2.0.4-4jpp_4rh.i386.rpm On Sat, 2004-09-04 at 11:04, nyhgan wrote: Hi, Where can I get JK2 binary for Redhat Enterprise Linux? If anyone happens to have one, pleas email that to

RE: Tomcat 5.5 In-Memory Session Replication

2004-09-04 Thread Tomcat Newbie
that is exactly the point I was trying to make. Setup your security in the OS that way you get more performance out of tomcat. If you allow mcast traffic from other hosts into your machine, you are already taking up resources. Oh, I get it now. :-) Ed