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).]
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).]
Sreenivasa Majji
Ranch Hand
Joined: Jul 12, 2001
Posts: 224
posted
0
Try either Tomcat or Resin. Both works great on Windows 98.
------------------ Sreenivasa Kumar Majji Sun Certified Java Programmer SCJP Mock Test
Sreenivasa Majji
jyothi ve
Ranch Hand
Joined: Aug 03, 2001
Posts: 51
posted
0
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).]
Jason Kilgrow
Ranch Hand
Joined: May 21, 2001
Posts: 47
posted
0
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
Joined: Aug 03, 2001
Posts: 51
posted
0
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).]