RE: catalina errors

2009-04-20 Thread Walter Thompson
ré Warnier [mailto:a...@ice-sa.com] Sent: Friday, April 17, 2009 10:52 AM To: Tomcat Users List Subject: Re: catalina errors Walter Thompson wrote: > > I am running the following configuration: > > Windows Server 2003 > Apache 2.2.6 front end > Tomcat 6.0.16.0 backend for

catalina errors

2009-04-17 Thread Walter Thompson
I am getting three or more errors when tomcat starts. Thanks for any help or suggestions you can give me. I am running the following configuration: Windows Server 2003 Apache 2.2.6 front end Tomcat 6.0.16.0 backend for servlets Java 1.6.0_13-b03 mod_SSL 2.2.6 openSSL 0.9.8g The SSL Certific

RE: Graceful shutdown

2008-07-04 Thread Walter Thompson
Try using shutdown.sh and startup.sh to start and stop Tomcat. Walter -Original Message- From: Antonio Parolini [mailto:[EMAIL PROTECTED] Sent: Friday, July 04, 2008 2:54 AM To: users@tomcat.apache.org Subject: Graceful shutdown Hello, We use Tomcat 5.5.23 Using the command "catalin

RE: Log4j Logging

2008-06-24 Thread Walter Thompson
2008 3:45 PM To: Tomcat Users List Subject: Re: Log4j Logging Walter Thompson wrote: > OK. It doesn't give 404, how about fixing the page not found on this > server error too? I'm not a mind reader. Which link is broken? Mark --

RE: Log4j Logging

2008-06-24 Thread Walter Thompson
OK. It doesn't give 404, how about fixing the page not found on this server error too? -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2008 3:30 PM To: Tomcat Users List Subject: Re: Log4j Logging David Fisher wrote: > (3) On the logger FAQ page th

RE: SEVERE: Null component Catalina:type=JspMonitor,name=jsp,WebModule=//localhost/finalServer,J2EEApplication=none,J2EEServer=none

2008-06-24 Thread Walter Thompson
1) What OS are you running? 2) What JRE or JDK have you installed? 3) If in windows did you set environment variables? Walter -Original Message- From: reena george [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2008 1:42 PM To: users@tomcat.apache.org Subject: SEVERE: Null component

RE: URL encoding problem IIS6 / JK1.2.25 / Tomcat 5.5.20

2008-06-24 Thread Walter Thompson
Try taking out the square brackets from the jsp part and see if it works without them (http://localhost/testbrackets.jsp). Also, you shouldn't need the /webapp if Tomcat is configured correctly. Make sure your directory structure is correct. Walter -Original Message- From: Jesse Klaasse

RE: Pointers in tomcat

2008-06-23 Thread Walter Thompson
The Thawte certificate is not you domain registration. Your domain registration is separate from the certificate. Since I don't know the actual domain name you are refering to, I can't look up who did you domain registration. By the way www.mysite.com is a working website, is this your actual web

RE: Pointers in tomcat

2008-06-23 Thread Walter Thompson
On second thought, is thawte who registered your domain or did they just provide your server certificate? Where ever you registered your domain is where you can get them to do the redirect. I think there is a small fee for this service. Walter -Original Message- From: Mathias P.W Nilsso

RE: Pointers in tomcat

2008-06-23 Thread Walter Thompson
You should get your registor (thawte) to add the redirect to your domain. No need to change webapp. Walter -Original Message- From: Mathias P.W Nilsson [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2008 1:18 PM To: users@tomcat.apache.org Subject: Pointers in tomcat Hi! I have a

RE: Running on Mac OS 10.4

2008-06-22 Thread Walter Thompson
tstrap.jar exists Martin - Original Message ----- From: "Walter Thompson" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Saturday, June 21, 2008 5:29 PM Subject: RE: Running on Mac OS 10.4 1) .zip 2) java is 1.5 3) yes, using startup.sh Walter -Original Mes

