Steven,

the servlet server and http server are one in the same. If you don't want
any webpages or jsp's to be shown on the default-web-site, blow away all of
the jsp's, the index.html etc in the default-web-site directory, and have an
empty web.xml. You can control the port the web site listens to by defining
the port in the default-web-site.xml (or more generally, the web-site.xml)
to be something like 10080, but only if you want to.

You can reach the servlet by using the pathtowebsite/servlet/nameofservlet,
or (if you change the port), pathtowebsite:someport/servlet/nameofservlet.

If you are trying to use this with apache, see the apache links at the site
www.orionsupport.com.

Regards,

the elephantwalker

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Scoopy
Sent: Thursday, June 07, 2001 2:07 PM
To: Orion-Interest
Subject: Disable HTTP-server or change port


Hello ,

How can I disable the HTTP-server ??? ( I only want to use the
Servlet-server
) Or can I change the port-number ?

Do I have to open this new port-number on my router ??

Greetz
Steven



Reply via email to