Re: Tomcat 5 and UTF-8

2009-04-02 Thread Je suis la poubelle
On Fri, Mar 27, 2009 at 5:34 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Oscar, On 3/27/2009 10:35 AM, Je suis la poubelle wrote: 1. In those mentioned web pages, I noticed that none of them explicitly specified

Re: Tomcat 5 and UTF-8

2009-03-27 Thread Je suis la poubelle
My few cents... 1. In those mentioned web pages, I noticed that none of them explicitly specified the following HTML header: head meta http-equiv=Content-Type content=text/html; charset=utf-8 /head Yes, I understand that the same info is sent in HTTP header, but well, that's in theory,

In server.xml, what if Realm element isn't specified within a Service element?

2009-03-26 Thread Je suis la poubelle
This is actually a following to another post of mine titled How to make Tomcat serve/listen to one more port? When I implemented my method of adding a new Service element in server.xml in order to make Tomcat serve one more port, I seem to have user/authentication problem within VMWare

Re: Can only view web pages from localhost

2009-03-26 Thread Je suis la poubelle
On Thu, Mar 26, 2009 at 10:41 PM, Joel jgor...@cox.net wrote: [snipped] How should I configure Tomcat so that it accepts requests from other machines -- not just localhost? I am using Tomcat 6.0.18 on windows XP Professional. Yes, windows firewall is on. Either turn off Windows

Re: Can only view web pages from loalhost

2009-03-26 Thread Je suis la poubelle
Just to make sure it's not a silly mistake: are you using IP address in the URL? OTOH, IE could be tricky/picky to display webpages, even from LAN, if its security isn't configured correctly. All this is to say: could you try Firefox? On Thu, Mar 26, 2009 at 11:00 PM, Joel

Re: How to make Tomcat serve/listen to one more port?

2009-03-24 Thread Je suis la poubelle
On Fri, Mar 20, 2009 at 7:14 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Caldarale, Charles R Subject: RE: How to make Tomcat serve/listen to one more port? I already told you how: create a second Service, and put the second Connector and another Host inside that.

Re: How to make Tomcat serve/listen to one more port?

2009-03-24 Thread Je suis la poubelle
On Tue, Mar 24, 2009 at 12:38 PM, Je suis la poubelle laps...@gmail.comwrote: [snipped] Good luck to all. And of course, restart Tomcat service at the end ;)

Re: configuration about tomcat for work with mysql/J connector

2009-03-20 Thread Je suis la poubelle
Most Mysql+JSP tutorials found on the web aren't uptodate as they're still teaching people to use org.gjt.mm.mysql.Driver but it's better to use com.mysql.jdbc.Driver, cf: http://dev.mysql.com/doc/refman/5.0/en/connector-j-reference-configuration-properties.html But otherwise it's ok.

Re: How to make Tomcat serve/listen to one more port?

2009-03-20 Thread Je suis la poubelle
I must admit that I'm lost, despite hours of readings I have to add that Tomcat documentation is never very clear and comprehensible. I can't see how a host can use such and such connector!? I mean, the connector's doc at

Re: How to make Tomcat serve/listen to one more port?

2009-03-20 Thread Je suis la poubelle
perso :) Translation: Je suis la poubelle means I'm the trashcan in French. This isn't my personal e-address; just a mailbox to receive stuffs like ads, mailing-lists, etc. Je suis la poubelle wrote: Currently, I access the Tomcat's default website using an URL like this: http

Re: How to make Tomcat serve/listen to one more port?

2009-03-20 Thread Je suis la poubelle
On Fri, Mar 20, 2009 at 7:04 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Je suis la poubelle [mailto:laps...@gmail.com] Subject: Re: How to make Tomcat serve/listen to one more port? Unfortunately, I really need (b). It's very easy to do (b) in IIS6, but it doesn't

How to make Tomcat serve/listen to one more port?

2009-03-19 Thread Je suis la poubelle
(I've searched through the archive back to November 2008 but it seems like this question hasn't been asked, so I take the risk to ask it :) ) My short question is: How to make Tomcat serve HTTP to one more port (in Windows Server 2003)? Tomcat listens to 8080 (or 80) for HTTP.

Re: How to make Tomcat serve/listen to one more port?

2009-03-19 Thread Je suis la poubelle
, Charles R chuck.caldar...@unisys.com wrote: From: Je suis la poubelle [mailto:laps...@gmail.com] Subject: How to make Tomcat serve/listen to one more port? Is it possible o make it listen to one more port, eg 12345, to serve HTTP? Just configure another connector for whatever ports you