RE: weird log output

2008-03-05 Thread Lessie Z. Mitch
>-Original Message- >From: David Delbecq [mailto:[EMAIL PROTECTED] >Sent: Tuesday, March 04, 2008 10:50 PM >To: Tomcat Users List >Subject: Re: weird log output > >En l'instant précis du 05/03/08 06:10, Lessie Z. Mitch s'exprimait en >ces termes: >&

weird log output

2008-03-04 Thread Lessie Z. Mitch
Running TC5.5.23 as lone web server on RHE4 box My apps are starting fine, logs are nice and clean, and then… this weird string appears within a few seconds: ßsnipà Mar 4, 2008 10:58:23 PM org.apache.coyote.http11.Http11BaseProtocol start INFO: Starting Coyote HTTP/1.1 on http-80 Mar

RE: HOWTO: install a Tomcat web application on Fedora 7 [was: ...]

2008-02-27 Thread Lessie Z. Mitch
I have to go with Gabe on this one. I recently relied on a hosting vendor to 'configure tomcat accurately' in Linux, and what a nightmare! The problem is that TC is so customizable. Depending on your school of thought, you might like the distro version - or you might like the project version of i

RE: Virtual Hosts: path="/" without using ROOT folder?

2008-02-27 Thread Lessie Z. Mitch
] Sent: Tuesday, February 26, 2008 10:06 PM To: Tomcat Users List Subject: Re: Virtual Hosts: path="/" without using ROOT folder? Lessie Z. Mitch wrote: > Why does my original configuration not work anymore? I will keep Mark's > recommended configuration but would like to know

RE: Virtual Hosts: path="/" without using ROOT folder?

2008-02-26 Thread Lessie Z. Mitch
Omg I must be tired... Ex-ay on the reply-ay... (can you tell I'm tired??) Final configuration: /tomcat_home/conf/server.xml Webapp starts fine, serves fine... rest of previous is okay - just the server.xml section ~LZM~ -Original Message- From: Lessie Z. Mitch [mailto:[

RE: Apache/Tomcat - mod_jk issues

2008-02-26 Thread Lessie Z. Mitch
Thank you Adam! 1- eepers! Okay, that was overlooked! Changed that. ^.^ 2- Not everything is secure (https). SSL is configured outside of the httpd.conf file for security reasons and defined in conf.d/someotherfile.conf, with conf.d being included (see previous post) 3- context files are loca

RE: Virtual Hosts: path="/" without using ROOT folder?

2008-02-26 Thread Lessie Z. Mitch
. Now, I go fight with the mod_jk ~LZM~ -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 26, 2008 10:41 AM To: Tomcat Users List Subject: Re: Virtual Hosts: path="/" without using ROOT folder? Lessie Z. Mitch wrote: >

RE: Virtual Hosts: path="/" without using ROOT folder?

2008-02-26 Thread Lessie Z. Mitch
distribution is prohibited by international law. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. -Original Message----- From: Lessie Z. Mitch [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 26, 2008 10:19 AM To

RE: Virtual Hosts: path="/" without using ROOT folder?

2008-02-26 Thread Lessie Z. Mitch
Safety first) ~~~~~~~~~~ Lessie Z. Mitch – SAFETY SYSTEMS HAWAII BRANDY SIGNS 815 Waiakamilo Rd. Honolulu, HI  96817 FX 808|842.1233 CL 808|306.9914 (24/7) PH 808|847.4017 (8a - 5p HST) www.safetysystemshawaii.com www.brandysigns.com "Read not to contradict and confute, nor to believe and take for granted, nor

RE: Virtual Hosts: path="/" without using ROOT folder?

2008-02-26 Thread Lessie Z. Mitch
If you are using apache, you still need to name your Virtual hosts in the httpd.conf. I am myself having mod_jk issues and awaiting response. > ahnf wrote: > http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html Does this work for TC5.5.x??? that is for TC6 -Original Message

Apache/Tomcat - mod_jk issues

2008-02-25 Thread Lessie Z. Mitch
Greetings list. For some reason web browser queries are not passing through apache to tomcat via mod_jk. I understand I may have a misconfiguration somewhere, I just cannot find it. L I am trying to host 4 separate domains, all with different java apps. Each domain has its own IP and own co

RE: Help getting MySQL connected to Tomcat

2008-02-25 Thread Lessie Z. Mitch
Yes, David, you are correct. After some reading, I realized that configuration was recommended by my application's vendor and is indeed erroneous. Thank you for the clarification & explanation. ~LZM~ -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Sunday, February

RE: Help getting MySQL connected to Tomcat

2008-02-23 Thread Lessie Z. Mitch
Try: url="jdbc:mysql://localhost:3306/javatest?autoReconnect=true" ~LZM~ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, February 23, 2008 4:01 PM To: users@tomcat.apache.org Subject: Help getting MySQL connected to Tomcat Hello, I'm trying to get