[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Tomcat Again
- Subject: Re: [cobalt-users] Tomcat Again
- From: "Joseph Lundgren" <josephl@xxxxxxxxxxxx>
- Date: Fri Sep 13 12:57:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
When/if you do a cut-and-paste from
http://list.cobalt.com/pipermail/cobalt-developers/2002-January/035309.html
BE CAREFUL!! There are tons of wrapping errors that will cause the script to
malfunction (or, at least not function as well as it should)
I've re-posted the code with wrapping errors removed at
http://www.nu-world.com/support/cobalt_config.pl.txt
Works like a charm...
Joseph Lundgren
System Administrator
josephl@xxxxxxxxxxxx
Nu-World Communications
http://www.nu-world.com
Nu-World Communications
4015 Main St. Suite B
Springfield, OR 97478
(541)687-7200
(541)736-1094 (fax)
1-866-832-4872 (24-hour technical support)
########################SNIP############################
Message: 2
Date: Thu, 12 Sep 2002 14:09:37 -0400 (EDT)
From: Gerald Waugh <gwaugh@xxxxxxxxxxxxxxxxxxxxxxx>
To: Cobalt-Users <cobalt-users@xxxxxxxxxxxxxxx>
Subject: Re: [cobalt-users] Tomcat Again
Reply-To: cobalt-users@xxxxxxxxxxxxxxx
On Thu, 12 Sep 2002, Andy Jacobs wrote:
> OK, I've looked at the post about installing a hack to have jsp support on
a
> per site basis. One of the first lines is:
>
> my($tomcat_home,$tim,@sites,$ip,$path,@users);
>
> I'm assuming that $tim, @sites, $ip, $path and @users need to be changed
to
> something that means something to my server but I'm not sure what.
>
> The problem that I had was when I installed Tomcat from a pkg it started
> loads of processes and ground the server to a halt about once a week. Is
> this hack likely to solve this?
>
>
http://list.cobalt.com/pipermail/cobalt-developers/2002-January/035309.html
>
IIRC look at the file in /usr/java/jakarta-tomcat/bin/cobalt_config.pl
You eill find it uses those same references...
The diff is the pathc looks for afile called .java-on.
Watch out if you cut and paste as a comment on line 161 wraps to line 62
and will cause an error, so make sure you fix it before you restart httpd.
Gerald
--
http://frontstreetnetworks.com | http://raqware.com
229 Front Street, Ste. C, New Haven, CT. 06513-3203
Phone: +1 203-785-0699
########################SNIP############################