Re: Send Request from One Server to Another Server

2008-09-11 Thread Youssef Mohammed
basically you'd better use a Http client library (like HttpClient ) that will make it easier. check this as starting point ... http://www.mail-archive.com/[EMAIL PROTECTED]/msg06270.html note that here they have the jsessionid known .. but in your case you will need to know that. I think the libra

Re: Send Request from One Server to Another Server

2008-09-11 Thread ANITA.2310
How can i achieve this? Youssef Mohammed wrote: > > make sure you are handing the session id at the very beginning the session > id is sent back in a cookie , you need to either send it back at any > request > (as cookie) or use URL rewriting to embed it in the request URL. > > On Fri, Sep 12,

about Connector's attribute redirectPort

2008-09-11 Thread 李征
at tomcat official site, http://tomcat.apache.org/tomcat-4.1-doc/config/coyote.html redirectPort is described as below If this Connector is supporting non-SSL requests, and a request is received for which a matching requires SSL transport, Catalina will automatically redirect the request to t

Re: Send Request from One Server to Another Server

2008-09-11 Thread Youssef Mohammed
make sure you are handing the session id at the very beginning the session id is sent back in a cookie , you need to either send it back at any request (as cookie) or use URL rewriting to embed it in the request URL. On Fri, Sep 12, 2008 at 7:48 AM, ANITA.2310 <[EMAIL PROTECTED]> wrote: > > I hav

Send Request from One Server to Another Server

2008-09-11 Thread ANITA.2310
I have 2 Servers,one is Tomcat and another is Sun Application Server. I want to send request from Sun Application Server to Tomcat and again come back to Sun Application server. For Eg. I started from page http://anitad:1780/login/login.jsp, After login, i got another page, from here i m calling h

NIO connector + SSL = stalled responses

2008-09-11 Thread Tim McCune
I'm trying to enable SSL with Tomcat's NIO connector. Using SSL with the HTTP connector works fine. Using NIO without SSL works fine. However, when I combine the two, Tomcat starts to flake out when serving up any files that are a little on the larger side (in my case, 1.6 MB). The connection s

