Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: stupid servlet engine

Re: stupid servlet engine

From: Peter Sylvester <peters_no_spam_please_at_mitre.org>
Date: Mon, 24 Nov 2003 13:30:59 -0500
Message-ID: <bptip3$ao1$1@newslocal.mitre.org>


If you are using an spfile, convert it to the older init.ora form and delete the spfile.
Comment out or delete the line:
#dispatchers="(PROTOCOL=TCP) (SERVICE=sidXDB)" Then bounce the database, and port 8080 will then be free - no need to do anything else.
(The above assumes you don't need the XDB servlet functionality).

--Peter

bigbinc wrote:
> I am trying to disable the oracle servlet engine with oracle 9.2 on
> port 8080
>
> (actually we have 8 installed also and may have not removed all the
> apps)
>
> I have tried these commands
> % cd $ORACLE_HOME/jis/install
> % sess_sh -u sys/change_on_install -role SYSDBA -s
> jdbc:oracle:oci8:@
> $ @serverendp.ssh admin 8089 9090 -register
> $ exit
>
> the commands above, move the servlet engine to port 8089 and doesnt
> disable port 8080,
>
> I have commented the last line of text in the Apache/Apache/http.conf
>
> something about ### oracle.conf.
>
> but I still cant rid of that stupid pig.
>
> I have already disabled the OracleHTTPServer through services on
> windows2000.
>
> How do I kill that damn oracle servlet.
Received on Mon Nov 24 2003 - 12:30:59 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US