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:[EMAIL PROTECTED]
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>