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

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: Yes, I understand that the same info is sent in HTTP header, but well, that's in theory, and everybody knows that what's true in theory isn't always true in pr

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 wrote: >

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 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 firewall or

In server.xml, what if element isn't specified within a 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 element in server.xml in order to make Tomcat serve one more port, I seem to have user/authentication problem within VMWare Server 2.

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 wrote: > [snipped] > > Good luck to all. > And of course, restart Tomcat service at the end ;)

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 , and put > > the second and another inside that. > > If th

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

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

2009-03-20 Thread Je suis la poubelle
on adresse 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

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 http://tomcat.apache.org/tomcat-6.0-doc/config/http.htmldoes

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-19 Thread Je suis la poubelle
t 2:24 PM, Caldarale, 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,

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. Is