RE: off topic - how do i convert an int to char

2004-12-07 Thread Brantley Hobbs
Alternatively, you can add the ASCII offset to the integer, then get the char that evaluates to that ASCII code. I think its 32, but you'll need to check for sure. B. -Original Message- From: Yang Xiao [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 10:42 AM To: Tomcat

RE: off topic - how do i convert an int to char

2004-12-07 Thread Brantley Hobbs
Wow, was I off. Add a 97 to your int value to get the lower-case English letters. B. -Original Message- From: Brantley Hobbs Sent: Tuesday, December 07, 2004 10:50 AM To: Tomcat Users List; Yang Xiao Subject: RE: off topic - how do i convert an int to char Alternatively, you can

RE: off topic - how do i convert an int to char

2004-12-07 Thread Brantley Hobbs
11:01 AM To: Brantley Hobbs; Yang Xiao Cc: Tomcat Users List Subject: Re: off topic - how do i convert an int to char Thanks!!! that worked !! - Original Message - From: Brantley Hobbs [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; Yang Xiao [EMAIL PROTECTED] Sent

RE: Session problems with cluster

2004-10-19 Thread Brantley Hobbs
, as soon as we can we will get some test code together that reproduces the problem and get it to you. Is it appropriate to send it directly to you? Thanks, Brantley Hobbs -Original Message- From: Matthew Stone [mailto:[EMAIL PROTECTED] Sent: Monday, October 18, 2004 6:23 PM To: Tomcat

RE: Tomcat 5/Apache 2/JK2- production quality?

2004-09-29 Thread Brantley Hobbs
I second this. I've had nothing but trouble out of JK2, configuration difficulties on Apache and just flatly broken on IIS. The original JK adapter has worked great. -Brantley -Original Message- From: Nicolas Mailhot [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004

RE: IIS with Tomcat integration

2004-09-28 Thread Brantley Hobbs
You can open a command prompt and type in iisreset to have it read the changes. Or you can open the services control panel and restart the IIS Admin and World Wide Web Publishing services. Either way you will force a reload of the properties file. Be aware that either one of these options will

RE: IE6 and download problem using tomcat java servlet

2004-09-14 Thread Brantley Hobbs
I am having a problem downloading a jpeg file from a tomcat java servlet to Internet Explorer 6.0. I have changed the file extension to zzz to force the download prompt. If I restart tomcat(version 4.1.x), the While this is a working solution, it's not ideal. To do this seamlessly, you

RE: IE6 and download problem using tomcat java servlet

2004-09-14 Thread Brantley Hobbs
I should also have pointed out that at that point, you can keep your .jpeg extension or whatever. The browser could care less what the file name is. It simply looks at the MIME type. B. -Original Message- From: Brantley Hobbs Sent: Tuesday, September 14, 2004 10:44 AM To: Tomcat

Different JDK

2003-02-25 Thread Brantley Hobbs
Does anyone know if you can have Tomcat use the IBM JDK instead of the Sun one? I'm told that the IBM one offers better performance and less problems with memory leaks... Thanks Brantley - To unsubscribe, e-mail: [EMAIL

RE: Different JDK

2003-02-25 Thread Brantley Hobbs
-Original Message- From: Brantley Hobbs [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 1:33 PM To: [EMAIL PROTECTED] Subject: Different JDK Does anyone know if you can have Tomcat use the IBM JDK instead of the Sun one? I'm told that the IBM one offers better performance

RE: Tomcat/Apache/IIS configuration issues

2003-02-13 Thread Brantley Hobbs
use the connector. I omitted that on this post. Thanks, Brantley Hobbs -Original Message- From: Brantley Hobbs Sent: Wednesday, February 12, 2003 5:24 PM To: [EMAIL PROTECTED] Cc: Brantley Hobbs Subject: Tomcat/Apache/IIS configuration issues All, Let me just say up front

RE: Tomcat/Apache/IIS configuration issues

2003-02-13 Thread Brantley Hobbs
listening on port 8009. That's the Bind: Address already in use message. Are you sure there is only one copy of Tomcat running? Does your Tomcat server have multiple IP addresses? John -Original Message- From: Brantley Hobbs [mailto:[EMAIL PROTECTED]] Sent: Thursday

RE: Tomcat/Apache/IIS configuration issues

2003-02-13 Thread Brantley Hobbs
Okay, I removed one of the ones in server.xml and restarted both Apache and Tomcat. (I removed the one with the address label on it). I'm no longer getting the bind error when I start Tomcat, however I still don't get a connection between Apache and Tomcat (still getting 500 errors). I saw a

Tomcat/Apache/IIS configuration issues

2003-02-12 Thread Brantley Hobbs
to the Web server uri space [uri:/examples/*] info=Map the whole webapp I figure I'll wait to get the whole thing working on localhost before I try to have an IIS box across the network try to use it. Thanks, Brantley Hobbs Application Developer Information Technology Outreach

IIS and Tomcat basic configuration questions

2003-01-23 Thread Brantley Hobbs
(using ajpv13) to a back-end Tomcat server? I only want to install the redirect filter on the webserver. Does a working JVM need to be in place for the filter to work properly? Brantley Hobbs -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL