RE: The process tomcat {pid 1488.0000 } is leaking handles

2005-09-13 Thread Wade Chandler
--- [EMAIL PROTECTED] wrote: I have and they put it down to being the Tomcat application - not much use at all! On task manager it does indicate that tomcat is at fault.. -Original Message- From: Christoph Kutzinski [mailto:[EMAIL PROTECTED] Sent: 13 September 2005 11:40

Re: user authetication on MySql db issue need some help!

2005-09-12 Thread Wade Chandler
--- Yassine ELassad [EMAIL PROTECTED] wrote: hi list, iam about to set my user to a database instead of file and i am now trying to get that done on a mysql rdbms i created the following tables : mysql use authority; Database changed mysql show tables; +-+ |

Re: Memory leak in Tomcat

2005-09-12 Thread Wade Chandler
--- Ingrid Morterud Rosvall [EMAIL PROTECTED] wrote: Hello. We are running an application on Tomcat 4.1.30, and java 1.4.2. Our application is using the struts framework with jsp's, and cocoon to render the xml's. There seems to be a major memory leak at startup - the application

RE: Memory leak in Tomcat

2005-09-12 Thread Wade Chandler
--- Ingrid Morterud [EMAIL PROTECTED] wrote: Thanks for the quick reply. You might be right in us not understanding the java heap. Still - then we are even more at a loss on how to fix the problem than if we really had understood how it works. We are running on a test server with

Re: AJP connector maxthreads problem

2005-09-10 Thread Wade Chandler
--- David Wall [EMAIL PROTECTED] wrote: 1) We have only a moderately busy site with about 500 new visitors entering from outside every day, so it would have thought it would be fairly difficult for them to use up all the 75 connections at the same time, but I do have some

All users help needed to track down all access to HttpSession.getAttribute in Tomcat 5.0.x and 5.5.x

2005-09-09 Thread Wade Chandler
All, There is an issue in Tomcat 5.0.x and 5.5.x which affects concurrency. The deal is HttpSession.getAttribute is not synchronized and can cause the failure of session variable lookup as well as an infinite or very long running loop to occur during a getAttribute call. There is no guarentee

Re: Tomcat/JVM hangs in session.getAttribute / HashMap.get()

2005-09-07 Thread Wade Chandler
--- Remy Maucherat [EMAIL PROTECTED] wrote: On 9/7/05, GB Developer [EMAIL PROTECTED] wrote: coming late to the party with: http://blogs.opensymphony.com/plightbo/archives/000175.html I had read your blog when you originally posted it, and thought it was the most interesting blog I

RE: Tomcat/JVM hangs in session.getAttribute / HashMap.get()

