Follow-up...
Well, made a little progress. By setting the index file to "index.jsp" it now loads the jsp page, but it displays only text.
So I figured I needed the script handler also. Defined the script handler for jsp to the servlet engine and wahoo, it works...
So here's some additional info that maybe should be incorporated into the online help:
1. Define the web app as currently mentioned in the online help (see info from previous post).
2. Be sure to define the index files to index.jsp (if that's the entry point).
3. Define the script handler for jsp to point to the servlet engine.
My guess is that, since the script handler can only be configured at the server level the servlet engine must be defined at the server level also, otherwise it probably wouldn't work.
|