This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / 两个问题,请高手指教1 在WIN2000下安装免费上网软件3web为什么不能成功,运行安装程序后什么反应也没有。是免费上网不支持WIN2000,还是机器设置需要修改?
2 用TOMCAT+APACHE,JSP和SERVLET都没有问题,但是JAVABEANS不能成功,请问我应该将编译后的BEANS放在什么目录下呢?现在我的WEBAPP是自己设定的:D:\TOMCAT\WEBAPPS\JAVAPRACTICE。在此目录下有JSP(放JSP文件),WEB-INF(\CLASSES子下放SERVLET文件)两个子目录。
多谢!
-canada(canada);
2001-1-28
{396}
(#23167@0)
-
Examples in Tomcat use a lot of Beans. See how Beans work there.
-jabber(jabber);
2001-1-29
(#23205@0)
-
ON your second questionLet me say your Beans have a package structure "com.canada.practice".
Tnhe, your Beans should reside at the following address:
D:\TOMCAT\WEBAPPS\JAVAPRACTICE\WEB-INF\classes\com\canada\practice\
-jabber(jabber);
2001-1-30
{213}
(#23333@0)
-
Dear Jabber, please come inFor the beans which have a package structure "com.canada.practice".
I put it in the following directory:d:\TOMCAT\webapps\javapractice\WEB-INF\jsp\beans\com\canada\practice\. And it works well. I put classes of servlets in d:\TOMCAT\webapps\javapractice\WEB-INF\classes.
It is a little different from what you said. Is there any problem?
Thank you!
-canada(canada);
2001-1-30
{373}
(#23394@0)
-
How to create a WAR file
-jabber(jabber);
2001-1-30
{784}
(#23399@0)