• 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:

Tomcat startup

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,
I m a beginner in Tomcat and is trying to install Tomcat 4.1.12. I have previously installed Tomcat 3.3 and also 4.0. Both worked fine except for encoding problems with Japanese characters. The current version is also working fine except for a strange problem that I am facing right now.
When I start my Tomcat it goes in the digester classes and starts to read all the XML files in my server. when I say it reads means it goes through each and every tag in each and every XML file in the server starting with server.xml.
I am sorry but I am not able to figure where I have commited the mistake due to which this is happening. By the way server starts fine but takes 2-8 minutes depending on the number of XML files I have. Also the same configuration is working fine on the other machine I have. Is it something to do with Xerces or else???
I am using JDK 1.4 and also have Apache installed on my Win NT 4.0 machine. If anyone can help me with this I will be greatful.
Thanks
Regards
 
Ranch Hand
Posts: 424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
using Tomcat from jwsdp it needs some 30 seconds to start (330 Mhz 192 MB) W2000 (nealy NT4).
 
Ranch Hand
Posts: 334
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does Tomcat work better installed on LINUX than on Windows ?
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic