RE: suddenly I cannot run servlets anymore

2007-08-13 Thread Tuomas
.23/ drwxr-xr-x 11 root root 4096 2007-08-13 19:11 apache-tomcat-5.5.23/ *.class file are owned by my user account (tuope). My umask settings give them a '-rw---' permission mode by default. Should all the class files I put in /usr/local/bin/tomcat/shared/classes, be owned by roo

suddenly I cannot run servlets anymore

2007-08-13 Thread Tuomas
r/lib/jvm/java-6-sun-1.6.0.00 $ echo $CLASSPATH /usr/local/bin/tomcat/common/lib/jsp-api.jar:/usr/local/bin/tomcat/common/lib/servlet-api.jar:/home/tuope/src/web/servlets:. Does anyone know what might be causing this odd behavior? I am unarmed. :-( Tuomas -- [EMAIL PROTECTED] http:

Re: forced to constantly restart Tomcat

2006-11-02 Thread Tuomas
diting conf/server.xml so that Tomcat binds to the port 80. But since Tomcat runs non-root, that's not allowed. So I re-edited conf/server.xml and changed the port to the original value--8080. Things seem to work OK now. I thank you for your help! Bes

RE: forced to constantly restart Tomcat

2006-11-02 Thread Tuomas
> The catalina files are more likely to have something of interest. In > particular, look during the time period right after you make the browser > request. See if anything like these messages is in there: Here is it. I cannot decipher it. Sorry for the lengthy quotation. Nov 2, 2006 9:27:42 PM

Re: forced to constantly restart Tomcat

2006-11-02 Thread Tuomas
> If you're getting a "connection refused" error, it may be that you're > using > the wrong local host IP address. check the sys/host file, it may have an > entry in there that looks like this: > > your_user_name 127.0.1.1 desktop:/etc# cat /etc/hosts 127.0.0.1 localhost.localdomain local

RE: forced to constantly restart Tomcat

2006-11-02 Thread Tuomas
-tomcat-5.5.20/ [EMAIL PROTECTED]:/usr/local/bin$ export | grep -i java declare -x JAVA_HOME="/usr/local/java/jdk1.5.0_09" declare -x PATH="/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/usr/local/java/jdk1.5.0_09/bin" I have no clue. :-( Why me? ;-) Tuomas -

forced to constantly restart Tomcat

2006-11-02 Thread Tuomas
ng CATALINA_TMPDIR: /usr/local/bin/apache-tomcat-5.5.20/temp Using JRE_HOME: /usr/local/java/jdk1.5.0_09 desktop:/usr/local/bin/apache-tomcat-5.5.20/bin# Thanks for your help! I am sorry to ask such a "newbie question." However, I g