[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Removing JSP on RAQ4
- Subject: RE: [cobalt-users] Removing JSP on RAQ4
- From: "Ahmad Kurdi" <ahmad@xxxxxxxxxxxxx>
- Date: Fri Mar 21 14:40:02 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
This is in Cobalt-Java manual:
Disabling the Tomcat engine
If you no longer want to use Tomcat, you can deactivate it.
You must first turn off the Java virtual machines that handle the
requests and
prevents Tomcat from launching in the future.
To do this:
1. Log into the Sun Cobalt server appliance as the user admin.
2. Enter
su -
The system prompts you for a password.
3. Enter the password for the user admin. You now have root privileges,
meaning that you can change anything on the server appliances's
operating
system.
4. Enter the following commands:
/sbin/chkconfig -del tomcat.init
/etc/rc.d/init.d/tomcat.init stop
You must now edit the Apache configuration file so that requests for
JSPs and
servlets are not handled.
1. In the Apache configuration file, locate the line with "# Setup
Tomcat". A
few configuration directives follow this line; these directives differ
between
the Sun Cobalt Qube 3 appliance and Sun Cobalt RaQ server appliances.
2. Put a hash mark (#) at the start of each of these lines until the
first blank line.
The hash marks disable these directives.
Finally, for the changes to take effect, you must restart the Web
server. Enter the
following command:
/etc/rc.d/init.d/httpd restart
---ends---
Ahmad
-----Original Message-----
From: cobalt-users-admin@xxxxxxxxxxxxxxx
[mailto:cobalt-users-admin@xxxxxxxxxxxxxxx] On Behalf Of Matt
Sent: 20 March 2003 17:20
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: [cobalt-users] Removing JSP on RAQ4
Hello,
I installed the Tomkat JSP component from SUN about two months ago onto
my
RAQ4r and I would like to remove it. Is there a way to do this? Is there
a
command line removal process?
Thank You,
Matt
_____________________________________
cobalt-users mailing list
cobalt-users@xxxxxxxxxxxxxxx
To subscribe/unsubscribe, or to SEARCH THE ARCHIVES, go to:
http://list.cobalt.com/mailman/listinfo/cobalt-users