|
servlet and JavaBean .java files are to be compiled
and placed into:
\webapps\yourapp\WEB-INF\classes\
The engine will find necessary
classes if you made correct
entry into
\webapps\yourapp\WEB-INF\web.xml
(if not familiar with .xml -
just follow their examples
.jsp files are not to be compiled but just placed
under:
\webapps\yourapp\WEB-INF\jsp\
The engine will compile
them. No code specific entry is needed in web.xml
for .jsp files
By then it is assumed that you made an entry for
your specific application into:
\conf\server.xml
and policy file is updated with:
permission java.lang.RuntimePermission
"shutdownHooks";
r/luba
|
- Compile ?? Venkatesh Sangam
- Re: Compile ?? Luba Powell
- Re: Compile ?? Boris Niyazov
