This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / Servlet: 1... Does IIS3.0 support Servlet? If so, what else software do I need? 2... Do me a favor, what's the URI? 3... Tomcat, which folder should I locat my Servlet file for running? tks.
-howru(How are you?);
2000-12-20
(#18873@0)
-
save your files in \tomcat\webapps\,
resin 1.2.1(www.caucho.com)support jsp and servelet which run smoothly on IIS.
-bob(王小五);
2000-12-21
(#18897@0)
-
Some answers1). IIS is Microsoft stuff and it does not support servlet and Jsp;
2) URI means Universal Resourse Identifier.
If you see "http://www.xyz.com/eshop/servlet/chatroom?name=John", "eshop/servlet/chatroom" will be URI.
3) Simply speaking, you should put all things under C:\jakarta-tomcat\webapps\. For such things, you should study Tomcat documentation.
-jabber(jabber);
2000-12-22
{370}
(#19097@0)
-
Thank you. I uninstalled the IIS and downloaded Apache for Windows.
-howru(How are you?);
2000-12-22
(#19100@0)
-
To run servlet and Jsp on IIS, we need JRun engin for IIS, from www.jrun.com
-marcow(UserMarco);
2000-12-22
(#19122@0)
-
If you want to understand URI in detail, please read RFC1630. I don't suggest you read it. Simply to say, URL is a subset of URI.
-old(HH);
2000-12-24
(#19249@0)