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

Windows 98 / Tomcat

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have heard that configuring Tomcat to work with Windows 98 is difficult. If it is difficult that should not be a problem but instead a learning experience. Can anyone please tell me in advance if there is any functionality that Tomcat offers that Windows 98 cannot support?
Thank you in advance.
 
Sheriff
Posts: 7001
6
Eclipse IDE Python C++ Debian Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Tomcat works fine with Windows 98.
 
Ranch Hand
Posts: 4716
9
Scala Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The only problem I had with Tomcat was the tomcat-apache.conf file(created by tomcat) had an error "AddType test/jsp .jsp" instead of "AddType text/jsp .jsp" so I edited and incuded the tomcat.conf file in apache's http.conf file instead of the recommended tomcat-apache.conf file. They might have fixed it by now. I also had a problem with apache itself. I had to set the ServerName. The documetation said I didnt have to. I originally set it to localhost. Then I got a domain name so I changed it.
I must admit it took a few days to get it right, but it was a learning experince.
[This message has been edited by Randall Twede (edited March 07, 2001).]
 
Here. Have a potato. I grew it in my armpit. And from my other armpit, this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic