You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by neha shah <ne...@yahoo.com> on 2002/12/11 16:29:17 UTC

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

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

Posted by Jacob Kjome <ho...@visi.com>.
Hello neha,

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

<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
               port="8081" minProcessors="5" maxProcessors="75"
               enableLookups="true" redirectPort="8443"
               acceptCount="10" debug="0" connectionTimeout="20000"
               useURIValidationHack="false" />

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,
 Jacob                            mailto:hoju@visi.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>