RE: Running on Mac OS 10.4

2008-06-21 Thread Walter Thompson
OK, another question, how do you set environment variables in Mac OS? Thanks. -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Saturday, June 21, 2008 4:57 PM To: Tomcat Users List Subject: RE: Running on Mac OS 10.4 > From: Walter Thompson [mailto:[EM

RE: Running on Mac OS 10.4

2008-06-21 Thread Walter Thompson
1) .zip 2) java is 1.5 3) yes, using startup.sh Walter -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Saturday, June 21, 2008 4:22 PM To: Tomcat Users List Subject: RE: Running on Mac OS 10.4 > From: Walter Thompson [mailto:[EMAIL PROTECTED] > S

RE: Running on Mac OS 10.4

2008-06-21 Thread Walter Thompson
Sorry I didn't mention that, the .zip version. -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Saturday, June 21, 2008 4:22 PM To: Tomcat Users List Subject: RE: Running on Mac OS 10.4 > From: Walter Thompson [mailto:[EMAIL PROTECTED] > Subject:

Running on Mac OS 10.4

2008-06-21 Thread Walter Thompson
ave a clue what is causing the problem? Thanks for any help! Walter Thompson

RE: A few questions

2008-06-19 Thread Walter Thompson
10:30:15 -0500 From: Walter Thompson <[EMAIL PROTECTED]> Subject:RE: A few questions To: Tomcat Users List Send reply to: Tomcat Users List > In the Tomcat bin directory there should be two batch files > "startup.bat" and "shu

RE: A few questions

2008-06-19 Thread Walter Thompson
In the Tomcat bin directory there should be two batch files "startup.bat" and "shutdown.bat" that should work fine unless you are running Tomcat as a service. If running as a service, use services to stop and start. Walter -Original Message- From: jan [mailto:[EMAIL PROTECTED] Sent: Th

RE: NoClassDefFoundError

2008-06-19 Thread Walter Thompson
Use JRE_HOME not JAVA_HOME. It should point to jre1.6.0.02 directory. If you are trying to access the site from the machine it is on try http://localhost:8080 , if you are trying to access it from a remote system across the network use http://###.###.###.###:8080 the machine actual IP address, 127

RE: Tomcat producing (near) duplicate Catalina logs

2008-06-13 Thread Walter Thompson
Check your server.xml config file for valves-logs settings. -Original Message- From: Lucas Campbell [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2008 9:33 AM To: users@tomcat.apache.org Subject: Tomcat producing (near) duplicate Catalina logs Recently we've discovered that our Tomca

RE: mapping tomcat to ip address behind router

2008-06-13 Thread Walter Thompson
Maybe your router doesn't recognize the IP address you are using. IP numbers usually are 0-255 and the end number in your IP address is 456? -Original Message- From: Johnny Kewl [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2008 11:08 PM To: Tomcat Users List Subject: Re: mapping to

RE: give error in upload a image in tomcat 6 but works well in tomcat 4

2008-06-13 Thread Walter Thompson
I have run into a simular problem going from Tomcat 5 to Tomcat 6, I had to set many of the file paths as absolute. Try changing : save_File ="/data2/opt/jakarta-tomcat-4.1.24/webapps/Oa/BOG/" + saveFile; To : save_File ="C:(Plus anything in front of)/data2/opt/ja

RE: Relative internal links

2008-06-05 Thread Walter Thompson
using these paths (from browser or servlet code)? --David Walter Thompson wrote: > I have run into an issue with Tomcat6. In Tomcat5 we were using links > like "../webapps/MCRCServlets/logs/MCRCServlet.log" in the Java Code. > > I copied all of the folders over from Tomc

Relative internal links

2008-06-04 Thread Walter Thompson
that I can change to make the relative references work? What would the config code would I add? I have searched everywhere for an answer to this quest and found no answers. Thanks for any help anyone can offer! Walter Thompson Midland Certified Reagent Company 3112 W Cuthbert Avenue Midland, T