xt 发帖数: 17532 | 1
Or just use fully qualified class names. Of course the first thing is to
have the class in your classpath | m*****e 发帖数: 126 | 2 JSP files can be at anywhere under your document root. Supporting class files
should be in a special location defined by your web server. Usually the
location is WEB-INF/class. Below this you have the normal directory structures
for packages. | m******t 发帖数: 2416 | 3
files
structures
Don't mean to pick on your typo, which I'm sure it is, but this is kind of
important - it's WEB-INF/classes, or your classes won't get picked up. 8-)
【在 m*****e 的大作中提到】 : JSP files can be at anywhere under your document root. Supporting class files : should be in a special location defined by your web server. Usually the : location is WEB-INF/class. Below this you have the normal directory structures : for packages.
|
|