2005-09-07 Thread Wade Chandler
--- Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Wade Chandler [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat/JVM hangs in session.getAttribute / HashMap.get() so it's not just a getAttribute call or even 50 million of them alone going to cause HashMap to lock, but rather

Re: AW: Tomcat/JVM hangs in session.getAttribute / HashMap.get()

2005-09-07 Thread Wade Chandler
--- Leon Rosenberg [EMAIL PROTECTED] wrote: -Ursprüngliche Nachricht- Von: Wade Chandler [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 7. September 2005 21:11 An: Tomcat Users List Betreff: Re: Tomcat/JVM hangs in session.getAttribute / HashMap.get() Should

Re: Bug votes needed..you really should read this..Tomcat/JVM hangs in session.getAttribute / HashMap.get()

2005-09-07 Thread Wade Chandler
This bug doesn't only affect code where you access the session using session.getAttribute() or session.setAttribute(,), but also affects jsp tags such as jsp:useBean with scope=session. I'm guessing that pages using EL and accessing the session are going to be broken as well I didn't look that

Re: Making a Database Image Show Up on a Jsp Page

2005-08-24 Thread Wade Chandler
--- Edmund Urbani [EMAIL PROTECTED] wrote: Philip Cote wrote: I'm trying to write to binary data from a MySQL database into a jpeg file so I can show it on a jsp page but I'm not having much luck. My bean can create files outside the servlet / jsp context using the usual java.io

RE: Has anyone used Tomcat 5.5.9 connecting to MS SQL Server usin g JNDI?

2005-08-23 Thread Wade Chandler
--- Allistair Crossley [EMAIL PROTECTED] wrote: Hi Wade, Can you perhaps resend the configuration files server.xml web.xml yourapp.xml listing of files in common/lib listing of files in yourapp/WEB-INF/lib Again? Allistair, Sorry man, but I only wrote to you about reading up on

Re: URGENT : Special Character when deployed on Linux

2005-08-22 Thread Wade Chandler
--- nitin dubey [EMAIL PROTECTED] wrote: Hello all, I am getting special characters when we enter spaces during formatting a text in a textarea. It used to work perfectly in our development environment but when we moved it to production we get 'Â' character for every repeated blank

RE: Has anyone used Tomcat 5.5.9 connecting to MS SQL Server usin g JNDI?

2005-08-22 Thread Wade Chandler
--- Wylie, Ian [EMAIL PROTECTED] wrote: Allistair, My apologies for taking much longer than usual to get back to you but I had to finish some Java code that allowed us to upgrade our portal to PlumTree version 5. To clarify and answer your points below. 1) I have opted not to have

Re: Passing parameter upon login using j_security_check

2005-08-21 Thread Wade Chandler
--- Mark Goking [EMAIL PROTECTED] wrote: Is it possible to pass a parameter upon login using j_security_check and passing that parameter to index.jsp? thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: #1578;#1605; #1575;#1587;#1578;#1604;#1575;#1605; #1575;#1604;#1585;#1587;#1575;#1604;#1607; DISABLE YOUR AUTO REPLY

2005-08-21 Thread Wade Chandler
--- #1605;#1606;#1578;#1583;#1610;#1575;#1578; #1603;#1608;#1610;#1578; #1575;#1604;#1582;#1610;#1585; [EMAIL PROTECTED] wrote: #1578;#1605; #1575;#1587;#1578;#1602;#1576;#1575;#1604; #1585;#1587;#1575;#1604;#1578;#1603; #1608;#1587;#1601; #1606;#1602;#1608;#1605;

Re: Unable to access application if I am on VPN

2005-08-20 Thread Wade Chandler
--- Brian Cook [EMAIL PROTECTED] wrote: Hm Could you configure the firewall to reroute the JVM request thought the proxy? Len Popp wrote: Can you download the DTD to the server and point the config file at the local copy? That must be possible, otherwise you couldn't run

RE: Session Tracking

2005-08-19 Thread Wade Chandler
I think you need to read up on the java language a bit. See what static and final mean. Wade --- Raghaw Goswami [EMAIL PROTECTED] wrote: Thanks for the e-mail: First time it was 0 , then 1 , This is when the browser was closed and opened then it never incremented was always 0 when

RE: Tomcat 5.5.7+JRockit = windows service won't start

2005-08-18 Thread Wade Chandler
Does JRockit support the JNI standard for a native interface? Wade --- Brad Baynes [EMAIL PROTECTED] wrote: In the meantime since the last post in this thread BEA has released updates to JRockit such that it now supports the -Xrs switch. Has anybody on this list now had success running

Re: Custom tag runtime expression problem

2005-08-18 Thread Wade Chandler
Don't know exactly, but a good place to look is the source code for the JSTL from commons. They are making some calls in there to transform the values of EL and expressions. Wade --- Frank W. Zammetti [EMAIL PROTECTED] wrote: Hi all, I'm using Tomcat 5.0.29. I've created a custom tag and

Re: jboss-tomcat bind issue

2005-08-14 Thread Wade Chandler
Got a firewall turned on? Wade --- Michael Tria [EMAIL PROTECTED] wrote: Please let me know if you think this e-mail belongs on a JBoss list instead of this one... Problem === JBoss 4.0 bundled with Tomcat 5.5, out of the box, will not bind to port 8080 for all interfaces. i.e.

Re: * 2 Tomcat instances on same box

2005-08-09 Thread Wade Chandler
Paul, It sounds like you have them running on the same port. Either the connector 8005 is the same for both or the 8080 is still being used by both. The bind exception is a socket server exception telling you both instances are trying to use the same port number some where. Wade --- Paul

RE: * 2 Tomcat instances on same box

2005-08-09 Thread Wade Chandler
One is the control port for SHUTDOWN and maybe other control (think only shutdown), and the other is the AJP port used to connect tomcat to other servers like Apache and IIS. If you are on a Linux box you can use Pseudo IP addresses. Linux allows more than one IP address to be assigned to a NIC.

Re: Can I call My thread class in JSP/Java Bean??

2005-08-06 Thread Wade Chandler
You may be getting an error in your thread. You should not throw exceptions out of the run method. You should always log and update some table or static collection so you can do something later if needed, but throwing errors from threads is never a good idea as you can hang up some stuff at

Re: Can I call My thread class in JSP/Java Bean??

2005-08-06 Thread Wade Chandler
will know if it's really the thread or not. Wade --- Wade Chandler [EMAIL PROTECTED] wrote: You may be getting an error in your thread. You should not throw exceptions out of the run method. You should always log and update some table or static collection so you can do something later

Re: Help with a Class

2005-08-04 Thread Wade Chandler
Yep...simple example of a class as a wrapper around the Integer class. Syntax way off and looks more like you're trying to do it in a JSP page where you would do it in a library. So surejust read a good java book for syntax and maybe some of the java tutorial and you can get all the info you

please ignore...test

2005-08-04 Thread Wade Chandler
test - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: URLConnection.getOutputStream().write() fails

2005-08-03 Thread Wade Chandler
Not sure what you are trying to do here, but what you are doing is attempting to POST to a text file. One your TC server is probably only allowing a GET on the .txt file as it will not process the .txt file, and two you were probably wanting to perform a PUT command(???), but you need to do

Re: FW: URLConnection.getOutputStream().write() fails

2005-08-03 Thread Wade Chandler
Yes this is a PUT actually. A POST will simply send parameters to the server as a stream with the server some how making a process operate on the POST info (usually the file POST to such as a .jsp or a .php file) unless you have a special servlet for taking a POST and dumping the input stream to

Re: FW: URLConnection.getOutputStream().write() fails

2005-08-03 Thread Wade Chandler
You can also learn more about the default servlet here: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/catalina/funcspecs/fs-default.html Hope it helps, Wade --- [EMAIL PROTECTED] wrote: Hi Wade :) Not sure what you are trying to do here, but what you are doing is attempting to POST

