• 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
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

I think one of my installation of tomcat has been corrupted????

 
Ranch Hand
Posts: 106
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using tomcat web server.
I use it to program JSP and Servlets.
I have installed tomcat on 3 seperate computers.
When I start tomcat on one of these computers I get the followning on the dos prompt:
at org.apache.tomcat.startup.EmbededTomcat.initContextManager(EmbededTom
cat.java:564)
at org.apache.tomcat.startup.EmbededTomcat.execute1(EmbededTomcat.java:7
03)
at org.apache.tomcat.startup.EmbededTomcat$1.run(EmbededTomcat.java:687)
at org.apache.tomcat.util.compat.Jdk12Support$PrivilegedProxy.run(Jdk12S
upport.java:190)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.tomcat.util.compat.Jdk12Support.doPrivileged(Jdk12Support.
java:100)
at org.apache.tomcat.startup.EmbededTomcat.execute(EmbededTomcat.java:68
5)
at java.lang.reflect.Method.invoke(Native Method)
at org.apache.tomcat.util.IntrospectionUtils.execute(IntrospectionUtils.
java:87)
at org.apache.tomcat.startup.Main.execute(Main.java:313)
at org.apache.tomcat.startup.Main.main(Main.java:140)
EmbededTomcat: Init time 8630
2002-10-08 14:16:38 - Http10Interceptor: Starting on 8080
2002-10-08 14:16:38 - Ajp12Interceptor: Starting on 8007
2002-10-08 14:16:38 - Ajp13Interceptor: Starting on 8009
EmbededTomcat: Startup time 2250

I don't think this is right???
Beacuse on the other two computers I get messages that are similar to:
2002-10-08 20:08:48 - AutoWebApp: Auto-Adding DEFAULT:/myJSPs
2002-10-08 20:08:48 - AutoWebApp: Auto-Adding DEFAULT:/test
2002-10-08 20:08:48 - AutoWebApp: Auto-Adding DEFAULT:/servlettest
2002-10-08 20:08:48 - AutoWebApp: Auto-Adding DEFAULT:/test2
2002-10-08 20:08:48 - AutoWebApp: Auto-Adding DEFAULT:/testservlet
2002-10-08 20:08:48 - ContextManager: Tomcat configured and in stable state
2002-10-08 20:08:48 - ContextManager: Adding DEFAULT:/admin
2002-10-08 20:08:48 - ContextManager: Adding DEFAULT:/examples
2002-10-08 20:08:48 - ContextManager: Adding DEFAULT:/ROOT
2002-10-08 20:08:48 - ContextManager: Adding DEFAULT:/myJSPs
2002-10-08 20:08:48 - ContextManager: Adding DEFAULT:/test
2002-10-08 20:08:48 - ContextManager: Adding DEFAULT:/servlettest
2002-10-08 20:08:48 - ContextManager: Adding DEFAULT:/test2
2002-10-08 20:08:48 - ContextManager: Adding DEFAULT:/testservlet
EmbededTomcat: Init time 5660
2002-10-08 20:08:49 - Http10Interceptor: Starting on 8080
2002-10-08 20:08:49 - Ajp12Interceptor: Starting on 8007
2002-10-08 20:08:49 - Ajp13Interceptor: Starting on 8009
EmbededTomcat: Startup time 710
 
reply
    Bookmark Topic Watch Topic
  • New Topic