RE: changing the name of tomcat homedir - impact?

2007-04-18 Thread Rick Fisk
You can name it anything you want. I have never once installed tomcat under its default directory name and have never had any problems arise from the practice. -Original Message- From: Christoph P. Kukulies [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 18, 2007 5:38 AM To: [EMAIL

RE: Very basic web server hosting question

2006-10-30 Thread Rick Fisk
The point is, whether you were using Apache, IIS, or Tomcat, the problem you are trying to resolve is generic and not related to tomcat itself. Thus, this probably isn't the proper forum to direct your question. -Original Message- From: CANADAFAST INC. [mailto:[EMAIL PROTECTED] Sent:

RE: Tomcat 5.5 Regular Expression as servlet-mapping url-pattern

2006-10-27 Thread Rick Fisk
Have you tried using getServletContext()? (http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/ServletC ontext.html) We use this as a means to find and match our properties (stored in a common property container directory by context) since we deploy multiple instances of the same app

RE: Tomcat not serving pages

2006-10-08 Thread Rick Fisk
Tomcat doesn't run on port 80 by default, Mike. Try http://localhost:8080/ -Original Message- From: mike dorian [mailto:[EMAIL PROTECTED] Sent: Saturday, October 07, 2006 11:19 AM To: users@tomcat.apache.org Subject: Tomcat not serving pages Hi, Having a bit of a problem on running

RE: Tomcat logging problem

2006-10-03 Thread Rick Fisk
I tried your script both ways and it worked flawlessly on a CentOS 3.6 box. I would take a look under which user the jvm is running after you start your script. (ps -ef | grep java) If it is running as root then that might indicate that something about the su command isn't working as expected.

[Solution] mod_jk: Could not find a worker for worker name=worker1

2006-09-27 Thread Rick Fisk
I was having a bit of trouble with mod_jk1.2.19 and virtual host configuration in apache 2. I hope I can shed some light on what I discovered and put this question to rest. The error message in the subject can be found all over the net with no helpful responses.I know, I was having this