Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7516591
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T01:10:49+00:00 2026-05-30T01:10:49+00:00

I downloaded tomcat 6, changed the port on server.xml to 8040 and started tomcat.

  • 0

I downloaded tomcat 6, changed the port on server.xml to 8040 and started tomcat. I don’t see anything by going to localhost:8040, localhost:8040/manager/html and other apps. I have jdk 1.7 installed and tomcat 7 installed previously as a service. But then removed tomcat 7 and I am using the zipped version of tomcat 6. The installer version of tomcat 7 worked fine.

When tomcat starts, I see the following

    Feb 17, 2012 10:16:13 PM org.apache.catalina.core.AprLifecycleListener init
    INFO: Loaded APR based Apache Tomcat Native library 1.1.22.
    Feb 17, 2012 10:16:13 PM org.apache.catalina.core.AprLifecycleListener init
    INFO: APR capabilities: IPv6 [false], sendfile [true], accept filters [false], r
    andom [true].
    Feb 17, 2012 10:16:14 PM org.apache.coyote.http11.Http11AprProtocol init
    INFO: Initializing Coyote HTTP/1.1 on http-8040
    Feb 17, 2012 10:16:14 PM org.apache.coyote.ajp.AjpAprProtocol init
    INFO: Initializing Coyote AJP/1.3 on ajp-8009
    Feb 17, 2012 10:16:14 PM org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 2551 ms
    Feb 17, 2012 10:16:15 PM org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    Feb 17, 2012 10:16:15 PM org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Apache Tomcat/6.0.35
    Feb 17, 2012 10:16:15 PM org.apache.catalina.startup.HostConfig deployDescriptor

    INFO: Deploying configuration descriptor host-manager.xml
    Feb 17, 2012 10:16:15 PM org.apache.catalina.startup.HostConfig deployDescriptor

    INFO: Deploying configuration descriptor manager.xml
    Feb 17, 2012 10:16:15 PM org.apache.catalina.startup.HostConfig deployDirectory
    INFO: Deploying web application directory docs
    Feb 17, 2012 10:16:15 PM org.apache.catalina.startup.HostConfig deployDirectory
    INFO: Deploying web application directory examples
    Feb 17, 2012 10:16:16 PM org.apache.catalina.startup.HostConfig deployDirectory
    INFO: Deploying web application directory ROOT
    Feb 17, 2012 10:16:16 PM org.apache.coyote.http11.Http11AprProtocol start
    INFO: Starting Coyote HTTP/1.1 on http-8040
    Feb 17, 2012 10:16:16 PM org.apache.coyote.ajp.AjpAprProtocol start
    INFO: Starting Coyote AJP/1.3 on ajp-8009
    Feb 17, 2012 10:16:16 PM org.apache.catalina.startup.Catalina start
    INFO: Server startup in 1507 ms

Output from netstat

    C:\Windows\System32>netstat

    Active Connections

      Proto  Local Address
      TCP    127.0.0.1:12080
      TCP    127.0.0.1:12080
      TCP    127.0.0.1:12080
      TCP    127.0.0.1:12080
      TCP    127.0.0.1:12080
      TCP    127.0.0.1:12080
      TCP    127.0.0.1:12080
      TCP    127.0.0.1:12080
      TCP    127.0.0.1:12080
      TCP    127.0.0.1:49167
      TCP    127.0.0.1:49168
      TCP    127.0.0.1:62994
      TCP    127.0.0.1:63002
      TCP    127.0.0.1:63008
      TCP    127.0.0.1:63023
      TCP    127.0.0.1:63029
      TCP    127.0.0.1:63039
      TCP    127.0.0.1:63041
      TCP    127.0.0.1:63044
      TCP    192.168.1.5:60959
      TCP    192.168.1.5:60982
      TCP    192.168.1.5:62995
      TCP    192.168.1.5:62996
      TCP    192.168.1.5:63035
      TCP    192.168.1.5:63036
      TCP    192.168.1.5:63038
      TCP    192.168.1.5:63040
      TCP    192.168.1.5:63043
      TCP    192.168.1.5:63045
      TCP    [::1]:1521
      TCP    [::1]:49177 

With netstat -a -n looks liek this

  TCP    0.0.0.0:8040           0.0.0.0:0              LISTENING   
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T01:10:50+00:00Added an answer on May 30, 2026 at 1:10 am

    The log file snippet shown above does not reveal any errors. Do you receive any error while trying to access the applications on port 8040 ? Have you tried executing netstat and performing a grep on port 8040 ?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have my Tomcat server running, I downloaded the Guacamole VNC Viewer, and I
I downloaded Liferay Tomcat bundle and I can see that there is a JRE
I downloaded and setup my Apache Tomcat 6 in our production server. I then
I have downloaded tomcat 6.0.Zip file and unzipped in Tomcat Folder. and i have
I have downloaded the latest version of tomcat 7 i.e 7.0.23 as of 1/16/2011.
I recently downloaded Tomcat 7.x as a zip. Running the version.bat gives the following:
I just downloaded Netty for a personal client-server-project from here: http://netty.io/downloads/netty-3.3.0.Final-dist.tar.bz2 On the download
I downloaded tomcat version 7.0.16 binary distributions core tar.gz from tomcat's official website to
I downloaded Tomcat 6 from Tomcat Website and try to install. I found the
I'm new to BlazeDS. I've downloaded BlazeDS 4 and installed in on my Tomcat

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.