Re: Basic load balancing

2005-05-11 Thread Wade Chandler
Joe Plautz wrote: From what I understand load balancing is done at the router, where clustering is a tomcat setup issue. Joe Faine, Mark wrote: Tomcat 5.0.28 We seem to often have to make minor changes that cause us to have to restart our tomcat server (the whole server, not just a web

Re: Where to put version information in war file?

2005-05-11 Thread Wade Chandler
Henri Dupre wrote: I was wondering what is the best place to put version information in a war file? I'd like to put a build version and date at built time to my application and have a way to retrieve them from the servlets. I'm used to add the META-INF Implementation-version tag with jar files but

Form Based Authentication

2005-05-10 Thread Wade Chandler
I have form based authentication working. But, I need the login form to be a little more dynamic. For instance, I want to use different forms for different areas and not always use the same form. Is this possible? For instance, under one site I want to limit URLs to different logins. I

Re: Form Based Authentication

2005-05-10 Thread Wade Chandler
Wade Chandler wrote: I have form based authentication working. But, I need the login form to be a little more dynamic. For instance, I want to use different forms for different areas and not always use the same form. Is this possible? For instance, under one site I want to limit URLs

Re: Java / Tomcat Job Abroad

2005-02-02 Thread Wade Chandler
Phillip Qin wrote: You will be disappointed if you immigrate to Canada. You will end up with driving a cab in best case senario. -Original Message- From: Aris Javier [mailto:[EMAIL PROTECTED] Sent: February 2, 2005 12:25 AM To: Tomcat Users List Subject: RE: Java / Tomcat Job Abroad

Re: [OT]shared memory

2005-01-13 Thread Wade Chandler
Elihu Smails wrote: --- Wade Chandler [EMAIL PROTECTED] wrote: Elihu Smails wrote: I have a C based application running on the same box as tomcat, and I want to know if I would be able to access the shared memory segment using Java. The C program is setting up the shared memory using shmctl

Re: [OT]shared memory

2005-01-12 Thread Wade Chandler
Elihu Smails wrote: I have a C based application running on the same box as tomcat, and I want to know if I would be able to access the shared memory segment using Java. The C program is setting up the shared memory using shmctl, and not using memory mapped files. I know that Java can support

Re: blackdown jvm 1.4.2_01. Tomcat won't start with jpda start parameter

2005-01-08 Thread Wade Chandler
Vano Beridze wrote: Hello I've got Gentoo Linux on amd 64 Blackdown jdk 1.4.2_01 java version 1.4.2-01 Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.4.2-01) Java HotSpot(TM) 64-Bit Server VM (build Blackdown-1.4.2-01, mixed mode) tomcat 4.1.31 I can't start tomcat with jpda

Re: No response from Tomcat 5 when browser sends signed cookie

2005-01-06 Thread Wade Chandler
Leonard Sitongia wrote: More information: Looks like this is not related the the secure nature (digitally signed) of the cookie, but the size. A cookie over about 3k will trigger this problem. Also, it looks like Tomcat doesn't receive the request, so the problem may be in SSL. It is hard to

Re: [OT] Does anyone know this boy?

2005-01-06 Thread Wade Chandler
Jan Behrens wrote: Sorry, they were included in my original mail, looks like the list server deletes all attachments :( I have enclosed them again - this time packed in a single zip-file. Hopefully they pass now... Cheers, Jan -Original Message- From: Rhino [mailto:[EMAIL PROTECTED] Sent:

Re: timeout when reading 401 response [was: persistent HTTP 1.1 connectionswith Tomcat 5.5.4?]

2005-01-06 Thread Wade Chandler
Garret Wilson wrote: So this is getting stranger. Just to preclude any error on my part, I did a simple loop that output every character received from the response. The HTTP response status line and headers come down fine, including the CRLF that separates the headers from the body. And

Re: timeout when reading 401 response [was: persistent HTTP 1.1 connectionswith Tomcat 5.5.4?]

2005-01-06 Thread Wade Chandler
Wade Chandler wrote: Garret Wilson wrote: So this is getting stranger. Just to preclude any error on my part, I did a simple loop that output every character received from the response. The HTTP response status line and headers come down fine, including the CRLF that separates the headers from

Re: timeout when reading 401 response [was: persistent HTTP 1.1 connectionswith Tomcat 5.5.4?]

2005-01-06 Thread Wade Chandler
Wade Chandler wrote: Wade Chandler wrote: Garret Wilson wrote: So this is getting stranger. Just to preclude any error on my part, I did a simple loop that output every character received from the response. The HTTP response status line and headers come down fine, including the CRLF

Re: solved: timeout when reading 401 response [was: persistent HTTP1.1 connectionswith Tomcat 5.5.4?]

2005-01-06 Thread Wade Chandler
Garret Wilson wrote: Wade Chandler wrote: Actually what is happening is this You are using a buffered stream. It is reading past the amount returnedand then the tcp/ip socket is blocking because you have it open as a keep alive. You have to only read the number of bytes available

Re: Handling HEAD request in servlet

2005-01-06 Thread Wade Chandler
Tennessee Leeuwenburg wrote: Hi guys, I have a problem where the default implementation of HttpServlet doesn't seem to be handling doHead(request, response) properly. I over-rode the method, and found the damndest thing happening. The line response.setContentLength(length) is just getting

Re: Handling HEAD request in servlet

2005-01-06 Thread Wade Chandler
Tennessee Leeuwenburg wrote: Glad to find another human! :) From the spec, it looked like there should be a content-length, but maybe you're right. I'm writing a server for a client that expects the content-length to be there. As I said, I did find a workaround by just printing to the output

Re: Speed issues with SQL Server 2000 and JTDS

2005-01-05 Thread Wade Chandler
Charles P. Killmer wrote: Thanks. I had already done this but maybe not communicated them as concisely. Thanks Charles -Original Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 04, 2005 6:23 PM To: Tomcat Users List Subject: Re: Speed issues

Re: Tomcat run as a daemon: Is jsvc reliable?

2005-01-04 Thread Wade Chandler
Matteo Turra wrote: Hi, does anybody know if jsvc included in tomcat 5.0.28 is reliable for production environment? Thanks, Matteo. -- A very merry Christmas And a happy New Year Let's hope it's a good one Without any fear -- John Lennon

Re: jsvc alternatives?

2004-12-30 Thread Wade Chandler
Michael Kastner wrote: Hello, it seems like jsvc runs very unstable on my linux system. Does anybody know any alternatives to jsvc? Greetings Michael Kastner - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: JVM Crash

2004-12-30 Thread Wade Chandler
Mark wrote: I googled around and here some good(?) news, at least somebody get around the problem: http://forum.java.sun.com/thread.jspa?threadID=307252tstart=210 on of solution is : -- cut -- now I use jdk1.3.1_06 with hospot -server and it works perfectly (and faster) -- end cut --- another one

Re: jsvc alternatives?

2004-12-30 Thread Wade Chandler
Wade Chandler wrote: Michael Kastner wrote: Hello, it seems like jsvc runs very unstable on my linux system. Does anybody know any alternatives to jsvc? Greetings Michael Kastner - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: ANN: Tomcat for RiA (Rich Internet Application) example live. [OT]

2004-12-30 Thread Wade Chandler
Vic wrote: check out boardVU.com (only in IE for now). Tomcat is hosting Hessian + iBatis as services to JNLP for JDNC (RiA) application at above. So ... tomcat does not have to be just browser dhtml apps (try that PHP!) .V OT I do something similar. I have a package I wrote I call

Re: Forwarding *all* webapps with mod_jk

2004-12-29 Thread Wade Chandler
Mladen Turk wrote: Simon MARTIN wrote: Hi, I've integrated Tomcat successfully into Apache using mod_jk, but there's something I've found nothing about: forwarding *all* webapps with only one static statement in the configuration files. I've thought about something like this: JkMount /tomcat/*

Re: Session restart replication when using jsvc

2004-12-29 Thread Wade Chandler
Trond G. Ziarkowski wrote: Hi Wolfgang! by using signal 9 you give Tomcat no chance to perform any further action. Maybe you omit -9 from your kill command. Thanks for the tip. Tried it, but same results. Trond - To unsubscribe,

Re: FW: j2sdk problems

2004-12-29 Thread Wade Chandler
Warron French wrote: That's the problem, the j2sdk/jboss services fail after about a week and there is no log entries in the /var/log/mod_jk.log file. Or anywhere else I mentioned in my original email. Merry Christmas Happy New Year! Warron French Sr. Network Engineer Xtria, LLC 8045 Leesburg

Re: Changing Stack Size in Tomcat 4.130

2004-12-29 Thread Wade Chandler
Sweta Kapadia wrote: Hi, How would I go about increasing the stack size in Tomcat? Im gettig a StackOverflowError, thanks in advance. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Changing Stack Size in Tomcat 4.130

2004-12-29 Thread Wade Chandler
Wade Chandler wrote: Sweta Kapadia wrote: Hi, How would I go about increasing the stack size in Tomcat? Im gettig a StackOverflowError, thanks in advance. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Query on Upgrade of tomcat 4.0.6 to 5.0.x

2004-12-27 Thread Wade Chandler
Murthy Tetali wrote: Hi, We would like to upgrade our production Tomcat Server from 4.0.6 to 5.0.x Our application is higly multi-threaded, having 2000 concurrent users. This Application is running on tomcat 4.0.6 from last 2 years without any problem. I will be looking forward for your

Re: JVM Crash

2004-12-27 Thread Wade Chandler
Rodrigo Schmidt wrote: snip Local Time = Sun Dec 26 13:39:24 2004 Elapsed Time = 437787 # # HotSpot Virtual Machine Error : 11 # Error ID : 4F530E43505002EF # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Java VM: Java HotSpot(TM) Server VM (1.4.2_06-b03 mixed mode) #

Re: JVM Crash

2004-12-27 Thread Wade Chandler
Wade Chandler wrote: Rodrigo Schmidt wrote: snip Local Time = Sun Dec 26 13:39:24 2004 Elapsed Time = 437787 # # HotSpot Virtual Machine Error : 11 # Error ID : 4F530E43505002EF # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Java VM: Java HotSpot(TM) Server VM

Re: JVM Crash

2004-12-27 Thread Wade Chandler
BEA JRockit 1.4.2_05, but it seems that Jira doesn't like it that much, or vice-versa : ) So, does anyone has experience with Tomcat 5.0.x running on JDK 1.5? Are there performace/stability issues? Thanks in advance, Rodrigo Wade Chandler wrote: Wade Chandler wrote: Rodrigo Schmidt wrote: snip

Re: Automated reply from bulletproof@www.bulletproofsoft.com

2004-12-22 Thread Wade Chandler
[EMAIL PROTECTED] wrote: BulletProofSoft.com Support Ticket Reply. DO NOT REPLY TO THIS EMAIL Please use our Online Support system for faster results to your questions. You can monitor the status of your ticket online where you can add follow up replies.

Re: Scripts

2004-12-22 Thread Wade Chandler
Charles P. Killmer wrote: I am trying to write a function in a script file and having a lot of trouble. % function String test() { return test; } out.print(test()); % Is there a way to do this without using a class? Also along these lines would something like this be possible. % function

Re: Tomcat/JVM crashes on Linux

2004-12-21 Thread Wade Chandler
got our answer. On Mon, 20 Dec 2004 13:28:56 -0500, Wade Chandler [EMAIL PROTECTED] wrote: Greg Lappen wrote: Hello- Has anyone had a problem with Tomcat 5.0.28 crashing on Linux with no error messages? My production server running with JDK 1.4.2_06, RedHat EL 3.0 just crashes, no core dump

Re: [OT] Java developer friendly Linux distro

2004-12-21 Thread Wade Chandler
Nat Gross wrote: Antony Paul wrote: Hi all, Which distro (free) is most friendly for Java development. I need J2SE 1.4.2 to work on it plus Eclipse 3.x(Linux dont have a good text editor in which I can run Ant builds). I use JEDIT for quick simple editing of files, and Eclipse for the real

Re: How to run servlet for every 30 minutes in Tomcat 4.1.30

2004-12-21 Thread Wade Chandler
Shilpa Nalgonda wrote: Hi, I am using Tomcat4.1.30 version. I have to develop a client application which looks in the database every 30 minutes, to retrieve the status of an order and send the status to the remote client. Again waits for the The client's response and insert the repsonse back to

Re: Why is tomcat (java) so memory intensive?

2004-12-21 Thread Wade Chandler
Dakota Jack wrote: Why, then, does the Tomcat 5.0 say in the RELEASE-NOTES JAVAC leaking memory is an issue? On Tue, 21 Dec 2004 16:06:13 -, Allistair Crossley [EMAIL PROTECTED] wrote: i think (from memory) it had to do with registering requests with jk. anyway, like i say, upgrade and you'll

Re: Tomcat/JVM crashes on Linux

2004-12-20 Thread Wade Chandler
Greg Lappen wrote: Hello- Has anyone had a problem with Tomcat 5.0.28 crashing on Linux with no error messages? My production server running with JDK 1.4.2_06, RedHat EL 3.0 just crashes, no core dump, no errors in catalina.out, no clues. Sometimes it goes for days, sometimes it happens

Re: Tomcat/JVM crashes on Linux

2004-12-20 Thread Wade Chandler
Greg Lappen wrote: What kind of load does your application handle? I am not processing a HUGE amount of requests, but we server about 6000 visitors a day, 15,000 pages. Greg On Dec 20, 2004, at 1:28 PM, Wade Chandler wrote: Greg Lappen wrote: Hello- Has anyone had a problem with Tomcat 5.0.28

Re: Olen joululomalla, palaan 4.1.2005

2004-12-17 Thread Wade Chandler
[EMAIL PROTECTED] wrote: I will be out of the office starting 17.12.2004 and will not return until 04.01.2005. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] we..

Re: Olen joululomalla, palaan 4.1.2005

2004-12-17 Thread Wade Chandler
Mark Thomas wrote: No worries. I'll kick them off the list. Mark -Original Message- From: Wade Chandler [mailto:[EMAIL PROTECTED] Sent: Friday, December 17, 2004 9:30 PM To: Tomcat Users List Subject: Re: Olen joululomalla, palaan 4.1.2005 [EMAIL PROTECTED] wrote: I will be out

Re: Tomcat Administration Application

2004-12-10 Thread Wade Chandler
Kelly, Steve wrote: I've just installed Tomcat 5.5.4. I also downloaded the separate Tomcat Administration application. But when I click the Tomcat Administration button I still get the message saying the web application is no longer installed by default. From the Tomcat manager it says that

Re: Performace differences when running application in Tomcat and JBuilder

2004-12-09 Thread Wade Chandler
Alex Pointer wrote: I have a problem to do with the performance of a server process I developed when used in Tomcat, in comparison with running it in JBuilder X I have a JAR file that is the server process, that when a method is called from Tomcat takes 35 seconds to run, while the same method

Re: Problem with Sessions...is this a Tomcat bug?

2004-12-09 Thread Wade Chandler
Gabriel Belingueres wrote: Hi, I just discovered a weird thing: I have a Tomcat 4.1.12 running in my machine, which is called ale2000, and I test my app using http://localhost:8080/xx as the url (not the machine name configured in Windows) When some of the html page make a request to the app,

Re: Apache locks up

2004-12-09 Thread Wade Chandler
Dola Woolfe wrote: Everything is locked up, including the static resources! __ Do you Yahoo!? The all-new My Yahoo! - What will yours do? http://my.yahoo.com - To unsubscribe, e-mail: [EMAIL

Re: Apache locks up

2004-12-09 Thread Wade Chandler
Dola Woolfe wrote: --- Wade Chandler [EMAIL PROTECTED] wrote: Dola Woolfe wrote: Everything is locked up, including the static resources! __ Do you Yahoo!? The all-new My Yahoo! - What will yours do? http://my.yahoo.com

Re: Classloading issue

2004-12-09 Thread Wade Chandler
Yu, John wrote: Hi, I'm using Struts plugin, however, I think the issue mostly related to Tomcat ClassLoading. I have a class (in a jar) under WEB-INF/lib, which loads properties from a file located under WEB-INF/classes. ClassLoader cl = getClass().getClassLoader(); InputStream

Re: Classloading issue

2004-12-09 Thread Wade Chandler
: when using /, CL could make a big difference. Better stay away from it? Regards, John -Original Message- From: Wade Chandler [mailto:[EMAIL PROTECTED] Sent: Thursday, December 09, 2004 4:31 PM To: Tomcat Users List Subject: Re: Classloading issue Yu, John wrote: Hi, I'm using Struts plugin

Re: I don't know what's wrong.

2004-12-08 Thread Wade Chandler
Peter Crowther wrote: From: Phillip Qin [mailto:[EMAIL PROTECTED] If you want to test the MySQL connectivity, make sure that MySQL server allows your IP to remote login otherwise you will have to GRANT PRIVILEDGE. The original poster specified MSSQL noy mySQL. Two irritatingly close acronyms,

Re: I don't know what's wrong.

2004-12-08 Thread Wade Chandler
: Wade Chandler [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 10:51 AM To: Tomcat Users List Subject: Re: I don't know what's wrong. Peter Crowther wrote: From: Phillip Qin [mailto:[EMAIL PROTECTED] If you want to test the MySQL connectivity, make sure that MySQL server allows your IP

Re: I don't know what's wrong.

2004-12-07 Thread Wade Chandler
Warron French wrote: I can tell you that JBoss is indeed running but I don't know how it is configured, I would assume that I don't need a different version of JBoss installed if I am running different versions of Apache. Merry Christmas Happy New Year! Warron French Sr. Network Engineer

Re: Slightly OT: Yet another IE woe...

2004-12-07 Thread Wade Chandler
Robert Hunt wrote: Weider still, I comment out only the user-data-constraint tag and the download works fine; no-cache http headers are still in place. So, it may be something with https, but how? -- RH - Original Message - From: rh To: tc-u Sent: Tuesday, December 07, 2004 10:42 PM

Re: Apache locks up

2004-12-06 Thread Wade Chandler
Dola Woolfe wrote: Hi I'm using Tomcat 3.4 (I think) with Apache 1.2x (I think) and a mod_jk.dll. When someone bombards my servlet from a WXP machine then my Apache server stops responding to that machine for about 5 minutes. During that span of time, going to myserver:8080/mywebapp still works!

Re: Tomcat/Java and SMP

2004-12-03 Thread Wade Chandler
Dan Foreman wrote: 10 application servers. -Original Message- From: Kwok Peng Tuck [mailto:[EMAIL PROTECTED] Sent: Friday, December 03, 2004 6:53 AM To: Tomcat Users List Subject: Re: Tomcat/Java and SMP Dan, U have 10 application servers on one machine or 10 application on 10

Re: Tomcat/Java and SMP

2004-12-03 Thread Wade Chandler
Dan Foreman wrote: Yes, 10 separate boxes with a single JVM (tomcat instance) running on each box. All boxes are SMP. -Original Message- From: David Boyer [mailto:[EMAIL PROTECTED] Sent: Friday, December 03, 2004 12:32 PM To: [EMAIL PROTECTED] Subject: RE: Tomcat/Java and SMP So these

Re: Moving from 4.1.27 to 5.0.28?

2004-12-01 Thread Wade Chandler
Bjørn T Johansen wrote: I am thinging of upgrading our prod Tomcat server from 4.1.27 to 5.0.28 (or is 5.5.4 a safer bet?) and I was wondering if there would be any problems when upgrading? Anything particular I should think of? Regards, BTJ Personally I'm using 5.0.28 and I love it. I usually

Re: Moving from 4.1.27 to 5.0.28?

2004-12-01 Thread Wade Chandler
Shapira, Yoav wrote: Hi, I'd say go to 5.0.28 first. One major revision at a time ;) TOC? Table of Contents? Yoav Shapira http://www.yoavshapira.com -Original Message- From: Wade Chandler [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 8:35 AM To: Tomcat Users List

Re: weird tomcat5.0.30 behaviour with jar in WEB-INF/classes

2004-12-01 Thread Wade Chandler
Simone Pierazzini wrote: Hi, I use URLClassLoader to create class loaders that manage jars in WEB-INF/classes In WEB-INF/classes I have many jars that are incompatible each other (they have different classes with the same name inside). Suppose I want to load the following files as resources from a

Re: weird tomcat5.0.30 behaviour with jar in WEB-INF/classes

2004-12-01 Thread Wade Chandler
Simone Pierazzini wrote: On Wed, 01 Dec 2004 09:49:33 -0500, Wade Chandler [EMAIL PROTECTED] wrote: I never try to use relative paths in getResource. I always do this getResource(/pippo.jar); Also, I usually pick a class in my package that I know will certainly be in my web-app classes folder

Re: Can I send response to browser even after the doGet returned?

2004-11-27 Thread Wade Chandler
Santhosh Thomas wrote: Or, are you trying to run some long-running process and think it would be better off as it's own thread? If that's the case, you probably want to look into some sort of queueing mechanism with either status polling or some sort of callback when the task is complete.

Re: JDBC

2004-11-23 Thread Wade Chandler
Charles P. Killmer wrote: Looking for concensus on how people, with much more experience than I have, use to connect to SQL Server 7. I have been planning on using Datadirect's JDBC Connect until I saw the price tag for a server. So with that does any body have a preferred JDBC connector to

testing my account please ignore.

2004-10-22 Thread Wade Chandler
Testing my account. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: apache problem

2004-10-07 Thread Wade Chandler
Nandish Rudra wrote: Hi, I am running Apache 2.0.49 and Tomcat 5.0.28 on RedHat 9.0. The users are unable to get the images when using the link http://test.test.net/images/test.gif but can get to it using http://test.test.net:8080/images/test.gif. I am new to Apache and would appreciate some help.

Re: [OT] Webapp upgrades and browser caching

2004-10-07 Thread Wade Chandler
Justin Ruthenbeck wrote: I'm looking for some advice about how to handle the following situation. (1) Apache 2.x in front of Tomcat 5.x (2) Deploy new web application. Bunch of servlets, bunch of jsps, bunch of static content (mainly js, css). (3) Many users use the application, during which

Re: Which version of Tomcat and Apache for my UNIX sparc Computer?

2004-09-26 Thread Wade Chandler
Daxin Zuo wrote: My computer: #uname -a SunOS sunbox 5.8 Generic_108528-17 sun4u sparc SUNW, Sun-Blade-100 I see the latest Apache for my computer is httpd-2.0.43-sparc-sun-solaries2.8.tat.gz What Tomcat and Tomcat-connector should I use with this version of Apache? Please help. Thanks.

Re: AW: Tomcat Hanging up !!!

2004-09-23 Thread Wade Chandler
Steffen Heil wrote: Hi If I install Apache 2.0 and Tomcat 4.1 and use mod_jk that is compatible for that I don't what issues will be raised by that. Right, that is why I suggest using tomcat ONLY. This works, and even when tomcat 3.2.1 might be slower that ibm_httpd, tomcat 5.0 is really fast and

Re: java.util.zip.ZipException: Permission denied

2004-09-15 Thread Wade Chandler
Shilpa Nalgonda wrote: When i restart tomcat 4.1 server i am getting this error any clue of why we get this... Using CATALINA_BASE: /usr/share/tomcat4 Using CATALINA_HOME: /usr/share/tomcat4 Using CATALINA_TMPDIR: /usr/share/tomcat4/temp Using JAVA_HOME: /usr/local/j2sdk1.4.2_03

Re: Fatal: relocation error: file libapr-0.so.0: symbol __divdi3: referenced symbol not found

2004-09-03 Thread Wade Chandler
Jonathan Rengifo wrote: I made the test with succesful results, I guess it is a linking problem, but don't know how to solve it.. On Fri, 03 Sep 2004 16:18:13 -0400, John Villar [EMAIL PROTECTED] wrote: Try to make a small java test (without tomcat) that use the unix sockets and see what

Re: RHEL 3.0, Tomcat 4.x and IPTables

2004-09-02 Thread Wade Chandler
Sean Finkel wrote: Greetings all, I had posted earlier about an issue with Tomcat hanging, and also holding Apache processes hostage. I have narrowed the problem down to some kind of conflict with Tomcat/JVM and IPTables on RedHat Enterprise Linux 3.0 ES. When Tomcat hangs, what happens is,

Re: Java process growth under Linux...leak?

2004-08-31 Thread Wade Chandler
Mark Maigatter wrote: We have a Tomcat 5.0.25 based web site for uploading images and assorted files and managing them. We have found that the Java process that Tomcat is running under is gradually growing when repetitively processing files uploaded and stripped out of the form submissions by

  1   2   >