• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Servlet Engine Windows'98?????????

 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can somebody suggest Servlet Engine for Windows'98 OS.
I have windows'98 OS & I want to try JSp & Servlet examples.
Need help.........
[This message has been edited by jyothi ve (edited December 18, 2001).]
 
Ranch Hand
Posts: 136
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Don't know about others but I know for sure that Tomcat works on win98

[This message has been edited by Jim Bertorelli (edited December 18, 2001).]
 
Ranch Hand
Posts: 224
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try either Tomcat or Resin. Both works great on Windows 98.

------------------
Sreenivasa Kumar Majji
Sun Certified Java Programmer
SCJP Mock Test
 
jyothi ve
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot
I have another Q
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/bin/
From above link for Tomcat,
For Windows'98 OS do I need to get
win32/webapp-module-1.0-tc40-windows.zip
or
jakarta-tomcat-4.0.1.exe/jakarta-tomcat-4.0.1.zip
Because I can't find specification the documentation.
Need help....

[This message has been edited by jyothi ve (edited December 18, 2001).]
 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by jyothi ve:
Thanks a lot
I have another Q
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/bin/
From above link for Tomcat,
For Windows'98 OS do I need to get
win32/webapp-module-1.0-tc40-windows.zip
or
jakarta-tomcat-4.0.1.exe/jakarta-tomcat-4.0.1.zip
Because I can't find specification the documentation.
Need help....

[This message has been edited by jyothi ve (edited December 18, 2001).]


The only time you would have to worry about the stuff in the "win32" folder is if you were using a webserver (like Apache) as the http front end. If you are just learning jsp/servlets, I wouldn't worry about an http server because one is built into Tomcat. Tomcat by itself does not care if you are running it on windows or unix or linux or mac or...because it is 100% java. The times when you have to worry about OS specific stuff is if you are trying to integrate an http server (like Apache) with Tomcat becuase the http server will be OS specific and it will need to know how to redirect servlet requests to Tomcat.
 
jyothi ve
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot Jason Kilgrow
for your reply.
I got good explanation from you.
[This message has been edited by jyothi ve (edited December 18, 2001).]
reply
    Bookmark Topic Watch Topic
  • New Topic