Re: how to eliminate port number?

2000-12-20 Thread Ted Husted




On 12/20/2000 at 6:34 PM Katsuyuki Michishita wrote:  
tomcat need to put port number 8080 in the URL, is there any way that I do not 
have to put 8080? 

If Tomcat is the only Web server on the machine, change the 
default Tomcat port to 80 in its server.xml configuration.

From TC3.2

 !--  Connectors 
 --

 !-- Normal HTTP 
-- Connector 
className="org.apache.tomcat.service.PoolTcpConnector" 
Parameter name="handler" 
 
value="org.apache.tomcat.service.http.HttpConnectionHandler"/ 
Parameter name="port" 
 
value="8080"/ 
/Connector




-- Ted Husted, Husted dot Com, Fairport NY USA.
-- Custom Software ~ Technical Services.
-- Tel 716 425-0252; Fax 716 223-2506.
-- http://www.husted.com/




Re: how to eliminate port number?

2000-12-20 Thread Bhavesh Vakil



Set you tomcat server on port 80. This setting is 
only work if no other server is running on port 80.

Bhavesh.

  - Original Message - 
  From: 
  Katsuyuki 
  Michishita 
  To: [EMAIL PROTECTED] 
  Sent: Wednesday, December 20, 2000 9:34 
  AM
  Subject: how to eliminate port 
  number?
  
  tomcat need to put port number 8080 in the URL, is there any 
  way thatIdo not have to put 8080? 



RE: how to eliminate port number?

2000-12-20 Thread Kitching Simon

And of course, Ted has assumed that you are running on windows.
For unix, there are additional issues, as port 80 can be listened on
only by programs running as "root".

 -Original Message-
 From: Ted Husted [SMTP:[EMAIL PROTECTED]]
 Sent: Wednesday, December 20, 2000 10:55 AM
 To:   Tomcat User List
 Subject:      Re: how to eliminate port number?
 
 On 12/20/2000 at 6:34 PM Katsuyuki Michishita wrote: 
  tomcat need to put port number 8080 in the URL, is there any way that I
 do not have to put 8080?  
  
 If Tomcat is the only Web server on the machine, change the default Tomcat
 port to 80 in its server.xml configuration.
  
 
 From TC3.2
  
   !--  Connectors  --
  
 !-- Normal HTTP --
 Connector className="org.apache.tomcat.service.PoolTcpConnector"
 Parameter name="handler" 
  
 value="org.apache.tomcat.service.http.HttpConnectionHandler"/
 Parameter name="port" 
 value="8080"/
 /Connector
  
 
 
 -- Ted Husted, Husted dot Com, Fairport NY USA.
 -- Custom Software ~ Technical Services.
 -- Tel 716 425-0252; Fax 716 223-2506.
 -- http://www.husted.com/