RE: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Caldarale, Charles R
> From: David Smith [mailto:[EMAIL PROTECTED] > Subject: Re: Migrating to tomcat 6 gives formatted currency > amounts problem > > I'm willing to bet the symbol for the british pound is not part of the > normal web character set like a US dollar symbol is and as a result > needs to be expressed by e

RE: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Caldarale, Charles R
> From: Johnny Kewl [mailto:[EMAIL PROTECTED] > Subject: Re: Migrating to tomcat 6 gives formatted currency > amounts problem > > http://www.kewlstuff.co.za/test/test.htm > What do you see in this test page? Depends on which character encoding I choose to view the page in. For the declared UTF-8

Clustered SSO improperly invalidated upon web application shutdown

2008-09-11 Thread Shaun Senecal
I have been working with a Tomcat clustering solution that involves sticky sessions and Clustered Single Sign On. Everything seems to work, in that the session information is being replicated as expected, however, the problem is that when an instance is shutdown (either for failover, maintenance,

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Johnny Kewl
http://validator.w3.org Very cool btw... didnt know it was there --- HARBOR : http://www.kewlstuff.co.za/index.htm The most powerful application server on earth. The only real POJO Application Server. See it in Action : http

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Hassan Schroeder
On Thu, Sep 11, 2008 at 3:20 PM, Johnny Kewl <[EMAIL PROTECTED]> wrote: >> If the page contains an invalid code-point, as the error message >> points out, then what should a browser display?? > > Thats probably what I'm not getting... > All I did was set the Font to Verdana and drop a registered m

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Johnny Kewl
- Original Message - From: "Hassan Schroeder" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, September 11, 2008 11:59 PM Subject: Re: Migrating to tomcat 6 gives formatted currency amounts problem On Thu, Sep 11, 2008 at 2:53 PM, Johnny Kewl <[EMAIL PROTECTED]> wrote:

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Markus Schönhaber
Johnny Kewl wrote: http://www.kewlstuff.co.za/test/test.htm What do you see in this test page? The output of a server that lies right to my face. It says, it is serving UTF-8-encoded text, while it really serves text encoded with some 8-bit charset - probably ISO-8859-1. Regards mks ---

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Hassan Schroeder
On Thu, Sep 11, 2008 at 2:53 PM, Johnny Kewl <[EMAIL PROTECTED]> wrote: > Hassan I not arguing, you know nothing about that font... how is your client > going to display it? If the page contains an invalid code-point, as the error message points out, then what should a browser display?? -- Hass

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Johnny Kewl
- Original Message - From: "Johnny Kewl" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, September 11, 2008 11:41 PM Subject: Re: Migrating to tomcat 6 gives formatted currency amounts problem - Original Message - From: "Hassan Schroeder" <[EMAIL PROTECTED]> T

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Hassan Schroeder
On Thu, Sep 11, 2008 at 2:41 PM, Johnny Kewl <[EMAIL PROTECTED]> wrote: > http://www.kewlstuff.co.za/test/test.htm > > What do you see in this test page? problems :-)

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Johnny Kewl
- Original Message - From: "Hassan Schroeder" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, September 11, 2008 11:07 PM Subject: Re: Migrating to tomcat 6 gives formatted currency amounts problem On Thu, Sep 11, 2008 at 12:54 PM, Johnny Kewl <[EMAIL PROTECTED]> wrote:

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Hassan Schroeder
On Thu, Sep 11, 2008 at 12:54 PM, Johnny Kewl <[EMAIL PROTECTED]> wrote: > Now you designing a web page... you pick Arial... > have to discover the font (some how) and then you have to add that HTML to > CSS code to your page Do you not understand that style information, including fonts, is

Question about Gridmap based authorization and authentication in Tomcat

2008-09-11 Thread Neha Sharma
Hi My Tomcat Version: Server version: Apache Tomcat/6.0.16 Server built: Jan 28 2008 11:35:29 Server number: 6.0.16.0 OS Name:Linux OS Version: 2.6.9-55.0.2.ELsmp Architecture: i386 JVM Version:1.5.0_14-b03 JVM Vendor: Sun Microsystems Inc. [EMAIL PROTECTED] apache-tomca

Re: Denying IP Addresses

2008-09-11 Thread Mark Thomas
Pid wrote: > Edward Song wrote: >> Hi all, >> >> >> >> Just soliciting some feedback on how to effectively, thwart data mining on >> our server. >> >> >> >> We have a reactive solution when it comes to screen scraping and data mining >> on Tomcat 5.5. >> >> We simply find the offending IP's

Re: Tomcat Patch Management

2008-09-11 Thread Mark Thomas
Anand Gundanna wrote: > Dear Support, > > I would request for your help in regards to Tomcat Patch Management. I > hope you will be helpful in this regard. > > We have installed and configured an Tomcat web server on windows server > platform for an application called Business Objects XI. Tomc

Re: html entities and urls with spaces

2008-09-11 Thread Mark Thomas
Brendan Martens wrote: > Hello, > > I am having some issues with tomcat not displaying pages or files with > spaces in them, it simply 404s. Something like this: > > pdf file on filesystem.pdf > > being accessed at: > > http://server/pdf%20file%20on%20filesystem.pdf > > fails to display. > >

Re: Regarding Error 404-please help!

2008-09-11 Thread Mark Thomas
laura fu wrote: > I have also uncommented the invoker servlet in the main web.xml file. That is a really, really bad idea. You should not be using the invoker servlet. Mark - To start a new topic, e-mail: users@tomcat.apache.o

Re: Regarding Error 404-please help!

2008-09-11 Thread Mark Thomas
laura fu wrote: > I saved my work HelloWorld.java in the folder in "C:\Program Files\Apache > Group\Tomcat 5.5\webapps\jjolt\WEB-INF\classes". You need to compile your servlet first. > Apache Tomcat/5.5.26 This is what i have done prior to this:1. Downloaded a > binary release of mod_jk Ignore

Re: SNMP tomcat 5.5!

2008-09-11 Thread Mark Thomas
Shahar Cohen wrote: > Hi, > > Can anybody please tell me how I can monitor by SNMP tomcat sites > without querying the admin module which I disabled for security reasons? > > > Is there any MIBS that I can use? In short, you can't. Tomcat does not provide SNMP, even with the Admin app. There ma

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Johnny Kewl
- Original Message - From: "Hassan Schroeder" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, September 11, 2008 8:58 PM Subject: Re: Migrating to tomcat 6 gives formatted currency amounts problem On Thu, Sep 11, 2008 at 11:16 AM, Johnny Kewl <[EMAIL PROTECTED]> wrote:

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread David Smith
I'm willing to bet the symbol for the british pound is not part of the normal web character set like a US dollar symbol is and as a result needs to be expressed by entity notation ( £ or £ ). --David Johnny Kewl wrote: - Original Message - From: "Christopher Schultz" <[EMAIL PROTECT

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Hassan Schroeder
On Thu, Sep 11, 2008 at 11:16 AM, Johnny Kewl <[EMAIL PROTECTED]> wrote: > Its generating a pound... the question is, the webapp is not dicatation the > font... so I'm asking what font is being used for the pound? Whatever the browser picks from what it has available. :-) > He *is* introducing a

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Johnny Kewl
- Original Message - From: "Christopher Schultz" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, September 11, 2008 6:42 PM Subject: Re: Migrating to tomcat 6 gives formatted currency amounts problem -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Johnny, Johnny Kewl wro

Re: Fw: Tomcat Patch Management

2008-09-11 Thread Brian Clark
"So, do you think Automatic windows patch management and manual tomcat patch management would ideal as patch releases from Tomcat is very rare?" Yes, that's the way we do it. We use WSUS for Windows patch management, and manually upgrade Tomcat as needed. This has not been an issue for us, as Tom

Re: Fw: Tomcat Patch Management

2008-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Anand, Anand Gundanna wrote: > We have installed and configured an Tomcat web server on windows server > platform for an application called Business Objects XI. Yikes. Patching Microsoft Windows will be more important than patching Tomcat from the vu

Re: Fw: Tomcat Patch Management

2008-09-11 Thread Anand Gundanna
Chris, Thanks for your response.. Currently we are managing Windows Patch management through a application called "BIGFIX". But that will not be used to manage for any other application purpose. So, do you think Automatic windows patch management and manual tomcat patch management would ide

Re: JVM per Context

2008-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, Caldarale, Charles R wrote: >> From: Martin Gainty [mailto:[EMAIL PROTECTED] >> Subject: RE: JVM per Context >> >> If your goal is to run TC with different JVMs have you looked >> at using each JBM to run embedded Tomcat > > This has nothing t

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Willem, Willem Moors wrote: > I studied the Response Headers for the ajax call that generates the output > and found that for the correct result (ie. in TC55), the content type was > this: > Content-Typetext/plain;charset=ISO-8859-1 > > while for

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Johnny, Johnny Kewl wrote: > I think it may be possible that something else is setting the font... > and then the JRE is using that. I think you're totally confusing yourself about font issues. Java only interacts with fonts of any kind when running

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Johnny Kewl
- Original Message - From: "Johnny Kewl" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, September 11, 2008 6:18 PM Subject: Re: Migrating to tomcat 6 gives formatted currency amounts problem - Original Message - From: "Willem Moors" <[EMAIL PROTECTED]> To: "T

Re: Ant Build.xml file

2008-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Susan, Susan Richards wrote: > How would I add to the build.xml file so that when ant builds it, it > creates this code in my web.xml file? > > > 404 > /404.html > Why not simply add it to web.xml permanently? If you really do need to do it o

Re: [NEWBIE] Separate tomcat engines on the same physical server

2008-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jon and Peter, Peter Crowther wrote: > I've successfully run up to three Tomcats on the same machine, as > three processes, all with the same JAVA_HOME. It's a good way of > providing isolation between applications, or even Tomcat versions (I > was r

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Johnny Kewl
- Original Message - From: "Willem Moors" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, September 11, 2008 5:06 PM Subject: Re: Migrating to tomcat 6 gives formatted currency amounts problem I studied the Response Headers for the ajax call that generates the output and

Re: Etags vs Week Etags

2008-09-11 Thread Robert Koberg
On Sep 11, 2008, at 11:44 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robert, Robert Koberg wrote: On Sep 11, 2008, at 10:36 AM, Christopher Schultz wrote: Huh? The DefaultServlet handles XSLT? Which version of TC is that in? There is XSL for directory l

Re: Language/Locale processing within Tomcat

2008-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Steve, Steve Cohen wrote: > I've just realized I have a problem with my application running in > Tomcat related to Spanish-language text input by the users. > When running my application on an Ubuntu 7.10 platform, I have no > problems with Spanish la

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Konstantin Kolinko
2008/9/11 Willem Moors <[EMAIL PROTECTED]>: > I studied the Response Headers for the ajax call that generates the output > and found that for the correct result (ie. in TC55), the content type was > this: > Content-Typetext/plain;charset=ISO-8859-1 > > while for the wrong result (ie. in TC6), t

Re: Newbies, becareful of pure cookie based magic... theres a few gotcha's

2008-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leon, Leon Rosenberg wrote: > Having said that, there are a lot of use cases where you explicitelly > don't want google or anyone else to index the site, cause it contains > private information, would you like to see your private emails or your > heal

Re: Etags vs Week Etags

2008-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robert, Robert Koberg wrote: > On Sep 11, 2008, at 10:36 AM, Christopher Schultz wrote: > >> Huh? The DefaultServlet handles XSLT? Which version of TC is that in? > > There is XSL for directory listings by default. Okay, that makes WAY more sense. O

Re: Tomcat 6 Memory problem

2008-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Barak, Barak Yaish wrote: > I've dump a file using jmap, and asked MemoryAnalyzer (www.eclipse.org/mat) > to take a look. This tool reported that an instance of java.security.Policy > retained 77.7% of the heap (552,569,816 bytes). Wow, that's a lot

Fw: Tomcat Patch Management

2008-09-11 Thread Anand Gundanna
Hello, Can someone help me please.. i haven't got the answer for my query yet.. please. Best Regards, Anand G NU UK ITS Architecture and Design Floor 7, Norfolk Tower, Norwich Phone - 01603 838398 - Forwarded by Anand Gundanna/TCS/NUI/NORWICHUNION on 11/09/2008 16:38 - Anand Gundan

Re: response.sendRedirect and request.getQueryString

2008-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kamal, Kamal wrote: > I am running two web apps (one in Tomcat 5.0.30 and another in Tomcat > 5.5). The app running in Tomcat 5.0.30 calls the app in Tomcat 5.5 > (uses Form Authentication ). We have a JSP page in Tomcat 5.0.30 app > that authenticat

Script will not start Tomcat6 on restart

2008-09-11 Thread Robert Gonzales
current EnviornmentRHEL 5JDK 1.5.0Tomcat6Virtual Machine Hello all,I am looking at our existing script we are trying to find out why our script will not start Tomcat6. We have checked the following. We did change the script and we will show you the one that works but is not as extensive. Run

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Willem Moors
I studied the Response Headers for the ajax call that generates the output and found that for the correct result (ie. in TC55), the content type was this: Content-Typetext/plain;charset=ISO-8859-1 while for the wrong result (ie. in TC6), the content type was: Content-Typetext/plain So I

Re: Etags vs Week Etags

2008-09-11 Thread Robert Koberg
On Sep 11, 2008, at 10:36 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Johnny, Johnny Kewl wrote: For example if you want XSLT in tomcat, first impression is its xerces (Jumping without reading previous posts) You first impression is wrong :) Xerces is an

Re: Unable to import certificate into keystore

2008-09-11 Thread ductaa
Felix, Thanks for the reply. Your point #1 was the correct issue (and shows my inexperience with these things). I was trying to import the certificate using an alias name already in use (which I thought was what I was supposed to do). I changed the alias name, and the cert then imported without

Re: Etags vs Week Etags

2008-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Johnny, Johnny Kewl wrote: > For example if you want XSLT in tomcat, first impression is its xerces > and a complex servlet and lots of pain... you actually think tomcat cant > do it, but then you look at the default servlet and "Obama!" its there > ;

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Johnny Kewl
- Original Message - From: "Johnny Kewl" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, September 11, 2008 4:28 PM Subject: Re: Migrating to tomcat 6 gives formatted currency amounts problem - Original Message - From: "Willem Moors" <[EMAIL PROTECTED]>

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Johnny Kewl
- Original Message - From: "Willem Moors" <[EMAIL PROTECTED]> I think... you looking in the wrong place... Convert it to bytes... and print that... you will see it... I think Can it be one of the libraries (*.jar) that is different, that forcec TC6 to act differently ? ---

[NEWBIE] Apache Tomcat 5.5.17

2008-09-11 Thread Jon
I'm using grep to monitor apache process (tomcat apache 5.5.17). It seems to create a new PID every time for each time I query the apache process. *OS: Solaris 5.10* NAME=jcami SSH_CONNECTION=10.159.20.18 4805 10.158.48.20 22 _=/usr/ucb/ps jcami*28775* 0.1 0.1 1280 904 pts/12 S 15:39:46

[OT] NPE in MySQL driver statement close

2008-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, I'm getting these exceptions in my production stdout file. Anyone ever see anything like this: java.lang.NullPointerException at com.mysql.jdbc.ServerPreparedStatement.realClose(ServerPreparedStatement.java:901) at com.mysql.jdbc

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Jeff
On Wed, Sep 10, 2008 at 10:27 AM, Willem Moors <[EMAIL PROTECTED]> wrote: > I'm transferring my application from a tomcat 5.5.26 server to tomcat > 6.0.18, and notice that my formatted currency amounts are not being properly > displayed. Instead of a Pound (GBP) sign I get a question mark within a

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Willem Moors
On Thu, Sep 11, 2008 at 1:42 PM, Johnny Kewl <[EMAIL PROTECTED]> wrote: > Will, I cant see how TC can be influencing it > You write a char (the pound) to an output stream it appears differently in > browser... > TC is just sendign what it gets... > Its got to be this... > NumberFormat.getCur

Re: Disable java code execution <%blabla%> in jsp, but permits tags

2008-09-11 Thread kazukin6
Hi Juha! Yes, I did, but it's kinda hard for me to estimate all possible threats and the Tomcat's ability to provide the defence I suppose it should be 1) No thread creation 2) No IO operations 3) No any "direct" System API invokations, only JAVA API -(cause it can lead to undesired consequences

Re: Disable java code execution <%blabla%> in jsp, but permits tags

2008-09-11 Thread kazukin6
Hi, Bill!! Thank you a lot!! It seems, it's exactly what I need Bill Barker-2 wrote: > > > "kazukin6" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >> >> Plz Help !! >> Is it possible to disable all java code execution within jsp page (by >> security manager or something) >>

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Johnny Kewl
- Original Message - From: "Willem Moors" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, September 11, 2008 12:36 PM Subject: Re: Migrating to tomcat 6 gives formatted currency amounts problem On Thu, Sep 11, 2008 at 11:35 AM, Mark Hagger <[EMAIL PROTECTED]>wrote: Yo

Tomcat Patch Management

2008-09-11 Thread Anand Gundanna
Dear Support, I would request for your help in regards to Tomcat Patch Management. I hope you will be helpful in this regard. We have installed and configured an Tomcat web server on windows server platform for an application called Business Objects XI. Tomcat web servers will not be supporte

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Willem Moors
On Thu, Sep 11, 2008 at 11:35 AM, Mark Hagger <[EMAIL PROTECTED]>wrote: > You are almost certainly having a problem with (default) character > encodings on your system, usual things to check are the encoding that > the JVM is using, for example what does: > > echo $LANG > > return (usually control

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Willem Moors
> > 1. What the _Browser_ thinks about encoding of your page. > > In menu View > Encoding > what encoding is auto-selected there. Western / ISO 8859-1 for both. > 2. In Page Info dialog of Firefox > (in Tools menu or in context menu > Page Info ) > > what is Encoding, Content Type, and what MET

[OT] Filesystems allowing spaces (was RE: html entities and urls with spaces)

2008-09-11 Thread Peter Crowther
> From: André Warnier [mailto:[EMAIL PROTECTED] > Whichever bright developer invented the first filesystem > allowing spaces in filenames should be found and shot. You'd have to go a long way back - UNIX has had them at least since I started using it*. Besides, users love 'em - it's just us comm

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Willem Moors
> > Will if possible use > £ > instead... that I think its font independent... > > Otherwise I think you have to sorround that > getCurrencyInstance > stuff with a font... and tell it what font it must use... > > ... I think > > I'm just wondering how the systems guess the character set from > getC

Re: html entities and urls with spaces

2008-09-11 Thread André Warnier
Brendan Martens wrote: most file systems cant read spaces in a filename so you should put in _ where you see spaces Hmmm, not sure this is the issue, both filesystems can read and write files with spaces. Whichever bright developer invented the first filesystem allowing spaces in filenames

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Mark Hagger
You are almost certainly having a problem with (default) character encodings on your system, usual things to check are the encoding that the JVM is using, for example what does: echo $LANG return (usually controlled by what's defined in /etc/sysconfig/i18n - although I'm not familiar with Ubuntu

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Konstantin Kolinko
2008/9/11 Willem Moors <[EMAIL PROTECTED]>: > On Wed, Sep 10, 2008 at 7:55 PM, Steve Ochani <[EMAIL PROTECTED]> wrote: > >> Hmm odd. >> >> I tried it on my Redhat test server and worked fine also. >> >> Is your tomcat 6 install a default/fresh install? >> >> What browser are you using? What charact

Re: Migrating to tomcat 6 gives formatted currency amounts problem

2008-09-11 Thread Johnny Kewl
- Original Message - From: "Willem Moors" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, September 11, 2008 8:15 AM Subject: Re: Migrating to tomcat 6 gives formatted currency amounts problem On Wed, Sep 10, 2008 at 7:55 PM, Steve Ochani <[EMAIL PROTECTED]> wrote: Hmm

Re: Problem with Apache, Tomcat, mod_jk

2008-09-11 Thread Rainer Jung
I created JkMounts for my own servlet: JkMount /SiteReview|/* ajp13 and it worked! This means that every problem has been resolved now, though I'm wondering, as in the previous message, can I easily deploy applications using the manager, or would I have to add the JkMounts all the time? And I'm

Re: NIO connector gives "Invalid keystore format"

2008-09-11 Thread Tim McCune
Hmm, I just tried converting the keystore to JKS (using org.mortbay.util.PKCS12Import) and that worked. So the JKS keystore seems to work fine with the NIO connector, but the PKCS12 keystore only works with non-NIO. On 9/11/08, Tim McCune <[EMAIL PROTECTED]> wrote: > > I've been using the NIO con

Re: Reading Tomcat source code

2008-09-11 Thread Pierre Goupil
OK, thanks all for the advice. It's a long work, indeed, but how fascinating. Cheers, Pierre On Thu, Sep 11, 2008 at 8:02 AM, Johnny Kewl <[EMAIL PROTECTED]> wrote: > > - Original Message - From: "Gorav Chhabra" < > [EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: Thursday, Septe

Re: Problem with Apache, Tomcat, mod_jk

2008-09-11 Thread Lars 'Levia' Wesselius
2008/9/11 Lars 'Levia' Wesselius <[EMAIL PROTECTED]> > 2008/9/11 Caldarale, Charles R <[EMAIL PROTECTED]> > >> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On >> > Behalf Of Lars 'Levia' Wesselius >> > Subject: Re: Problem with Apache, Tomcat, mod_jk >> > >> > http://mirroredescape.net/mana

[ANN] Apache Tomcat Native 1.1.15 released

2008-09-11 Thread jean-frederic clere
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.1.15 stable. This release includes few bug fixes over Apache Tomcat Native 1.1.14. Please refer to the change log for the list of changes: http://tomcat.apache.org/native-doc/miscellaneous/changelog.html Do

Re: Problem with Apache, Tomcat, mod_jk

2008-09-11 Thread Lars 'Levia' Wesselius
2008/9/11 Caldarale, Charles R <[EMAIL PROTECTED]> > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > > Behalf Of Lars 'Levia' Wesselius > > Subject: Re: Problem with Apache, Tomcat, mod_jk > > > > http://mirroredescape.net/manager/ > > Tomcat 404 error. > > You appear to have ignored what

NIO connector gives "Invalid keystore format"

2008-09-11 Thread Tim McCune
I've been using the NIO connector for a while now for HTTP. Now I'm adding an SSL connector, and as long as I don't use NIO, everything is working fine: However, as soon as I add the following attribute to the Connector element: protocol="org.apache.coyote.http11.Http11NioProtocol" when Tomca

Re: Unable to import certificate into keystore

2008-09-11 Thread Felix Schumacher
Hi David, http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/keytool.html says there are two modes for importing certificates. 1. You choose an alias, which is already present in your keystore. keytool will assume, that the cert is a certificate reply (which is probably wrong in your c