• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

cannot open localhost:8080

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i'm running Tomcat4.1.27 & installed it as service
everything was fine, i could visit the index & all my webapp pages. but after i restart the tomcat server, i can't even visit the tomcat index page
the status msg of IE keeps displaying:
Opening page http://localhost:8080/...
it takes forever...
i'd tried start & stop thru the service console many times, & reboot windows as well
anyone, pls HELP
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Exactly what happens when you reboot windows?
Since this is Tomcat 4.1.27 - did you install the special "hotfix"?
Which Java SDK version is installed and which Windows version are you running?
Bill
 
g wong
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thx, Willian
i'm using j2sdk1.4.2
actually, the windows starts as usual. but tomcat in the services panel does not start. so i have to start it myself.
i know nothing about hotfix, pls tell me more about that
 
g wong
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i wonder where i can download hotfix for tomcat4.1.27 running on windows 2000
or my problems related to that hotfix?
this hotfix seems to describe the problem of reloading, but my situation is i cannot access the localhost:8080 even the tomcat is started
it keeps loading but nth shows...
pls, sombody help~
 
William Brogden
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It looks like the hotfix has vanished from jakarta.apache.org - I guess they are now up to version 4.1.29 now. I have a copy of it if you want to continue with 4.1.27 - it is just 22K.
Is anything showing up in the Tomcat ../logs directory?
Bill
 
g wong
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thx so much, William
how do i get the file from you? i dunno if it's appropriate to leave my email here, but i really want it, [email protected]
here's the content of the log:
2003-12-08 14:46:41 WebappLoader[/inventory]: Deploying class repositories to work directory C:\Tomcat 4.1\work\Standalone\localhost\inventory
2003-12-08 14:46:41 WebappLoader[/inventory]: Deploy class files /WEB-INF/classes to C:\Tomcat 4.1\webapps\inventory\WEB-INF\classes
2003-12-08 14:46:41 WebappLoader[/inventory]: Deploy JAR /WEB-INF/lib/rowset.jar to C:\Tomcat 4.1\webapps\inventory\WEB-INF\lib\rowset.jar
2003-12-08 14:46:44 ContextConfig[/inventory]: Added certificates -> request attribute Valve
2003-12-08 14:46:44 StandardManager[/inventory]: Seeding random number generator class java.security.SecureRandom
2003-12-08 14:46:44 StandardManager[/inventory]: Seeding of random number generator has been completed
2003-12-08 14:46:44 StandardWrapper[/inventory efault]: Loading container servlet default
2003-12-08 14:46:44 StandardWrapper[/inventory:invoker]: Loading container servlet invoker
2003-12-08 14:46:45 WebappLoader[/wroxrealms]: Deploying class repositories to work directory C:\Tomcat 4.1\work\Standalone\localhost\wroxrealms
2003-12-08 14:46:45 WebappLoader[/wroxrealms]: Deploy class files /WEB-INF/classes to C:\Tomcat 4.1\webapps\wroxrealms\WEB-INF\classes
2003-12-08 14:46:45 WebappLoader[/wroxrealms]: Reloading checks are enabled for this Context
2003-12-08 14:57:02 WebappLoader[/inventory]: Deploying class repositories to work directory C:\Tomcat 4.1\work\Standalone\localhost\inventory
2003-12-08 14:57:02 WebappLoader[/inventory]: Deploy class files /WEB-INF/classes to C:\Tomcat 4.1\webapps\inventory\WEB-INF\classes
2003-12-08 14:57:02 WebappLoader[/inventory]: Deploy JAR /WEB-INF/lib/rowset.jar to C:\Tomcat 4.1\webapps\inventory\WEB-INF\lib\rowset.jar
2003-12-08 14:57:04 ContextConfig[/inventory]: Added certificates -> request attribute Valve
2003-12-08 14:57:04 StandardManager[/inventory]: Seeding random number generator class java.security.SecureRandom
2003-12-08 14:57:04 StandardManager[/inventory]: Seeding of random number generator has been completed
2003-12-08 14:57:04 StandardWrapper[/inventory efault]: Loading container servlet default
2003-12-08 14:57:04 StandardWrapper[/inventory:invoker]: Loading container servlet invoker
2003-12-08 14:57:06 WebappLoader[/wroxrealms]: Deploying class repositories to work directory C:\Tomcat 4.1\work\Standalone\localhost\wroxrealms
2003-12-08 14:57:06 WebappLoader[/wroxrealms]: Deploy class files /WEB-INF/classes to C:\Tomcat 4.1\webapps\wroxrealms\WEB-INF\classes
2003-12-08 14:57:06 WebappLoader[/wroxrealms]: Reloading checks are enabled for this Context
i see there's anothr file called stderr, is it useful too??
 
William Brogden
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That log looks pretty normal. Does stderr report any exceptions? I have emailed the hotfix zip.
Bill
 
g wong
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thx so much to you, william
should class file should i replace w/ the file you sent me?
here's the content in stderr:
Created catalinaLoader in: C:\Tomcat 4.1\server\lib
2003/12/8 下午 02:56:51 org.apache.commons.modeler.Registry loadRegistry
Loading registry information
2003/12/8 下午 02:56:51 org.apache.commons.modeler.Registry getRegistry
Creating new Registry instance
2003/12/8 下午 02:56:53 org.apache.commons.modeler.Registry getServer
Creating MBeanServer
2003/12/8 下午 02:56:59 org.apache.coyote.http11.Http11Protocol init
Initializing Coyote HTTP/1.1 on port 8088
2003/12/8 下午 02:57:01 org.apache.coyote.http11.Http11Protocol init
Initializing Coyote HTTP/1.1 on port 8443
 
g wong
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
anybody experienced that??
can anybody tell me which file should the hotfix22096 replace??
thx in advance
 
My favorite is a chocolate cupcake with white frosting and tiny ad sprinkles.
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic