Re: urgent !!!!problem with availability of port !

2002-12-11 Thread Jacob Kjome
Hello neha,

Switch the port that the http connector for Tomcat in server.xml is
pointing to.  For instance...



Notice that I changed the "port" attribute to "8081" where it was
"8080" in the default server.xml configuration.

Now access your app via:
http://localhost:8081/myapp/


If you use SSL, you might have to change the "redirect" port as well.
Use this same idea for other stuff like the JK connector port if you
use that.

Jake
   
Wednesday, December 11, 2002, 9:29:17 AM, you wrote:


ns> Hello sir/mam ,

ns> the port 8080 that si default for tomcat cani change it to some other port no as 
it is never free on my school server for that where all do i ahev to amke changes .

ns> PLs can u reply asap as i have my demo today and post 8080 is in use .

ns> reagrds

ns> neha 



ns> -
ns> Do you Yahoo!?
ns> Yahoo! Mail Plus - Powerful. Affordable. Sign up now



-- 
Best regards,
 Jacobmailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: urgent !!!!problem with availability of port !

2002-12-11 Thread Johnson, Garrett
To chage the port:

1.  Open server.xml file in your $TOMCAT_HOME/conf/ directory.
2.  Find the section describing the main Tomcat Connector:

...mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 11, 2002 10:29 AM
To: [EMAIL PROTECTED]
Subject: urgent problem with availability of port !



Hello sir/mam ,

the port 8080 that si default for tomcat cani change it to some other port
no as it is never free on my school server for that where all do i ahev to
amke changes .

PLs can u reply asap as i have my demo today and post 8080 is in use .

reagrds

neha 



-
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: urgent !!!!problem with availability of port !

2002-12-11 Thread rsequeira

You can change it to whatever you wish as long as it doesn't conflict with
any other. The default port for HTTP is 80. But Tomcat by default (if no
changes have been made to server.xml) listens on port 8080. Use netstat -an
(and grep for LISTEN if you are on a Unix box). This will tell you which
ports are in use. Then pick a number (>1024) which doesn't match any
returned by the previous command. Edit server.xml. And you are ready to go.

RS




   

  neha shah

 cc: 

   Subject:  urgent problem with 
availability of port !
  12/11/02 09:29 AM

  Please respond to

  "Tomcat Users

  List"

   

   






Hello sir/mam ,

the port 8080 that si default for tomcat cani change it to some other port
no as it is never free on my school server for that where all do i ahev to
amke changes .

PLs can u reply asap as i have my demo today and post 8080 is in use .

reagrds

neha



-
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now




This transmission is intended to be strictly confidential. If you are not
the intended recipient of this message, you may not disclose, print, copy
or disseminate this information. If you have received this in error, please
reply and notify the sender (only) and delete the message. Unauthorized
interception of this e-mail is a violation of federal criminal law.



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: urgent !!!!problem with availability of port !

2002-12-11 Thread Reynir Hübner
You change it in server.xml where the HTTP connector is specified.
You find server.xml under c:\$tomcathome$\conf\server.xml


Hope it helps
-reynir

> -Original Message-
> From: neha shah [mailto:[EMAIL PROTECTED]] 
> Sent: 11. desember 2002 15:29
> To: [EMAIL PROTECTED]
> Subject: urgent problem with availability of port !
> 
> 
> 
> Hello sir/mam ,
> 
> the port 8080 that si default for tomcat cani change it to 
> some other port no as it is never free on my school server 
> for that where all do i ahev to amke changes .
> 
> PLs can u reply asap as i have my demo today and post 8080 is in use .
> 
> reagrds
> 
> neha 
> 
> 
> 
> -
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now
> 

--
To unsubscribe, e-mail:   
For additional commands, e-mail: