This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / help on Tomcat 4.1 setup.
-grant_mw(PHP);
2002-12-22
{1110}
(#929450@0)
-
Check the <servlet-class> field, it should match with the servlet class name: HelloWorld. Also make sure the package of the HelloWorld is correct, here it should not be contained in any package. Good luck!
-yuanzidan(原子弹);
2002-12-22
(#929767@0)
-
In webLogic, we need another tag in web.html: <servlet-mapping>. I am not sure if it is needed in Tomcat.
-semaphore(扭扭捏捏);
2002-12-22
(#929848@0)
-
Add <servlet-mapping> in your web.xml.
-horn(号子);
2002-12-29
{522}
(#941989@0)