Hi,
As suggested, went to the _How to make your first
JSP page work on
Tomcat? It got me up and running the jsp examples in the default Tomcat directory.
Now, it would be nice to have a working directory other than \examples\, for now mydev, per the below example. I thought I followed these instructions, but am to the part about calling the �mydev� directory. Have assiduously followed the directions and am still missing it -
1.Modify the file Server.xml. Add a new Context tag within the ContextManager tag
2. < Context path="/mydev" docbase="webapps/mydev" debug="0" reloadable="true" >
3. < /Context >
The above code was added just below the existing �<Context path=/examples . . .>� code block.
Upon selecting an example, in the mydev directory, this message appears -
Any suggestions would bea ppreciated.
Thanks again for getting me this far, Connie