| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 11 months |
| seen | Jun 16 at 6:25 | |
| stats | profile views | 9 |
|
Jan 16 |
accepted | yum install obsolete openoffice instead of libreoffice |
|
Jan 15 |
awarded | Yearling |
|
Oct 1 |
asked | deleting out a single file from an old subversion revision from the repository |
|
Sep 24 |
accepted | tomcat6 won't start on SL6 |
|
Aug 22 |
awarded | Commentator |
|
Aug 22 |
answered | tomcat6 won't start on SL6 |
|
Aug 22 |
comment |
tomcat6 won't start on SL6 ... Rebooting fixed it... Out goes the whole "You never need to reboot linux" saying. A lesser man might be embarrassed. |
|
Aug 22 |
comment |
tomcat6 won't start on SL6 Interestingly enough, in Google'ing, I've seen others do the same, but I am unable to find that file. I presume it's in tomcat's home directory (/usr/share/tomcat for me) under the bin directory, but it's not. Apparently /etc/init.d/tomcat6 ultimately calls to /usr/sbin/tomcat6. Would that be the equivalent? |
|
Aug 22 |
revised |
tomcat6 won't start on SL6 added 9225 characters in body |
|
Aug 22 |
comment |
tomcat6 won't start on SL6 60 and 30 read `${JAVACMD} $JAVA_OPTS $CATALINA_OPTS `, but I assume it's referencing ${2} at the very end. The ambiguous URL is a variable we set in the JAVA_OPTS to help us reference our single sign on service, and I omitted the URL for security reasons. |
|
Aug 22 |
asked | tomcat6 won't start on SL6 |
|
Jul 19 |
asked | yum install obsolete openoffice instead of libreoffice |
|
Nov 10 |
awarded | Tumbleweed |
|
Oct 25 |
awarded | Supporter |
|
Oct 25 |
accepted | Apache tomcat equivalent of apachectl graceful |
|
Oct 25 |
comment |
Apache tomcat equivalent of apachectl graceful Thanks for the clarification. It makes sense... Unfortunately. |
|
Oct 25 |
asked | Apache tomcat equivalent of apachectl graceful |
|
Sep 13 |
accepted | create a specific directory within each directory in bash |
|
Sep 13 |
comment |
create a specific directory within each directory in bash Thanks, in my case, I just found out that find -type d -not -name log -exec mkdir {}/log \; also worked for me. |
|
Sep 13 |
asked | create a specific directory within each directory in bash |